|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExplorerItem
Represents a single item in an explorer tree.
Method Summary | |
---|---|
java.util.List |
getChildren()
Get the item's direct children. |
java.lang.String |
getCode()
A unique identifier for the item. |
java.lang.String |
getLabel()
Get the display label for the item. |
ExplorerItem |
getParent()
|
ExplorerItemType |
getType()
Get the type that created this item. |
Method Detail |
---|
java.lang.String getCode()
java.lang.String getLabel()
ExplorerItemType getType()
java.util.List getChildren()
ExplorerItem
sExplorerItem getParent()
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |