Classes | Public Member Functions | Static Public Attributes | Protected Member Functions

cern.gp.nodes.impl.PropertyNode Class Reference

Inherits org::openide::nodes::AbstractNode.

List of all members.

Classes

class  PropertyArrayChildren
class  PropertyChildren
class  ValuePropertyProxy
class  ValuePropertySet

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

static final String VALUE = "value"

Protected Member Functions

SystemAction[] createActions ()

Detailed Description

<font size="-1" color="#FF0000">**For internal use only** </font> A node that represents a property of a node. This node can be used to expand a node that represent a bean with some properties to show those properties. Each child represent one single property and has one property called "value" that represent the value of the property itself.

Version:
Revision:
1.2
Date:
2006/09/25 08:52:36
Author:
Lionel Mestre

Constructor & Destructor Documentation

cern.gp.nodes.impl.PropertyNode.PropertyNode ( Property  property  ) 

Member Function Documentation

boolean cern.gp.nodes.impl.PropertyNode.canCopy (  ) 
boolean cern.gp.nodes.impl.PropertyNode.canCut (  ) 
boolean cern.gp.nodes.impl.PropertyNode.canDestroy (  ) 
boolean cern.gp.nodes.impl.PropertyNode.canRename (  ) 
SystemAction [] cern.gp.nodes.impl.PropertyNode.createActions (  )  [protected]

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.

Component cern.gp.nodes.impl.PropertyNode.getCustomizer (  ) 
String cern.gp.nodes.impl.PropertyNode.getDisplayName (  ) 
Image cern.gp.nodes.impl.PropertyNode.getIcon ( int  type  ) 
String cern.gp.nodes.impl.PropertyNode.getName (  ) 
Image cern.gp.nodes.impl.PropertyNode.getOpenedIcon ( int  type  ) 
PropertySet [] cern.gp.nodes.impl.PropertyNode.getPropertySets (  ) 
String cern.gp.nodes.impl.PropertyNode.getShortDescription (  ) 
Object cern.gp.nodes.impl.PropertyNode.getValue ( String  attributeName  ) 
boolean cern.gp.nodes.impl.PropertyNode.hasCustomizer (  ) 

Member Data Documentation

final String cern.gp.nodes.impl.PropertyNode.VALUE = "value" [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties