Groovy Documentation

org.codehaus.griffon.runtime.swing
[Java] Class SwingGriffonControllerActionManager

java.lang.Object
  org.codehaus.griffon.runtime.core.controller.AbstractGriffonControllerActionManager
      org.codehaus.griffon.runtime.swing.SwingGriffonControllerActionManager

public class SwingGriffonControllerActionManager
extends AbstractGriffonControllerActionManager

Authors:
Andres Almiray
Since:
1.1.0


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

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

 
Methods inherited from class AbstractGriffonControllerActionManager
invokeAction, getApp, actionsFor, actionFor, createActions, addActionInterceptor, 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

SwingGriffonControllerActionManager

protected SwingGriffonControllerActionManager(GriffonApplication app)


 
Method Detail

createControllerAction

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


 

Groovy Documentation