- accepts(URL) - Method in interface org.netbeans.spi.java.queries.SourceJavadocAttacherImplementation.Definer2
-
Determines if the binary root is acceptable for the Definer.
- AccessibilityQuery - Class in org.netbeans.api.java.queries
-
Indicates whether a Java package should be considered publicly accessible.
- AccessibilityQuery.Accessibility - Enum in org.netbeans.api.java.queries
-
The Java package accessibility.
- AccessibilityQuery.Result - Class in org.netbeans.api.java.queries
-
Result of finding accessibility of a Java package, encapsulating the answer as well as the
ability to listen to it.
- AccessibilityQueryImplementation - Interface in org.netbeans.spi.java.queries
-
Permits providers to mark certain Java packages as being inaccessible to
outside code despite possibly containing public classes.
- AccessibilityQueryImplementation2 - Interface in org.netbeans.spi.java.queries
-
Permits providers to mark certain Java packages as being inaccessible to
outside code despite possibly containing public classes.
- AccessibilityQueryImplementation2.Result - Interface in org.netbeans.spi.java.queries
-
Result of finding accessibility of a Java package, encapsulating the answer as well as the
ability to listen to it.
- addChangeListener(ChangeListener) - Method in class org.netbeans.api.java.queries.AccessibilityQuery.Result
-
- addChangeListener(ChangeListener) - Method in interface org.netbeans.api.java.queries.AnnotationProcessingQuery.Result
-
- addChangeListener(ChangeListener) - Method in class org.netbeans.api.java.queries.CompilerOptionsQuery.Result
-
Add a listener to changes of compiler options.
- addChangeListener(ChangeListener) - Method in interface org.netbeans.api.java.queries.JavadocForBinaryQuery.Result
-
Add a listener to changes in the roots.
- addChangeListener(ChangeListener) - Method in class org.netbeans.api.java.queries.SourceLevelQuery.Result
-
Add a listener to changes of source level.
- addChangeListener(ChangeListener) - Method in interface org.netbeans.spi.java.queries.AccessibilityQueryImplementation2.Result
-
Add a listener to changes of source level.
- addChangeListener(ChangeListener) - Method in class org.netbeans.spi.java.queries.CompilerOptionsQueryImplementation.Result
-
Add a listener to changes of compiler options.
- addChangeListener(ChangeListener) - Method in interface org.netbeans.spi.java.queries.SourceLevelQueryImplementation2.Result
-
Add a listener to changes of source level.
- annotationProcessingEnabled() - Method in interface org.netbeans.api.java.queries.AnnotationProcessingQuery.Result
-
When the annotation processors should be run.
- AnnotationProcessingQuery - Class in org.netbeans.api.java.queries
-
Return annotation processing configuration for given Java file, package or source folder.
- AnnotationProcessingQuery.Result - Interface in org.netbeans.api.java.queries
-
Annotation processing configuration.
- AnnotationProcessingQuery.Trigger - Enum in org.netbeans.api.java.queries
-
Annotation processing triggers
- AnnotationProcessingQueryImplementation - Interface in org.netbeans.spi.java.queries
-
- annotationProcessorsToRun() - Method in interface org.netbeans.api.java.queries.AnnotationProcessingQuery.Result
-
Which annotation processors should be run.
- attachJavadoc(URL, SourceJavadocAttacher.AttachmentListener) - Static method in class org.netbeans.api.java.queries.SourceJavadocAttacher
-
- attachJavadoc(URL, Lookup, SourceJavadocAttacher.AttachmentListener) - Static method in class org.netbeans.api.java.queries.SourceJavadocAttacher
-
- attachJavadoc(URL, SourceJavadocAttacher.AttachmentListener) - Method in interface org.netbeans.spi.java.queries.SourceJavadocAttacherImplementation
-
Attaches a javadoc root provided by this SPI to given binary root.
- attachmentFailed() - Method in interface org.netbeans.api.java.queries.SourceJavadocAttacher.AttachmentListener
-
Invoked when the source (javadoc) was not attached to
binary root.
- attachmentSucceeded() - Method in interface org.netbeans.api.java.queries.SourceJavadocAttacher.AttachmentListener
-
Invoked when the source (javadoc) was successfully attached to
binary root.
- attachSources(URL, SourceJavadocAttacher.AttachmentListener) - Static method in class org.netbeans.api.java.queries.SourceJavadocAttacher
-
- attachSources(URL, Lookup, SourceJavadocAttacher.AttachmentListener) - Static method in class org.netbeans.api.java.queries.SourceJavadocAttacher
-
- attachSources(URL, SourceJavadocAttacher.AttachmentListener) - Method in interface org.netbeans.spi.java.queries.SourceJavadocAttacherImplementation
-
Attaches a source root provided by this SPI to given binary root.