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:
Serializable
The default input map for an
RSyntaxTextArea
.
Currently, the new key bindings include:
- Shift+Tab indents the current line or currently selected lines to the left.
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the default input map for anRSyntaxTextArea
. -
Method Summary
-
Constructor Details
-
RSyntaxTextAreaDefaultInputMap
public RSyntaxTextAreaDefaultInputMap()Constructs the default input map for anRSyntaxTextArea
.
-
-
Method Details
-
getCopyAction
- Overrides:
getCopyAction
in classRTADefaultInputMap
-
getCutAction
- Overrides:
getCutAction
in classRTADefaultInputMap
-