Groovy Documentation

org.codehaus.griffon.runtime.swing
[Java] Class SwingGriffonControllerAction

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.controller.AbstractGriffonControllerAction
          org.codehaus.griffon.runtime.swing.SwingGriffonControllerAction

public class SwingGriffonControllerAction
extends AbstractGriffonControllerAction

Authors:
Andres Almiray
Since:
1.1.0


Field Summary
private SwingAction toolkitAction

 
Fields inherited from class AbstractGriffonControllerAction
KEY_NAME, KEY_SHORT_DESCRIPTION, KEY_LONG_DESCRIPTION, KEY_SMALL_ICON, KEY_LARGE_ICON, KEY_ENABLED, KEY_SELECTED, KEY_ACCELERATOR, KEY_MNEMONIC
 
Constructor Summary
SwingGriffonControllerAction(GriffonController controller, String actionName)

 
Method Summary
protected void doExecute(Object... args)

Object getToolkitAction()

 
Methods inherited from class AbstractGriffonControllerAction
getName, setName, execute, isEnabled, setEnabled, getMnemonic, setMnemonic, isSelected, setSelected, setAccelerator, getAccelerator, getShortDescription, setShortDescription, getController, getLongDescription, getSmallIcon, getLargeIcon, setLargeIcon, setLongDescription, setSmallIcon, addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, getToolkitAction
 
Methods inherited from class AbstractObservable
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

toolkitAction

private final SwingAction toolkitAction


 
Constructor Detail

SwingGriffonControllerAction

public SwingGriffonControllerAction(GriffonController controller, String actionName)


 
Method Detail

doExecute

protected void doExecute(Object... args)


getToolkitAction

public Object getToolkitAction()


 

Groovy Documentation