|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeProperty
An interface for a property that represents a tree of selectable nodes. Such
a tree could be rendered using a selectable JTree
for
example. The tree consists of nodes that can be selected, or de-selected.
Method Summary | |
---|---|
NodeProperty |
getRoot()
Returns the root node of the property tree. |
boolean |
selectableNodes()
Returns true if the tree has selectable nodes or
otherwise false . |
boolean |
showRoot()
Indicates if the Root node of the property tree should be displayed or not. |
Methods inherited from interface commonj.connector.metadata.discovery.properties.PropertyDescriptor |
---|
addPropertyChangeListener, clone, getDescription, getDisplayName, getID, getName, isEnabled, removePropertyChangeListener |
Method Detail |
---|
boolean showRoot()
NodeProperty getRoot()
null
root node of the property tree.boolean selectableNodes()
true
if the tree has selectable nodes or
otherwise false
.
If true, by default all the child
nodes
will have their NodeProperty
NodeProperty.isSelected()
ignored.
true
if the tree has selectable nodes false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |