|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.AbstractAction groovy.swing.impl.DefaultAction
public class DefaultAction extends AbstractAction
A default action implementation
Field Summary |
---|
Fields inherited from class AbstractAction | |
---|---|
DEFAULT, NAME, SHORT_DESCRIPTION, LONG_DESCRIPTION, SMALL_ICON, ACTION_COMMAND_KEY, ACCELERATOR_KEY, MNEMONIC_KEY, SELECTED_KEY, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY |
Method Summary | |
---|---|
void
|
actionPerformed(ActionEvent event)
|
Closure
|
getClosure()
|
void
|
setClosure(Closure closure)
|
Methods inherited from class AbstractAction | |
---|---|
setEnabled, getValue, getKeys, putValue, isEnabled, addPropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, actionPerformed |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public void actionPerformed(ActionEvent event)
public Closure getClosure()
public void setClosure(Closure closure)
Copyright © 2003-2013 The Codehaus. All rights reserved.