- cancel() - Method in interface org.netbeans.api.java.source.CancellableTask
-
After this method is called the task if running should exit the run
method immediately.
- cancel() - Method in class org.netbeans.api.java.source.support.CancellableTreePathScanner
-
- cancel() - Method in class org.netbeans.api.java.source.support.CancellableTreeScanner
-
- CancellableTask<P> - Interface in org.netbeans.api.java.source
-
Cancellable runnable which takes parameter of given type.
- CancellableTreePathScanner<R,P> - Class in org.netbeans.api.java.source.support
-
- CancellableTreePathScanner() - Constructor for class org.netbeans.api.java.source.support.CancellableTreePathScanner
-
- CancellableTreePathScanner(AtomicBoolean) - Constructor for class org.netbeans.api.java.source.support.CancellableTreePathScanner
-
- CancellableTreeScanner<R,P> - Class in org.netbeans.api.java.source.support
-
- CancellableTreeScanner() - Constructor for class org.netbeans.api.java.source.support.CancellableTreeScanner
-
- CancellableTreeScanner(AtomicBoolean) - Constructor for class org.netbeans.api.java.source.support.CancellableTreeScanner
-
- CaretAwareJavaSourceTaskFactory - Class in org.netbeans.api.java.source.support
-
A JavaSourceTaskFactorySupport
that registers tasks to all files that are
opened in the editor and are visible.
- CaretAwareJavaSourceTaskFactory(JavaSource.Phase, JavaSource.Priority) - Constructor for class org.netbeans.api.java.source.support.CaretAwareJavaSourceTaskFactory
-
- CaretAwareJavaSourceTaskFactory(JavaSource.Phase, JavaSource.Priority, String...) - Constructor for class org.netbeans.api.java.source.support.CaretAwareJavaSourceTaskFactory
-
- Case(ExpressionTree, List<? extends StatementTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new CaseTree.
- Catch(VariableTree, BlockTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new CatchTree.
- checkTypesAssignable(CompilationInfo, TypeMirror, TypeMirror) - Static method in class org.netbeans.api.java.source.SourceUtils
-
- Class(ModifiersTree, CharSequence, List<? extends TypeParameterTree>, Tree, List<? extends Tree>, List<? extends Tree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ClassTree.
- CLASS_TREE_KINDS - Static variable in class org.netbeans.api.java.source.TreeUtilities
-
- ClassIndex - Class in org.netbeans.api.java.source
-
The ClassIndex provides access to information stored in the
persistent index.
- ClassIndex.NameKind - Enum in org.netbeans.api.java.source
-
- ClassIndex.SearchKind - Enum in org.netbeans.api.java.source
-
- ClassIndex.SearchScope - Enum in org.netbeans.api.java.source
-
- ClassIndexListener - Interface in org.netbeans.api.java.source
-
- ClasspathInfo - Class in org.netbeans.api.java.source
-
Class which contains info about classpath
- ClasspathInfo.PathKind - Enum in org.netbeans.api.java.source
-
- CodeStyle - Class in org.netbeans.api.java.source
-
XXX make sure the getters get the defaults from somewhere
XXX add support for profiles
XXX get the preferences node from somewhere else in odrer to be able not to
use the getters and to be able to write to it.
- CodeStyle.BracePlacement - Enum in org.netbeans.api.java.source
-
- CodeStyle.BracesGenerationStyle - Enum in org.netbeans.api.java.source
-
- CodeStyle.WrapStyle - Enum in org.netbeans.api.java.source
-
- collect(WorkingCopy) - Method in class org.netbeans.api.java.source.CommentCollector
-
- collect(TokenSequence<JavaTokenId>, CompilationInfo) - Method in class org.netbeans.api.java.source.CommentCollector
-
- Comment - Class in org.netbeans.api.java.source
-
An individual comment, consisting of a style, begin and end source
file position, the indention (column) of its first character, and its text.
- Comment.Style - Enum in org.netbeans.api.java.source
-
The set of different comment types.
- CommentCollector - Class in org.netbeans.api.java.source
-
- commit() - Method in class org.netbeans.api.java.source.ModificationResult
-
Once all of the changes have been collected, this method can be used
to commit the changes to the source files
- CompilationController - Class in org.netbeans.api.java.source
-
Class for explicit invocation of compilation phases on a java source.
- CompilationInfo - Class in org.netbeans.api.java.source
-
Assorted information about the JavaSource.
- CompilationUnit(ExpressionTree, List<? extends ImportTree>, List<? extends Tree>, JavaFileObject) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new CompilationUnitTree.
- CompilationUnit(List<? extends AnnotationTree>, ExpressionTree, List<? extends ImportTree>, List<? extends Tree>, JavaFileObject) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new CompilationUnitTree.
- CompilationUnit(FileObject, String, List<? extends ImportTree>, List<? extends Tree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new CompilationUnitTree.
- CompilationUnit(List<? extends AnnotationTree>, FileObject, String, List<? extends ImportTree>, List<? extends Tree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new CompilationUnitTree.
- CompoundAssignment(Tree.Kind, ExpressionTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new CompoundAssignmentTree.
- ConditionalExpression(ExpressionTree, ExpressionTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ConditionalExpressionTree.
- Constructor(ModifiersTree, List<? extends TypeParameterTree>, List<? extends VariableTree>, List<? extends ExpressionTree>, BlockTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new MethodTree representing constructor.
- Constructor(ModifiersTree, List<? extends TypeParameterTree>, List<? extends VariableTree>, List<? extends ExpressionTree>, String) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new MethodTree representing constructor.
- Continue(CharSequence) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ContinueTree.
- copyComments(Tree, Tree, boolean) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Copy comments from source tree to target tree.
- countForUsingStarImport() - Method in class org.netbeans.api.java.source.CodeStyle
-
- countForUsingStaticStarImport() - Method in class org.netbeans.api.java.source.CodeStyle
-
- create(File) - Static method in class org.netbeans.api.java.source.ClasspathInfo
-
Creates new interface to the compiler
- create(Document) - Static method in class org.netbeans.api.java.source.ClasspathInfo
-
Creates a new instance of the ClasspathInfo for given Document.
- create(FileObject) - Static method in class org.netbeans.api.java.source.ClasspathInfo
-
Creates new interface to the compiler
- create(ClassPath, ClassPath, ClassPath) - Static method in class org.netbeans.api.java.source.ClasspathInfo
-
- create(String) - Static method in class org.netbeans.api.java.source.Comment
-
Define a new block comment from a string.
- create(Comment.Style, int, int, int, String) - Static method in class org.netbeans.api.java.source.Comment
-
Define a comment, using source file positions.
- create(Comment.Style, String) - Static method in class org.netbeans.api.java.source.Comment
-
Define a comment, using specified style.
- create(T) - Static method in class org.netbeans.api.java.source.ElementHandle
-
- create(ClasspathInfo, FileObject...) - Static method in class org.netbeans.api.java.source.JavaSource
-
- create(ClasspathInfo, Collection<? extends FileObject>) - Static method in class org.netbeans.api.java.source.JavaSource
-
- create(TreePath, CompilationInfo) - Static method in class org.netbeans.api.java.source.TreePathHandle
-
- create(Element, CompilationInfo) - Static method in class org.netbeans.api.java.source.TreePathHandle
-
- create(T) - Static method in class org.netbeans.api.java.source.TypeMirrorHandle
-
- createAbstractMethodImplementation(TypeElement, ExecutableElement) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates an implementation of an abstract method within a class.
- createAbstractMethodImplementations(TypeElement, Iterable<? extends ExecutableElement>) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates implementations of abstract methods within a class.
- createAllAbstractMethodImplementations(TypeElement) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates implementations of the all abstract methods within a class.
- createConstructor(TypeElement, Iterable<? extends VariableElement>, ExecutableElement) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates a class constructor.
- createConstructor(ClassTree, Iterable<? extends VariableTree>) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates a class constructor.
- createGetter(TypeElement, VariableElement) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates a getter method for a field.
- createGetter(VariableTree) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates a getter method for a field.
- createJavaFileEntry(MultiDataObject, FileObject) - Static method in class org.netbeans.api.java.loaders.JavaDataSupport
-
In case you write own data loader you should use this entry for the
.java
file object.
- createJavaNode(FileObject) - Static method in class org.netbeans.api.java.loaders.JavaDataSupport
-
Creates a default node for a particular java file object.
- createMethod(DeclaredType, ExecutableElement) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Create a new method tree for the given method element.
- createMethodBody(MethodTree, String) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new BlockTree for provided bodyText.
- createOverridingMethod(TypeElement, ExecutableElement) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates an overriding method within a class.
- createOverridingMethods(TypeElement, Iterable<? extends ExecutableElement>) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates overriding methods within a class.
- createSetter(TypeElement, VariableElement) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates a setter method for a field.
- createSetter(ClassTree, VariableTree) - Method in class org.netbeans.api.java.source.GeneratorUtilities
-
Creates a setter method for a field.
- createTask(FileObject) - Method in class org.netbeans.api.java.source.JavaSourceTaskFactory
-
Create task for a given file.