|
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 ExplorerItemType
A factory which creates ExplorerItem
s.
Method Summary | |
---|---|
java.util.List |
getAdoptedChildren(ExplorerContext ctx,
ExplorerItem parent)
Get children which this type thinks belong to the parent. |
ExplorerItem |
getChild(ExplorerContext ctx,
ExplorerItem parent,
java.lang.String code)
Get a single child, by code. |
java.lang.String |
getName()
Get a short string identifying the item type. |
Method Detail |
---|
java.lang.String getName()
ExplorerManager
java.util.List getAdoptedChildren(ExplorerContext ctx, ExplorerItem parent)
ExplorerManager.findAllChildren(ExplorerContext, ExplorerItem)
ExplorerItem getChild(ExplorerContext ctx, ExplorerItem parent, java.lang.String code)
|
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 |