首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.5.0
G-Index (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.src 1.8.22
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
G
getAffectedItems()
- Method in class org.openide.src.
MultiPropertyChangeEvent
Returns items affected by the operation.
getAllClasses()
- Method in class org.openide.src.
SourceElement
Get all classes recursively, both top-level and inner.
getAllClasses()
- Method in interface org.openide.src.
SourceElement.Impl
Get all classes recursively, both top-level and inner.
getAsText()
- Method in class org.openide.explorer.propertysheet.editors.
ElementFormatEditor
getAsText()
- Method in class org.openide.explorer.propertysheet.editors.
IdentifierArrayEditor
getAsText()
- Method in class org.openide.explorer.propertysheet.editors.
MethodParameterArrayEditor
getAsText()
- Method in class org.openide.explorer.propertysheet.editors.
ModifierEditor
getAsText()
- Method in class org.openide.explorer.propertysheet.editors.
TypeEditor
getBeanDescriptor()
- Method in class org.openide.src.nodes.
SourceOptionsBeanInfo
Prefix of the icon location.
getBody()
- Method in class org.openide.src.
ConstructorElement
Get the body of the constructor.
getBody()
- Method in interface org.openide.src.
ConstructorElement.Impl
Get the body.
getBody()
- Method in class org.openide.src.
InitializerElement
Get the body of this initializer.
getBody()
- Method in interface org.openide.src.
InitializerElement.Impl
Get the body of this initializer.
getCategoriesUsage()
- Method in class org.openide.src.nodes.
SourceOptions
Test whether categiries under class elements are used or not.
getClass(Identifier)
- Method in class org.openide.src.
ClassElement
Find an inner class by name.
getClass(Identifier)
- Method in interface org.openide.src.
ClassElement.Impl
Find an inner class by name.
getClass(Identifier)
- Method in class org.openide.src.
SourceElement
Find a top-level class by name.
getClass(Identifier)
- Method in interface org.openide.src.
SourceElement.Impl
Find a top-level class by name.
getClassElementFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the class format.
getClassElementLongFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the class format for longer hints.
getClasses()
- Method in class org.openide.src.
ClassElement
Get all inner classes for this class.
getClasses()
- Method in interface org.openide.src.
ClassElement.Impl
Get all inner classes.
getClasses()
- Method in class org.openide.src.
SourceElement
Get the top-level classes.
getClasses()
- Method in interface org.openide.src.
SourceElement.Impl
Get all top-level classes.
getClassName()
- Method in class org.openide.src.
Type
Get the (fully-qualified) name of this class type.
getComponents()
- Method in class org.openide.src.
MultiPropertyChangeEvent
getConstructor(Type[])
- Method in class org.openide.src.
ClassElement
Find a constructor by signature.
getConstructor(Type[])
- Method in interface org.openide.src.
ClassElement.Impl
Find a constructor by signature.
getConstructorElementFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the constructor format.
getConstructorElementLongFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the constructor format for longer hints.
getConstructors()
- Method in class org.openide.src.
ClassElement
Get all constructors in this class.
getConstructors()
- Method in interface org.openide.src.
ClassElement.Impl
Get all constructors.
getCookie(Class)
- Method in class org.openide.src.
Element
Look for a cookie providing added behavior for this element.
getCookie(Class)
- Method in interface org.openide.src.
Element.Impl
Get the support for a cookie, if any.
getCookie(Class)
- Method in class org.openide.src.nodes.
ElementNode
Get a cookie from this node.
getCustomEditor()
- Method in class org.openide.explorer.propertysheet.editors.
IdentifierArrayEditor
Create new panel for this property editor.
getCustomEditor()
- Method in class org.openide.explorer.propertysheet.editors.
MethodParameterArrayEditor
Create new panel for this property editor.
getCustomEditor()
- Method in class org.openide.explorer.propertysheet.editors.
ModifierEditor
getCustomizer()
- Method in class org.openide.src.nodes.
ClassElementNode
getCustomizer()
- Method in class org.openide.src.nodes.
ConstructorElementNode
getCustomizer()
- Method in class org.openide.src.nodes.
FieldElementNode
getDeclaringClass()
- Method in class org.openide.src.
InitializerElement
Get the declaring class.
getDeclaringClass()
- Method in class org.openide.src.
MemberElement
Get the declaring class.
getElement()
- Method in class org.openide.src.nodes.
SourceChildren
Get the currently attached source element.
getElementFormat()
- Method in class org.openide.src.nodes.
ElementNode
Get a format for the element's display name.
getElementType()
- Method in class org.openide.src.
Type
Get the element type of this array type.
getEventType()
- Method in class org.openide.src.
MultiPropertyChangeEvent
getExceptions()
- Method in class org.openide.src.
ConstructorElement
Get the thrown exceptions.
getExceptions()
- Method in interface org.openide.src.
ConstructorElement.Impl
Get the thrown exceptions.
getField(Identifier)
- Method in class org.openide.src.
ClassElement
Find a field by name.
getField(Identifier)
- Method in interface org.openide.src.
ClassElement.Impl
Find a field by name.
getFieldElementFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the field format.
getFieldElementLongFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the field format for longer hints.
getFields()
- Method in class org.openide.src.
ClassElement
Get all fields in this class.
getFields()
- Method in interface org.openide.src.
ClassElement.Impl
Get all fields.
getFilter()
- Method in class org.openide.src.nodes.
ClassChildren
getFilter()
- Method in class org.openide.src.nodes.
SourceChildren
getFilterClass()
- Method in class org.openide.src.nodes.
ClassChildren
Implementation of filter cookie
getFilterClass()
- Method in class org.openide.src.nodes.
SourceChildren
getFullName()
- Method in class org.openide.src.
Identifier
Get the qualified name with the package prefix (if any).
getFullString()
- Method in class org.openide.src.
MethodParameter
getFullString()
- Method in class org.openide.src.
Type
Get a form of this type usable in Java source.
getHandle()
- Method in class org.openide.src.nodes.
ElementNode
Get a handle.
getHelpCtx()
- Method in class org.openide.src.nodes.
ClassElementNode
getHelpCtx()
- Method in class org.openide.src.nodes.
ConstructorElementNode
getHelpCtx()
- Method in class org.openide.src.nodes.
ElementNode
getHelpCtx()
- Method in class org.openide.src.nodes.
FieldElementNode
getHelpCtx()
- Method in class org.openide.src.nodes.
InitializerElementNode
getHelpCtx()
- Method in class org.openide.src.nodes.
MethodElementNode
getHelpCtx()
- Method in class org.openide.src.nodes.
SourceOptions
getHintElementFormat()
- Method in class org.openide.src.nodes.
ClassElementNode
getHintElementFormat()
- Method in class org.openide.src.nodes.
ConstructorElementNode
getHintElementFormat()
- Method in class org.openide.src.nodes.
ElementNode
Get a format for creating this node's
short description
.
getHintElementFormat()
- Method in class org.openide.src.nodes.
FieldElementNode
getHintElementFormat()
- Method in class org.openide.src.nodes.
InitializerElementNode
getHintElementFormat()
- Method in class org.openide.src.nodes.
MethodElementNode
getIcon(int)
- Method in class org.openide.src.nodes.
SourceOptionsBeanInfo
getIconAffectingProperties()
- Method in class org.openide.src.nodes.
ClassElementNode
getIconAffectingProperties()
- Method in class org.openide.src.nodes.
ElementNode
Get the names of all element properties which might affect the choice of icon.
getIconAffectingProperties()
- Method in class org.openide.src.nodes.
InitializerElementNode
getIdentifier()
- Method in class org.openide.src.
Import
Get the name of the import.
getImports()
- Method in class org.openide.src.
SourceElement
Get all imports.
getImports()
- Method in interface org.openide.src.
SourceElement.Impl
Get all imports.
getIndices()
- Method in class org.openide.src.
MultiPropertyChangeEvent
Returns array of relevant indices.
getInitializerElementFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the initializer format.
getInitializerElementLongFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the initializer format for longer hints.
getInitializers()
- Method in class org.openide.src.
ClassElement
Get all the initializer blocks for this class.
getInitializers()
- Method in interface org.openide.src.
ClassElement.Impl
Get all initializers.
getInitValue()
- Method in class org.openide.src.
FieldElement
Get the initial value of the field.
getInitValue()
- Method in interface org.openide.src.
FieldElement.Impl
Get the initial value of the field.
getInPlaceCustomEditor()
- Method in class org.openide.explorer.propertysheet.editors.
TypeEditor
getInterfaceElementFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the interface format.
getInterfaceElementLongFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the interface format for longer hints.
getInterfaces()
- Method in class org.openide.src.
ClassElement
Get all interfaces for this class.
getInterfaces()
- Method in interface org.openide.src.
ClassElement.Impl
Get all implemented/extended interfaces.
getIterator()
- Method in class org.openide.src.
MultiPropertyChangeEvent
Returns iterator over partial operations collection in a compound change event.
getJavaDoc()
- Method in class org.openide.src.
ClassElement
Get the class documentation.
getJavaDoc()
- Method in interface org.openide.src.
ClassElement.Impl
Get the class's documentation block.
getJavaDoc()
- Method in class org.openide.src.
ConstructorElement
Get this constructor's documentation.
getJavaDoc()
- Method in interface org.openide.src.
ConstructorElement.Impl
Get the JavaDoc.
getJavaDoc()
- Method in class org.openide.src.
FieldElement
Get the JavaDoc for the field.
getJavaDoc()
- Method in interface org.openide.src.
FieldElement.Impl
Get the JavaDoc for the field.
getJavaDoc()
- Method in class org.openide.src.
InitializerElement
Get the class documentation.
getJavaDoc()
- Method in interface org.openide.src.
InitializerElement.Impl
Get the JavaDoc.
getJavaInitializationString()
- Method in class org.openide.explorer.propertysheet.editors.
ModifierEditor
getJavaInitializationString()
- Method in class org.openide.explorer.propertysheet.editors.
TypeEditor
getKeysOfType(int)
- Method in class org.openide.src.nodes.
ClassChildren
Filters and returns the keys of specified type.
getMethod(Identifier, Type[])
- Method in class org.openide.src.
ClassElement
Find a method by signature.
getMethod(Identifier, Type[])
- Method in interface org.openide.src.
ClassElement.Impl
Finds a method by signature.
getMethodElementFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the method format.
getMethodElementLongFormat()
- Method in class org.openide.src.nodes.
SourceOptions
Get the method format for longer hints.
getMethods()
- Method in class org.openide.src.
ClassElement
Get all methods in this class.
getMethods()
- Method in interface org.openide.src.
ClassElement.Impl
Get all methods.
getModifiers()
- Method in class org.openide.src.
MemberElement
Get the modifier flags for this element.
getModifiers()
- Method in interface org.openide.src.
MemberElement.Impl
Get the modifier flags for this element.
getModifiers()
- Method in class org.openide.src.nodes.
SourceElementFilter
Get permitted access modes.
getModifiersMask()
- Method in class org.openide.src.
ClassElement
getModifiersMask()
- Method in class org.openide.src.
ConstructorElement
getModifiersMask()
- Method in class org.openide.src.
FieldElement
getModifiersMask()
- Method in class org.openide.src.
MemberElement
Get the permitted modifiers for this type of element.
getModifiersMask()
- Method in class org.openide.src.
MethodElement
getName()
- Method in class org.openide.src.
Identifier
Get the simple name within a package.
getName()
- Method in class org.openide.src.
MemberElement
Get the name of this member.
getName()
- Method in interface org.openide.src.
MemberElement.Impl
Get the name of this member.
getName()
- Method in class org.openide.src.
MethodParameter
Get the name of the parameter variable.
getNestedException()
- Method in exception org.openide.src.
SourceVetoException
getNewTypes()
- Method in class org.openide.src.nodes.
ClassElementNode
getNodes(boolean)
- Method in class org.openide.src.nodes.
SourceChildren
If `initialize' is true, invokes the parser and waits for it to finish.
getOrder()
- Method in class org.openide.src.nodes.
ClassChildren
Returns order form filter.
getOrder()
- Method in class org.openide.src.nodes.
SourceElementFilter
Get the current order for elements.
getPackage()
- Method in class org.openide.src.
SourceElement
Get the package of this source file.
getPackage()
- Method in interface org.openide.src.
SourceElement.Impl
Get the package of this source file.
getParameters()
- Method in class org.openide.src.
ConstructorElement
Get the method parameters.
getParameters()
- Method in interface org.openide.src.
ConstructorElement.Impl
Get the method parameters.
getParamTags()
- Method in interface org.openide.src.
JavaDoc.Method
Gets param tags.
getPattern()
- Method in class org.openide.src.
ElementFormat
Get the pattern.
getPermutation()
- Method in class org.openide.src.
MultiPropertyChangeEvent
Returns the permutation that describes the REORDER operation.
getPropertyDescriptors()
- Method in class org.openide.src.nodes.
SourceOptionsBeanInfo
getPropertySets()
- Method in class org.openide.src.nodes.
ElementNode
getPropertyValue()
- Method in class org.openide.explorer.propertysheet.editors.
ModifierEditor
Get the customized property value.
getQualifier()
- Method in class org.openide.src.
Identifier
Get the package prefix.
getRawText()
- Method in interface org.openide.src.
JavaDoc
Get the entire text of the comment.
getReason()
- Method in exception org.openide.src.
SourceException.IO
Returns the original I/O exception that caused the operation to fail.
getReason()
- Method in exception org.openide.src.
SourceException.Veto
getReplacement()
- Method in class org.openide.src.
MultiPropertyChangeEvent
Returns items that will replace
MultiPropertyChangeEvent.getAffectedItems()
in the container.
getResolutionStatus()
- Method in class org.openide.src.
Identifier
Returns the resolution status of the identifier.
getReturn()
- Method in class org.openide.src.
MethodElement
Get the method's return type.
getReturn()
- Method in interface org.openide.src.
MethodElement.Impl
Get the method's return type.
getSeeTags()
- Method in interface org.openide.src.
JavaDoc
Gets all @see tags
getSerialFieldTags()
- Method in interface org.openide.src.
JavaDoc.Field
Gets SerialField tags.
getShortDescription()
- Method in class org.openide.src.nodes.
ElementNode
getSignature()
- Method in class org.openide.src.
ClassElement
Returns the signature of the class as used internally in the JVM.
getSignature()
- Method in class org.openide.src.
Type
Deprecated.
Use Type.getSignature (FileObject projectArtefact) method.
getSignature(FileObject)
- Method in class org.openide.src.
Type
Returns a JVM-signature of the type.
getSource()
- Method in interface org.openide.cookies.
SourceCookie
Returns a source element describing the hierarchy of the source.
getSource()
- Method in class org.openide.src.
ClassElement
Get the source element of this class.
getSourceName()
- Method in class org.openide.src.
Identifier
Get the identifier for the code generation.
getSourceString()
- Method in class org.openide.src.
MethodParameter
getSourceString()
- Method in class org.openide.src.
Type
Get a form of this type usable in Java source.
getStatus()
- Method in class org.openide.src.
SourceElement
Get the parsing status of the element.
getStatus()
- Method in interface org.openide.src.
SourceElement.Impl
Get the parsing status of the element.
getSuperclass()
- Method in class org.openide.src.
ClassElement
Get the superclass of this class.
getSuperclass()
- Method in interface org.openide.src.
ClassElement.Impl
Get the superclass for this class.
getTags()
- Method in class org.openide.explorer.propertysheet.editors.
ModifierEditor
getTags()
- Method in class org.openide.explorer.propertysheet.editors.
TypeEditor
getTags()
- Method in interface org.openide.src.
JavaDoc
Gets all tags from comment.
getTags(String)
- Method in interface org.openide.src.
JavaDoc
Gets all tags of given name
getTarget()
- Method in exception org.openide.src.
SourceException.Protection
getText()
- Method in interface org.openide.src.
JavaDoc
Get the actual text, cleared of all (non-inline) tags.
getThrowsTags()
- Method in interface org.openide.src.
JavaDoc.Method
Gets throws tags.
getType()
- Method in class org.netbeans.api.java.comparators.
JavaElementComparator
getType()
- Method in class org.openide.src.
FieldElement
Get the value type of the field.
getType()
- Method in interface org.openide.src.
FieldElement.Impl
Get the value type of the field.
getType()
- Method in class org.openide.src.
MethodParameter
Get the parameter type.
getTypeIdentifier()
- Method in class org.openide.src.
Type
Returns the identifier of a class for a class-type.
getTypesNames()
- Static method in class org.openide.src.
Type
Get the Java names of the primitive types.
getValue()
- Method in class org.openide.explorer.propertysheet.editors.
ModifierEditor
Get the value
getVMClassName()
- Method in class org.openide.src.
Type
Deprecated.
Use the Test.getVMClassName(final FileObject projectArtefact) method.
getVMClassName(FileObject)
- Method in class org.openide.src.
Type
Constructs and returns name of a reference type that can be used for Class.forName().
getVMName()
- Method in class org.openide.src.
ClassElement
Creates a name of the class usable in the JVM.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.src 1.8.22
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Built on May 28 2007. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.