org.globus.cog.gui.grapheditor.properties
Class IntrospectiveProperty
java.lang.Object
org.globus.cog.gui.grapheditor.properties.AbstractProperty
org.globus.cog.gui.grapheditor.properties.IntrospectiveProperty
- All Implemented Interfaces:
- Property
- Direct Known Subclasses:
- ComponentProperty
- public class IntrospectiveProperty
- extends AbstractProperty
A property class which uses getters an setters to get/set the value
of a property
| Methods inherited from class org.globus.cog.gui.grapheditor.properties.AbstractProperty |
equals, getAccess, getDisplayName, getName, getOwner, hasAccess, hashCode, isHidden, isInteractive, isWritable, setAccess, setName, setOwner |
IntrospectiveProperty
protected IntrospectiveProperty(PropertyHolder owner,
String name,
int access,
Class propertyClass)
IntrospectiveProperty
public IntrospectiveProperty(Object owner,
String name,
int access)
IntrospectiveProperty
public IntrospectiveProperty(Object owner,
String name)
setValue
public void setValue(Object value)
getValue
public Object getValue()
getPropertyClass
public Class getPropertyClass()