public class NodePropertiesNode
extends AbstractNode
| Constructor and Description |
|---|
NodePropertiesNode(Node node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCopy() |
boolean |
canCut() |
boolean |
canDestroy() |
boolean |
canRename() |
protected SystemAction[] |
createActions() |
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() |
boolean |
hasCustomizer() |
public boolean canCopy()
public boolean canCut()
public boolean canRename()
public boolean canDestroy()
public java.awt.Component getCustomizer()
public boolean hasCustomizer()
public PropertySet[] getPropertySets()
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)
protected SystemAction[] createActions()