public class PropertyNode
extends AbstractNode
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VALUE |
| Constructor and Description |
|---|
PropertyNode(Property property) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCopy() |
boolean |
canCut() |
boolean |
canDestroy() |
boolean |
canRename() |
protected SystemAction[] |
createActions()
Returns the actions that shall be displayed in the pop-up menu for this node.
|
java.awt.Component |
getCustomizer() |
java.lang.String |
getDisplayName() |
java.awt.Image |
getIcon(int type) |
java.lang.String |
getName() |
java.awt.Image |
getOpenedIcon(int type) |
PropertySet[] |
getPropertySets() |
java.lang.String |
getShortDescription() |
java.lang.Object |
getValue(java.lang.String attributeName) |
boolean |
hasCustomizer() |
public static final java.lang.String VALUE
public boolean canCopy()
public boolean canCut()
public boolean canRename()
public boolean canDestroy()
public java.lang.String getDisplayName()
public java.lang.String getName()
public java.lang.String getShortDescription()
public java.awt.Image getIcon(int type)
public java.awt.Image getOpenedIcon(int type)
public java.awt.Component getCustomizer()
public boolean hasCustomizer()
public PropertySet[] getPropertySets()
public java.lang.Object getValue(java.lang.String attributeName)
protected SystemAction[] createActions()