[Java] Class DefaultAction

  • groovy.swing.impl.DefaultAction

A default action implementation

Authors:
James Strachan
Inherited fields
Fields inherited from class Fields
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

Methods Summary

Methods
Type Params Return Type Name and description
void actionPerformed(ActionEvent event)
Closure getClosure()
void setClosure(Closure closure)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class AbstractAction getValue, getKeys, setEnabled, getPropertyChangeListeners, putValue, isEnabled, addPropertyChangeListener, removePropertyChangeListener, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, actionPerformed
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)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/swing/impl/DefaultAction.html