org.siebengeisslein.ide.gui.property
Class ActionProperty

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.ide.gui.property.AbstractProperty<javax.swing.Action>
          extended by org.siebengeisslein.ide.gui.property.ActionProperty
All Implemented Interfaces:
Instrumented, Property<javax.swing.Action>

public class ActionProperty
extends AbstractProperty<javax.swing.Action>


Constructor Summary
ActionProperty(PButton button, PanelDesignPanel designPanel)
           
 
Method Summary
 javax.swing.table.TableCellEditor getEditor()
           
 javax.swing.Action getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.siebengeisslein.ide.gui.property.AbstractProperty
getName
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionProperty

public ActionProperty(PButton button,
                      PanelDesignPanel designPanel)
Method Detail

getValue

public javax.swing.Action getValue()

setValue

public void setValue(java.lang.Object value)

getEditor

public javax.swing.table.TableCellEditor getEditor()
Specified by:
getEditor in interface Property<javax.swing.Action>
Overrides:
getEditor in class AbstractProperty<javax.swing.Action>