|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.runtime.core.AbstractObservable
org.codehaus.griffon.runtime.core.controller.AbstractGriffonControllerAction
org.codehaus.griffon.runtime.swing.SwingGriffonControllerAction
public class SwingGriffonControllerAction extends AbstractGriffonControllerAction
| Field Summary | |
|---|---|
private SwingAction |
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 | |
SwingGriffonControllerAction(GriffonController controller, String actionName)
|
|
| Method Summary | |
|---|---|
protected void
|
doExecute(Object... args)
|
Object
|
getToolkitAction()
|
| Field Detail |
|---|
private final SwingAction toolkitAction
| Constructor Detail |
|---|
public SwingGriffonControllerAction(GriffonController controller, String actionName)
| Method Detail |
|---|
protected void doExecute(Object... args)
public Object getToolkitAction()
Groovy Documentation