org.openbp.common.generic.description
Interface DisplayTreeObject
- All Superinterfaces:
- java.lang.Comparable, DescriptionObject, Displayable, DisplayObject, java.io.Serializable
- All Known Implementing Classes:
- DisplayTreeObjectImpl
public interface DisplayTreeObject
- extends DisplayObject
An object that has a name, a display name and a description and a leaf node flag for
display in tree-like structures.
- Author:
- Heiko Erhardt
|
Method Summary |
boolean |
isLeaf()
Gets the flag if the object is a leaf node. |
void |
setLeaf(boolean leaf)
Sets the flag if the object is a leaf node. |
| Methods inherited from interface java.lang.Comparable |
compareTo |
isLeaf
boolean isLeaf()
- Gets the flag if the object is a leaf node.
setLeaf
void setLeaf(boolean leaf)
- Sets the flag if the object is a leaf node.
Copyright © 2011. All Rights Reserved.