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 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(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 groovyx.javafx.appsupport.Action toolkitAction


 
Constructor Detail

JavaFXGriffonControllerAction

public JavaFXGriffonControllerAction(GriffonController controller, String actionName)


 
Method Detail

doExecute

protected void doExecute(Object... args)


getToolkitAction

public Object getToolkitAction()


 

Groovy Documentation