org.globus.cog.gui.grapheditor.util.tables
Class PropertyEditor

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.util.tables.PropertyEditor

public abstract class PropertyEditor
extends Object

An abstract property editor


Constructor Summary
PropertyEditor()
           
 
Method Summary
 void edit(NodeComponent nodeComponent, Property property)
           
 Component getComponent()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditor

public PropertyEditor()
Method Detail

edit

public void edit(NodeComponent nodeComponent,
                 Property property)

getComponent

public Component getComponent()

getValue

public Object getValue()