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

G-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

G

getBinaryName() - Method in class org.netbeans.api.java.source.ElementHandle
Returns a binary name of the TypeElement represented by this ElementHandle.
getBinaryName(TypeElement) - Static method in class org.netbeans.api.java.source.ElementUtilities
Returns a binary name of a type.
getBlankLinesAfterClass() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesAfterClassHeader() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesAfterFields() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesAfterImports() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesAfterMethods() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesAfterPackage() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesBeforeClass() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesBeforeFields() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesBeforeImports() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesBeforeMethods() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBlankLinesBeforePackage() - Method in class org.netbeans.api.java.source.CodeStyle
 
getBound(WildcardType) - Static method in class org.netbeans.api.java.source.SourceUtils
 
getBreakContinueTarget(CompilationInfo, TreePath) - Method in class org.netbeans.api.java.source.TreeUtilities
Find the target of break or continue.
getClassDeclBracePlacement() - Method in class org.netbeans.api.java.source.CodeStyle
 
getClassIndex() - Method in class org.netbeans.api.java.source.ClasspathInfo
 
getClassPath(ClasspathInfo.PathKind) - Method in class org.netbeans.api.java.source.ClasspathInfo
 
getClasspathInfo() - Method in class org.netbeans.api.java.source.CompilationController
 
getClasspathInfo() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getClasspathInfo() - Method in class org.netbeans.api.java.source.JavaSource
Returns the classpaths (ClasspathInfo) used by this JavaSource
getComments(Tree, boolean) - Method in class org.netbeans.api.java.source.TreeUtilities
Returns list of comments attached to a given tree.
getCompilationUnit() - Method in class org.netbeans.api.java.source.CompilationController
Returns the javac tree representing the source file.
getCompilationUnit() - Method in class org.netbeans.api.java.source.CompilationInfo
Returns the javac tree representing the source file.
getContinuationIndentSize() - Method in class org.netbeans.api.java.source.CodeStyle
 
getDeclarationIcon(Element) - Static method in class org.netbeans.api.java.source.UiUtils
Deprecated. 
getDeclaredTypes(String, ClassIndex.NameKind, Set<ClassIndex.SearchScope>) - Method in class org.netbeans.api.java.source.ClassIndex
Returns ElementHandles for all declared types in given classpath corresponding to the name.
getDefault(Project) - Static method in class org.netbeans.api.java.source.CodeStyle
 
getDependentRoots(URL) - Static method in class org.netbeans.api.java.source.SourceUtils
Returns the dependent source path roots for given source root.
getDescription() - Method in class org.netbeans.api.java.source.ModificationResult.Difference
 
getDiagnostics() - Method in class org.netbeans.api.java.source.CompilationController
Returns the errors in the file represented by the JavaSource.
getDiagnostics() - Method in class org.netbeans.api.java.source.CompilationInfo
Returns the errors in the file represented by the JavaSource.
getDifferences(FileObject) - Method in class org.netbeans.api.java.source.ModificationResult
 
getDistance(String, String) - Static method in class org.netbeans.api.java.source.UiUtils
Computes dostance between strings
getDocument() - Method in class org.netbeans.api.java.source.CompilationController
 
getDocument() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getElementIcon(ElementKind, Collection<Modifier>) - Static method in class org.netbeans.api.java.source.UiUtils
Gets correct icon for given ElementKind.
getElements(ElementHandle<TypeElement>, Set<ClassIndex.SearchKind>, Set<ClassIndex.SearchScope>) - Method in class org.netbeans.api.java.source.ClassIndex
Returns a set of ElementHandles containing reference(s) to given element.
getElements() - Method in class org.netbeans.api.java.source.CompilationController
 
getElements() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getElementUtilities() - Method in class org.netbeans.api.java.source.CompilationController
 
getElementUtilities() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getEnclosingTypeElement(Element) - Static method in class org.netbeans.api.java.source.SourceUtils
Returns the type element within which this member or constructor is declared.
getEndPosition() - Method in class org.netbeans.api.java.source.ModificationResult.Difference
 
getFieldNamePrefix() - Method in class org.netbeans.api.java.source.CodeStyle
 
getFieldNameSuffix() - Method in class org.netbeans.api.java.source.CodeStyle
 
getFile() - Method in exception org.netbeans.api.java.source.JavaSource.InsufficientMemoryException
Returns file which cannot be processed due to lack of memory.
getFile(Element) - Static method in class org.netbeans.api.java.source.SourceUtils
Returns a FileObject in which the Element is defined.
getFile(Element, ClasspathInfo) - Static method in class org.netbeans.api.java.source.SourceUtils
Returns a FileObject in which the Element is defined.
getFile(ElementHandle<? extends Element>, ClasspathInfo) - Static method in class org.netbeans.api.java.source.SourceUtils
Returns a FileObject of the source file in which the handle is declared.
getFileObject() - Method in class org.netbeans.api.java.source.CompilationController
 
getFileObject() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getFileObject() - Method in class org.netbeans.api.java.source.TreePathHandle
getter for FileObject from give TreePathHandle
getFileObjects() - Method in class org.netbeans.api.java.source.JavaSource
Returns unmodifiable Collection of FileObjects used by this JavaSource
getFileObjects() - Method in class org.netbeans.api.java.source.JavaSourceTaskFactory
Specifies on which files should be registered tasks created by this factory.
getFileObjects() - Method in class org.netbeans.api.java.source.support.CaretAwareJavaSourceTaskFactory
 
getFileObjects() - Method in class org.netbeans.api.java.source.support.EditorAwareJavaSourceTaskFactory
 
getFileObjects() - Method in class org.netbeans.api.java.source.support.LookupBasedJavaSourceTaskFactory
 
getFullName(Element) - Method in class org.netbeans.api.java.source.ElementUtilities
Returns the fully qualified name of this element, which is its simple name with its owner(s) prepended.
getGlobalTypes(ElementUtilities.ElementAcceptor) - Method in class org.netbeans.api.java.source.ElementUtilities
 
getHeader(TreePath, CompilationInfo, String) - Static method in class org.netbeans.api.java.source.UiUtils
example of formatString: "method " + PrintPart.NAME + PrintPart.PARAMETERS + " has return type " + PrintPart.TYPE
getHeader(Element, CompilationInfo, String) - Static method in class org.netbeans.api.java.source.UiUtils
example of formatString: "method " + PrintPart.NAME + PrintPart.PARAMETERS + " has return type " + PrintPart.TYPE
getImplementationOf(ExecutableElement, TypeElement) - Method in class org.netbeans.api.java.source.ElementUtilities
Returns the implementation of a method in class origin; null if none exists.
getImplementationOf(CompilationInfo, ExecutableElement, TypeElement) - Static method in class org.netbeans.api.java.source.SourceUtils
 
getIndentSize() - Method in class org.netbeans.api.java.source.CodeStyle
 
getJavadoc(Element, ClasspathInfo) - Static method in class org.netbeans.api.java.source.SourceUtils
Finds URL of a javadoc page for given element when available.
getJavaSource() - Method in class org.netbeans.api.java.source.CompilationController
 
getJavaSource() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getKind() - Method in class org.netbeans.api.java.source.ElementHandle
Returns the ElementKind of this element handle, it is the kind of the Element from which the handle was created.
getKind() - Method in class org.netbeans.api.java.source.ModificationResult.Difference
 
getKind() - Method in class org.netbeans.api.java.source.TreePathHandle
Returns the Tree.Kind of this TreePathHandle, it returns the kind of the Tree from which the handle was created.
getKind() - Method in class org.netbeans.api.java.source.TypeMirrorHandle
Returns the TypeKind of this handle, it is the kind of the TypeMirror from which the handle was created.
getLabelIndent() - Method in class org.netbeans.api.java.source.CodeStyle
 
getLastPosition(FileObject) - Static method in class org.netbeans.api.java.source.support.CaretAwareJavaSourceTaskFactory
Returns current caret position in current JTextComponent for a given file.
getLocalMembersAndVars(Scope, ElementUtilities.ElementAcceptor) - Method in class org.netbeans.api.java.source.ElementUtilities
 
getLocalVarNamePrefix() - Method in class org.netbeans.api.java.source.CodeStyle
 
getLocalVarNameSuffix() - Method in class org.netbeans.api.java.source.CodeStyle
 
getLocalVars(Scope, ElementUtilities.ElementAcceptor) - Method in class org.netbeans.api.java.source.ElementUtilities
 
getMainClasses(FileObject) - Static method in class org.netbeans.api.java.source.SourceUtils
Returns classes declared in the given source file which have the main method.
getMainClasses(FileObject[]) - Static method in class org.netbeans.api.java.source.SourceUtils
Returns classes declared under the given source roots which have the main method.
getMembers(TypeMirror, ElementUtilities.ElementAcceptor) - Method in class org.netbeans.api.java.source.ElementUtilities
 
getMethodDeclBracePlacement() - Method in class org.netbeans.api.java.source.CodeStyle
 
getModifiedFileObjects() - Method in class org.netbeans.api.java.source.ModificationResult
 
getNewText() - Method in class org.netbeans.api.java.source.ModificationResult.Difference
 
getOldText() - Method in class org.netbeans.api.java.source.ModificationResult.Difference
 
getOtherBracePlacement() - Method in class org.netbeans.api.java.source.CodeStyle
 
getOutermostEnclosingTypeElement(Element) - Static method in class org.netbeans.api.java.source.SourceUtils
 
getOverriddenMethod(ExecutableElement) - Method in class org.netbeans.api.java.source.ElementUtilities
Returns the parent method which the specified method overrides, or null if the method does not override a parent class method.
getPackageNames(String, boolean, Set<ClassIndex.SearchScope>) - Method in class org.netbeans.api.java.source.ClassIndex
Returns names af all packages in given classpath starting with prefix.
getPackagesForStarImport() - Method in class org.netbeans.api.java.source.CodeStyle
 
getParameterNamePrefix() - Method in class org.netbeans.api.java.source.CodeStyle
 
getParameterNameSuffix() - Method in class org.netbeans.api.java.source.CodeStyle
 
getPhase() - Method in class org.netbeans.api.java.source.CompilationController
Returns the current phase of the JavaSource.
getPhase() - Method in class org.netbeans.api.java.source.CompilationInfo
Returns the current phase of the JavaSource.
getQualifiedName() - Method in class org.netbeans.api.java.source.ElementHandle
Returns a qualified name of the TypeElement represented by this ElementHandle.
getResources(ElementHandle<TypeElement>, Set<ClassIndex.SearchKind>, Set<ClassIndex.SearchScope>) - Method in class org.netbeans.api.java.source.ClassIndex
Returns a set of source files containing reference(s) to given element.
getResultingSource(FileObject) - Method in class org.netbeans.api.java.source.ModificationResult
Returned string represents preview of resulting source.
getRightMargin() - Method in class org.netbeans.api.java.source.CodeStyle
 
getRoots() - Method in class org.netbeans.api.java.source.RootsEvent
Returns the affected declared ClassPath roots.
getStartPosition() - Method in class org.netbeans.api.java.source.ModificationResult.Difference
 
getStaticFieldNamePrefix() - Method in class org.netbeans.api.java.source.CodeStyle
 
getStaticFieldNameSuffix() - Method in class org.netbeans.api.java.source.CodeStyle
 
getTabSize() - Method in class org.netbeans.api.java.source.CodeStyle
 
getText() - Method in class org.netbeans.api.java.source.Comment
Returns the comment text.
getText() - Method in class org.netbeans.api.java.source.CompilationController
Returns the content of the file represented by the JavaSource.
getText() - Method in class org.netbeans.api.java.source.CompilationInfo
Returns the content of the file represented by the JavaSource.
getTokenHierarchy() - Method in class org.netbeans.api.java.source.CompilationController
 
getTokenHierarchy() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getTreeMaker() - Method in class org.netbeans.api.java.source.WorkingCopy
 
getTrees() - Method in class org.netbeans.api.java.source.CompilationController
 
getTrees() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getTreeUtilities() - Method in class org.netbeans.api.java.source.CompilationController
 
getTreeUtilities() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getTypes() - Method in class org.netbeans.api.java.source.CompilationController
 
getTypes() - Method in class org.netbeans.api.java.source.CompilationInfo
 
getTypes() - Method in class org.netbeans.api.java.source.TypesEvent
Returns the affected declared types.
getTypeUtilities() - Method in class org.netbeans.api.java.source.CompilationController
 
getTypeUtilities() - Method in class org.netbeans.api.java.source.CompilationInfo
Get the TypeUtilities.
getUncaughtExceptions(TreePath) - Method in class org.netbeans.api.java.source.TreeUtilities
 

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.