Groovy Documentation

org.codehaus.griffon.runtime.pivot
[Java] Class PivotGriffonControllerAction

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.controller.AbstractGriffonControllerAction
          org.codehaus.griffon.runtime.pivot.PivotGriffonControllerAction

public class PivotGriffonControllerAction
extends AbstractGriffonControllerAction

Authors:
Andres Almiray


Field Summary
private DefaultAction 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
PivotGriffonControllerAction(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, getLargeIcon, setLargeIcon, getLongDescription, setLongDescription, getSmallIcon, 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 DefaultAction toolkitAction


 
Constructor Detail

PivotGriffonControllerAction

public PivotGriffonControllerAction(GriffonController controller, String actionName)


 
Method Detail

doExecute

protected void doExecute(Object... args)


getToolkitAction

public Object getToolkitAction()


 

Groovy Documentation