org.netbeans.modules.gsf.api

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » gsf » org.netbeans.modules.gsf.api 
org.netbeans.modules.gsf.api
NOTE: These APIs are experiments and prototyping in progress. They will likely change a lot over the next couple of months.
Java Source File NameTypeComment
BracketCompletion.javaInterface Interface that a plugin can implement to assist with bracket completion during editing.
CancellableTask.javaInterface Cancellable runnable which takes parameter of given type.
ColoringAttributes.javaenum
CompilationInfo.javaClass Assorted information about the Source.
Completable.javaInterface Provide code completion for this language.
CompletionProposal.javaInterface
DeclarationFinder.javaInterface
EditorAction.javaInterface
EditorOptions.javaClass Manage a set of options configurable by the user in the IDE.
EditorOptionsFactory.javaInterface
EditRegions.javaClass Provide access to initiate editing of synchronized regions in a document for a file.
Element.javaInterface
ElementHandle.javaInterface
ElementKind.javaenum
EmbeddingModel.javaInterface An embedding model is used for files that have a GSF model embedded in some other language.
Error.javaInterface This represents an error registered for the current java source, possibly with associated fix proposals.
Formatter.javaInterface Implementations of this interface can be registered such that the formatter helps indent or reformat source code, or even determine where the caret should be placed on a newly created line.
GsfLanguage.javaInterface Lexical information for a given language.
HintsProvider.javaInterface Interface implemented by plugins that wish to provide quickfixes and hints.
HtmlFormatter.javaClass A formatter used to format items for navigation, code completion, etc. Language plugins should build up HTML strings by calling logical methods on this class, and suitable HTML will be constructed (using whatever colors and attributes are appropriate for the different logical sections and so on).
Index.javaClass This class represents an index that is provided by the IDE to a language plugin for storage and retrieval.
IndexDocument.javaInterface An IndexDocument lets you store key,value pairs in the persistent store.
IndexDocumentFactory.javaInterface An IndexDocumentFactory allows you to create a IndexDocument that you pass for storage in the GSF index.
Indexer.javaInterface Language plugins should implement this interface and register the implementation in the Languages folder.
InstantRenamer.javaInterface
Modifier.javaenum
NameKind.javaenum Encodes a type of the name kind used by ClassIndex.getDeclaredTypes method.
OccurrencesFinder.javaInterface A CancellableTask responsible for computing the set of highlights matching occurrences of the same program element as the one under the caret.
OffsetRange.javaClass An offset range provides a range (start, end) pair of offsets that indicate a range in a character buffer.
ParameterInfo.javaClass
ParseEvent.javaClass Based on the javac one Provides details about work that has been done by the Sun Java Compiler, javac.
ParseListener.javaInterface Based on the javac one Provides a listener to monitor the activity of the Sun Java Compiler, javac.
Parser.javaInterface
ParserFile.javaInterface A file passed in to the parser.
ParserResult.javaClass Result from a Parser.
Position.javaInterface
PositionManager.javaInterface A PositionManager is responsible for mapping ComObjects provided by a Parser to an offset in the source buffer used by that parser. This service can often be provided by the parser itself (which would in that case implement this interface).
SemanticAnalyzer.javaInterface A CancellableTask which should analyze the given CompilationInfo and produce a set of highlights.
Severity.javaenum
SourceFileReader.javaInterface Implementations of this interface can read the contents of a FileObject.
SourceModel.javaInterface
SourceModelFactory.javaClass
StructureItem.javaInterface
StructureScanner.javaInterface
TranslatedSource.javaInterface An embedding model constructs a TranslatedSource which provides translated source code and offsets.
TypeSearcher.javaInterface Helper to locate types for Goto Type etc.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.