首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.5.1
R-Index (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.1
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.src 1.8.31
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
R
READ_ONLY
- Static variable in class org.openide.src.nodes.
DefaultFactory
Default instance of the factory with read-only properties.
READ_WRITE
- Static variable in class org.openide.src.nodes.
DefaultFactory
Default instance of the factory with read-write properties.
readExternal(ObjectInput)
- Method in class org.openide.src.nodes.
SourceOptions
readResolve()
- Method in interface org.openide.src.
Element.Impl
Implementations must be resolvable.
referencedClassName()
- Method in interface org.openide.src.
JavaDocTag.See
get the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedMemberName()
- Method in interface org.openide.src.
JavaDocTag.See
get the name of the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
refreshAllKeys()
- Method in class org.openide.src.nodes.
ClassChildren
Updates all the keys (elements) according to the current filter & ordering.
refreshKeys(int)
- Method in class org.openide.src.nodes.
ClassChildren
Updates all the keys with given filter.
register(ClassElement.Finder)
- Static method in class org.openide.src.
ClassElement
Register a new finder for locating class elements.
REMOVE
- Static variable in interface org.openide.src.
ClassElement.Impl
Remove some items.
REMOVE
- Static variable in interface org.openide.src.
JavaDoc
Serves as second parameter in method
JavaDoc.changeTags(org.openide.src.JavaDocTag[], int)
.
REMOVE
- Static variable in interface org.openide.src.
SourceElement.Impl
Remove some top-level classes.
removeClass(ClassElement)
- Method in class org.openide.src.
ClassElement
Remove an inner class from this class.
removeClass(ClassElement)
- Method in class org.openide.src.
SourceElement
Remove an top-level class.
removeClasses(ClassElement[])
- Method in class org.openide.src.
ClassElement
Remove some inner classes from this class.
removeClasses(ClassElement[])
- Method in class org.openide.src.
SourceElement
Remove some top-level classes.
removeConstructor(ConstructorElement)
- Method in class org.openide.src.
ClassElement
Remove a constructor from this class.
removeConstructors(ConstructorElement[])
- Method in class org.openide.src.
ClassElement
Remove some constructors from this class.
removeField(FieldElement)
- Method in class org.openide.src.
ClassElement
Remove a field from the class.
removeFields(FieldElement[])
- Method in class org.openide.src.
ClassElement
Remove some fields from the class.
removeImport(Import)
- Method in class org.openide.src.
SourceElement
Remove an import.
removeImports(Import[])
- Method in class org.openide.src.
SourceElement
Remove some imports.
removeInitializer(InitializerElement)
- Method in class org.openide.src.
ClassElement
Remove an initializer block from this class.
removeInitializers(InitializerElement[])
- Method in class org.openide.src.
ClassElement
Remove some initializer blocks from this class.
removeInterface(Identifier)
- Method in class org.openide.src.
ClassElement
Remove an interface from this class.
removeInterface(Identifier[])
- Method in class org.openide.src.
ClassElement
Deprecated.
the method's name is incorrect; please use removeInterfaces(ins) instead.
removeInterfaces(Identifier)
- Method in class org.openide.src.
ClassElement
Deprecated.
the method's name is incorrect; please use removeInterface(i) instead.
removeInterfaces(Identifier[])
- Method in class org.openide.src.
ClassElement
Remove some interfaces from this class.
removeMethod(MethodElement)
- Method in class org.openide.src.
ClassElement
Remove a method from this class.
removeMethods(MethodElement[])
- Method in class org.openide.src.
ClassElement
Remove some methods from this class.
removeNotify()
- Method in class org.openide.explorer.propertysheet.editors.
ModifierEditor
removeNotify()
- Method in class org.openide.src.nodes.
ClassChildren
removeNotify()
- Method in class org.openide.src.nodes.
SourceChildren
removePropertyChangeListener(PropertyChangeListener)
- Method in interface org.openide.src.
Element.Impl
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener)
- Method in class org.openide.src.
Element
Remove a property change listener.
removeVetoableChangeListener(VetoableChangeListener)
- Method in interface org.openide.src.
Element.Impl2
Removes a vetoable listener.
removeVetoableChangeListener(VetoableChangeListener)
- Method in class org.openide.src.
Element
Removes the vetoable listener from the element.
resolve()
- Method in interface org.openide.src.
Identifier.Resolver
RESOLVED
- Static variable in class org.openide.src.
Identifier
The identifier was resolved, the full name is filled in.
resolveIconBase()
- Method in class org.openide.src.nodes.
ClassElementNode
resolveIconBase()
- Method in class org.openide.src.nodes.
ConstructorElementNode
resolveIconBase()
- Method in class org.openide.src.nodes.
ElementNode
Get the currently appropriate icon base.
resolveIconBase()
- Method in class org.openide.src.nodes.
FieldElementNode
resolveIconBase()
- Method in class org.openide.src.nodes.
InitializerElementNode
resolveIconBase()
- Method in class org.openide.src.nodes.
MethodElementNode
RETURN_TYPE
- Static variable in class org.netbeans.api.java.comparators.
JavaElementComparator
ROOT_OBJECT
- Static variable in class org.openide.src.
ClassElement
Default class to extend.
runAtomic(Runnable)
- Method in interface org.openide.src.
SourceElement.Impl
Lock the underlaing document to have exclusive access to it and could make changes on this SourceElement.
runAtomic(Runnable)
- Method in class org.openide.src.
SourceElement
Lock the underlaing document to have exclusive access to it and could make changes on this SourceElement.
runAtomicAsUser(Runnable)
- Method in interface org.openide.src.
SourceElement.Impl
Executes given runnable in "user mode" does not allowing any modifications to parts of text marked as guarded.
runAtomicAsUser(Runnable)
- Method in class org.openide.src.
SourceElement
Executes given runnable in "user mode" does not allowing any modifications to parts of text marked as guarded.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.src 1.8.31
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 March 26 2007. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.