|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNode | |
org.openide.loaders | DataSystems are the logical layer between a filesystem and the regular functions of the IDE. |
org.openide.nodes | The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. |
org.openide.src.nodes | Source elements can be represented by default element nodes. |
Uses of AbstractNode in org.openide.loaders |
Subclasses of AbstractNode in org.openide.loaders | |
class |
DataFolder.FolderNode
Node for a folder. |
class |
DataNode
Standard node representing a data object. |
Uses of AbstractNode in org.openide.nodes |
Subclasses of AbstractNode in org.openide.nodes | |
class |
BeanNode
Represents one JavaBean in the nodes hierarchy. |
class |
IndexedNode
An implementation of a node that has children and supports reordering by providing Index implementor. |
Uses of AbstractNode in org.openide.src.nodes |
Subclasses of AbstractNode in org.openide.src.nodes | |
class |
ClassElementNode
Node representing a Java class. |
class |
ConstructorElementNode
Node representing a constructor. |
class |
ElementNode
Superclass of nodes representing elements in the source hierarchy. |
class |
FieldElementNode
Node representing a field (variable). |
class |
InitializerElementNode
Node representing an initializer (static or nonstatic). |
class |
MemberElementNode
Node representing some type of member element. |
class |
MethodElementNode
Node for a method element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |