站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

C-Index (Java Source) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.java.source 0.13.0 1
A B C D E F G H I J L M N O P Q R S T U V W

C

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
Creates a new instance of CancellableTreeScanner
CancellableTreeScanner<R,P> - Class in org.netbeans.api.java.source.support
 
CancellableTreeScanner() - Constructor for class org.netbeans.api.java.source.support.CancellableTreeScanner
Creates a new instance of 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
Construct the CaretAwareJavaSourceTaskFactory with given JavaSource.Phase and JavaSource.Priority.
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.
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
Encodes a type of the name kind used by ClassIndex.getDeclaredTypes(java.lang.String, org.netbeans.api.java.source.ClassIndex.NameKind, java.util.Set) method.
ClassIndex.SearchKind - Enum in org.netbeans.api.java.source
Encodes a reference type, used by ClassIndex.getElements(org.netbeans.api.java.source.ElementHandle, java.util.Set, java.util.Set) and ClassIndex.getResources(org.netbeans.api.java.source.ElementHandle, java.util.Set, java.util.Set) to restrict the search.
ClassIndex.SearchScope - Enum in org.netbeans.api.java.source
Scope used by ClassIndex to search in
ClassIndexListener - Interface in org.netbeans.api.java.source
Listener for changes in ClassIndex.
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
 
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.
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
Asorted 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.
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.
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(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
 
create(T) - Static method in class org.netbeans.api.java.source.ElementHandle
Factory method for creating ElementHandle.
create(ClasspathInfo, Collection<? extends FileObject>) - Static method in class org.netbeans.api.java.source.JavaSource
Returns a JavaSource instance representing given FileObjects and classpath represented by given ClasspathInfo.
create(ClasspathInfo, FileObject...) - Static method in class org.netbeans.api.java.source.JavaSource
Returns a JavaSource instance representing given FileObjects and classpath represented by given ClasspathInfo.
create(TreePath, CompilationInfo) - Static method in class org.netbeans.api.java.source.TreePathHandle
Factory method for creating TreePathHandle.
create(Element, CompilationInfo) - Static method in class org.netbeans.api.java.source.TreePathHandle
Factory method for creating TreePathHandle.
create(T) - Static method in class org.netbeans.api.java.source.TypeMirrorHandle
Factory method for creating TypeMirrorHandle.
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.
createMethodBody(MethodTree, String) - Method in class org.netbeans.api.java.source.TreeMaker
Creates a new BlockTree for provided bodyText.
createTask(FileObject) - Method in class org.netbeans.api.java.source.JavaSourceTaskFactory
Create task for a given file.

org.netbeans.modules.java.source 0.13.0 1
A B C D E F G H I J L M N O P Q R S T U V W
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.