Groovy Documentation

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

java.lang.Object
  org.codehaus.griffon.runtime.core.controller.AbstractGriffonControllerActionManager
      org.codehaus.griffon.runtime.javafx.JavaFXGriffonControllerActionManager

public class JavaFXGriffonControllerActionManager
extends AbstractGriffonControllerActionManager

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class AbstractGriffonControllerActionManager
ACTION
 
Constructor Summary
protected JavaFXGriffonControllerActionManager(GriffonApplication app)

 
Method Summary
protected GriffonControllerAction createControllerAction(GriffonController controller, String actionName)

 
Methods inherited from class AbstractGriffonControllerActionManager
getApp, actionsFor, actionFor, createActions, normalizeName, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

JavaFXGriffonControllerActionManager

protected JavaFXGriffonControllerActionManager(GriffonApplication app)


 
Method Detail

createControllerAction

@Override
protected GriffonControllerAction createControllerAction(GriffonController controller, String actionName)


 

Groovy Documentation