Class RSyntaxTextAreaDefaultInputMap

  • All Implemented Interfaces:
    java.io.Serializable

    public class RSyntaxTextAreaDefaultInputMap
    extends RTADefaultInputMap
    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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getCopyAction()  
      protected java.lang.String getCutAction()  
      • Methods inherited from class javax.swing.InputMap

        allKeys, clear, get, getParent, keys, put, remove, setParent, size
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSyntaxTextAreaDefaultInputMap

        public RSyntaxTextAreaDefaultInputMap()
        Constructs the default input map for an RSyntaxTextArea.