org.globus.cog.gui.grapheditor.properties
Class OverlayedProperty

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.properties.AbstractProperty
      extended byorg.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


Field Summary
 
Fields inherited from interface org.globus.cog.gui.grapheditor.properties.Property
HIDDEN, NONPERSISTENT, R, RW, RWH, W, X
 
Constructor Summary
OverlayedProperty(PropertyHolder owner, String name)
           
OverlayedProperty(PropertyHolder owner, String name, int access)
           
 
Method Summary
 Class getPropertyClass()
           
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class org.globus.cog.gui.grapheditor.properties.AbstractProperty
equals, getAccess, getDisplayName, getName, getOwner, hasAccess, hashCode, isHidden, isInteractive, isWritable, setAccess, setName, setOwner
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverlayedProperty

public OverlayedProperty(PropertyHolder owner,
                         String name,
                         int access)

OverlayedProperty

public OverlayedProperty(PropertyHolder owner,
                         String name)
Method Detail

setValue

public void setValue(Object value)

getValue

public Object getValue()

getPropertyClass

public Class getPropertyClass()