Groovy Documentation

org.codehaus.griffon.runtime.javafx
[Java] Class JavaFXGriffonControllerAction

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.controller.AbstractGriffonControllerAction
          org.codehaus.griffon.runtime.javafx.JavaFXGriffonControllerAction

public class JavaFXGriffonControllerAction
extends AbstractGriffonControllerAction

Authors:
Andres Almiray


Field Summary
private static String KEY_DESCRIPTION

private static String KEY_ICON

private groovyx.javafx.appsupport.Action 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
JavaFXGriffonControllerAction(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, getActionManager, getController, isEnabled, getLargeIcon, setLargeIcon, getLongDescription, setLongDescription, getSmallIcon, setSmallIcon, getShortDescription, setShortDescription, execute, setEnabled, getMnemonic, setMnemonic, setSelected, isSelected, setAccelerator, getAccelerator, 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

KEY_DESCRIPTION

private static final String KEY_DESCRIPTION


KEY_ICON

private static final String KEY_ICON


toolkitAction

private final groovyx.javafx.appsupport.Action toolkitAction


 
Constructor Detail

JavaFXGriffonControllerAction

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


 
Method Detail

doExecute

protected void doExecute(Object... args)


doInitialize

@Override
protected void doInitialize()


getToolkitAction

public Object getToolkitAction()


 

Groovy Documentation