public class PropertyNode extends CommonNode
ATTR_DESCRIPTION, ATTR_ICON, ATTR_LABEL, ATTR_TIP| Constructor and Description |
|---|
PropertyNode(CommonNode parent,
Object object,
String label,
String name,
boolean reusable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIconName()
A name for an icon.
|
String |
getLabel()
A short string representation (suitable for example for use with an icon
or menu item).
|
Format |
getPropertyFormat() |
String |
getPropertyLabel() |
String |
getPropertyName() |
Object |
getPropertyValue() |
void |
setPropertyFormat(Format propertyFormat) |
addNotificationListener, getAttribute, getChildren, getDescription, getNode, getNodeHandler, getObject, getParent, getTip, hasChildren, removeAttribute, removeNotificationListener, setAttribute, setNodeHandlerpublic PropertyNode(CommonNode parent, Object object, String label, String name, boolean reusable)
public String getIconName()
IPresentationSupportgetIconName in interface IPresentationSupportgetIconName in class CommonNodepublic String getLabel()
IPresentationSupportgetLabel in interface IPresentationSupportgetLabel in class CommonNodepublic Format getPropertyFormat()
public String getPropertyLabel()
public String getPropertyName()
public Object getPropertyValue()
public void setPropertyFormat(Format propertyFormat)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.