[Groovy] Class AutoIndentAction
- groovy.ui.text.AutoIndentAction
@CompileStatic @Deprecated class AutoIndentAction extends AbstractAction
| 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 |
Properties Summary
| Type | Name and description |
|---|---|
AttributeSet |
simpleAttributeSet |
Constructor Summary
| Constructor and description |
|---|
AutoIndentAction
() |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
void |
actionPerformed(ActionEvent evt) |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class AbstractAction | getValue, putValue, getKeys, setEnabled, isEnabled, removePropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, accept, actionPerformed |
Property Detail
AttributeSet simpleAttributeSet
Constructor Detail
AutoIndentAction()
Method Detail
void actionPerformed(ActionEvent evt)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/ui/text/AutoIndentAction.html