Package org.fife.ui.rsyntaxtextarea
Class RSyntaxTextAreaEditorKit.FoldRelatedAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- javax.swing.text.TextAction
-
- org.fife.ui.rtextarea.RecordableTextAction
-
- org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.FoldRelatedAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Direct Known Subclasses:
RSyntaxTextAreaEditorKit.ChangeFoldStateAction,RSyntaxTextAreaEditorKit.CollapseAllCommentFoldsAction,RSyntaxTextAreaEditorKit.CollapseAllFoldsAction,RSyntaxTextAreaEditorKit.ExpandAllFoldsAction,RSyntaxTextAreaEditorKit.ToggleCurrentFoldAction
- Enclosing class:
- RSyntaxTextAreaEditorKit
abstract static class RSyntaxTextAreaEditorKit.FoldRelatedAction extends RecordableTextAction
Base class for folding-related actions.
-
-
Constructor Summary
Constructors Constructor Description FoldRelatedAction(java.lang.String name)FoldRelatedAction(java.lang.String name, javax.swing.Icon icon, java.lang.String desc, java.lang.Integer mnemonic, javax.swing.KeyStroke accelerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FoldgetClosestFold(RSyntaxTextArea textArea)-
Methods inherited from class org.fife.ui.rtextarea.RecordableTextAction
actionPerformed, actionPerformedImpl, getAccelerator, getDescription, getIcon, getMacroID, getMnemonic, getName, getShortDescription, isRecordable, setAccelerator, setMnemonic, setMnemonic, setName, setProperties, setRecordable, setShortDescription
-
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
getClosestFold
protected Fold getClosestFold(RSyntaxTextArea textArea)
-
-