org.siebengeisslein.ide.action
Class SetFieldPanelAction

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pgui.action.PAction
          extended by org.siebengeisslein.ide.action.SetFieldPanelAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, CloneAware, Instrumented

public class SetFieldPanelAction
extends PAction


Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
SetFieldPanelAction(java.lang.String imageUrl, Feder feder)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 PComponent getComponent()
           
 void setComponent(PComponent component)
           
 
Methods inherited from class org.siebengeisslein.pgui.action.PAction
addPropertyChangeListener, clone, createIcon, getIcon, getTitle, getValue, initTransient, isEnabled, putValue, removePropertyChangeListener, setAcceleratorKey, setDescription, setEnabled, setIcon, setMnemonic, setTitle, setValidator
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, 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

SetFieldPanelAction

public SetFieldPanelAction(java.lang.String imageUrl,
                           Feder feder)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

setComponent

public void setComponent(PComponent component)

getComponent

public PComponent getComponent()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class PAction