public class NodeHandlerAdapter extends Object implements INodeHandler
| Constructor and Description |
|---|
NodeHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
CommonNode[] |
createChildren(CommonNode node) |
String |
getDescription(Object object)
A long, descriptive string representation.
|
String |
getIconName(Object object)
A name for an icon.
|
String |
getLabel(Object object)
A short string representation (suitable for example for use with an icon
or menu item).
|
String |
getTip(Object object)
An "intermediate" length description (suitable for example with a
tooltip).
|
boolean |
hasChildren(CommonNode node) |
public CommonNode[] createChildren(CommonNode node)
createChildren in interface INodeHandlerpublic String getDescription(Object object)
IPresentationHandlergetDescription in interface IPresentationHandlerpublic String getIconName(Object object)
IPresentationHandlergetIconName in interface IPresentationHandlerpublic String getLabel(Object object)
IPresentationHandlergetLabel in interface IPresentationHandlerpublic String getTip(Object object)
IPresentationHandlergetTip in interface IPresentationHandlerpublic boolean hasChildren(CommonNode node)
hasChildren in interface INodeHandlerCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.