org.globus.cog.gui.grapheditor.properties
Class OverlayedProperty
java.lang.Object
org.globus.cog.gui.grapheditor.properties.AbstractProperty
org.globus.cog.gui.grapheditor.properties.OverlayedProperty
- All Implemented Interfaces:
- Property
- public class OverlayedProperty
- extends AbstractProperty
A "soft" property for which there is no direct support in the graph
component
| Methods inherited from class org.globus.cog.gui.grapheditor.properties.AbstractProperty |
equals, getAccess, getDisplayName, getName, getOwner, hasAccess, hashCode, isHidden, isInteractive, isWritable, setAccess, setName, setOwner |
OverlayedProperty
public OverlayedProperty(PropertyHolder owner,
String name,
int access)
OverlayedProperty
public OverlayedProperty(PropertyHolder owner,
String name)
setValue
public void setValue(Object value)
getValue
public Object getValue()
getPropertyClass
public Class getPropertyClass()