org.globus.cog.gui.grapheditor.properties
Class ComponentProperty
java.lang.Object
org.globus.cog.gui.grapheditor.properties.AbstractProperty
org.globus.cog.gui.grapheditor.properties.IntrospectiveProperty
org.globus.cog.gui.grapheditor.properties.ComponentProperty
- All Implemented Interfaces:
- Property
- public class ComponentProperty
- extends IntrospectiveProperty
This type of property is specific to graph components.
It is introspective and it fires a property change event.
| Methods inherited from class org.globus.cog.gui.grapheditor.properties.AbstractProperty |
equals, getAccess, getDisplayName, getName, getOwner, hasAccess, hashCode, isHidden, isInteractive, isWritable, setAccess, setName, setOwner |
ComponentProperty
protected ComponentProperty(PropertyHolder owner,
String name,
int access,
Class propertyClass)
ComponentProperty
public ComponentProperty(PropertyHolder owner,
String name,
int access)
ComponentProperty
public ComponentProperty(Object owner,
String name)
setValue
public void setValue(Object value)
- Specified by:
setValue in interface Property- Overrides:
setValue in class IntrospectiveProperty