Package org.fife.ui.rsyntaxtextarea
Class RSyntaxTextAreaDefaultInputMap
- java.lang.Object
-
- javax.swing.InputMap
-
- org.fife.ui.rtextarea.RTADefaultInputMap
-
- org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaDefaultInputMap
-
- All Implemented Interfaces:
java.io.Serializable
public class RSyntaxTextAreaDefaultInputMap extends RTADefaultInputMap
The default input map for anRSyntaxTextArea
. Currently, the new key bindings include:- Shift+Tab indents the current line or currently selected lines to the left.
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RSyntaxTextAreaDefaultInputMap()
Constructs the default input map for anRSyntaxTextArea
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getCopyAction()
protected java.lang.String
getCutAction()
-
-
-
Method Detail
-
getCopyAction
protected java.lang.String getCopyAction()
- Overrides:
getCopyAction
in classRTADefaultInputMap
-
getCutAction
protected java.lang.String getCutAction()
- Overrides:
getCutAction
in classRTADefaultInputMap
-
-