Groovy Documentation

org.codehaus.griffon.runtime.lanterna
[Java] Class LanternaGriffonControllerAction

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.controller.AbstractGriffonControllerAction
          org.codehaus.griffon.runtime.lanterna.LanternaGriffonControllerAction

public class LanternaGriffonControllerAction
extends AbstractGriffonControllerAction

Authors:
Andres Almiray


Field Summary
private MutableAction 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
LanternaGriffonControllerAction(GriffonControllerActionManager actionManager, GriffonController controller, String actionName)

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

protected void doInitialize()

Object getToolkitAction()

 
Methods inherited from class AbstractGriffonControllerAction
getName, setName, initialize, execute, isEnabled, setEnabled, getMnemonic, setMnemonic, setSelected, isSelected, setAccelerator, getAccelerator, getShortDescription, setShortDescription, getActionManager, 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 MutableAction toolkitAction


 
Constructor Detail

LanternaGriffonControllerAction

public LanternaGriffonControllerAction(GriffonControllerActionManager actionManager, GriffonController controller, String actionName)


 
Method Detail

doExecute

protected void doExecute(Object... args)


doInitialize

protected void doInitialize()


getToolkitAction

public Object getToolkitAction()


 

Groovy Documentation