Public Member Functions | |
PropertyNode (Property property) | |
boolean | canCopy () |
boolean | canCut () |
boolean | canRename () |
boolean | canDestroy () |
String | getDisplayName () |
String | getName () |
String | getShortDescription () |
Image | getIcon (int type) |
Image | getOpenedIcon (int type) |
Component | getCustomizer () |
boolean | hasCustomizer () |
PropertySet[] | getPropertySets () |
Object | getValue (String attributeName) |
Static Public Attributes | |
final String | VALUE = "value" |
Protected Member Functions | |
SystemAction[] | createActions () |
Static Private Member Functions | |
Children | computeChildren (Property property) |
Image | loadImage (String pathname) |
Private Attributes | |
Property | property |
PropertySet[] | propertySets |
Static Private Attributes | |
final String | ICON_NAME = "cern/gp/nodes/resources/properties.gif" |
final Image | ICON_IMAGE = loadImage(ICON_NAME) |
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns the actions that shall be displayed in the pop-up menu for this node. This method is called by Netbeans Explorer to build the pop-up menu for this node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|