org.fife.ui.rsyntaxtextarea
Class RSyntaxTextAreaDefaultInputMap

java.lang.Object
  extended byjavax.swing.InputMap
      extended byorg.fife.ui.rtextarea.RTADefaultInputMap
          extended byorg.fife.ui.rsyntaxtextarea.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:

Version:
1.0
Author:
Robert Futrell
See Also:
Serialized Form

Constructor Summary
RSyntaxTextAreaDefaultInputMap()
          Constructs the default input map for an RSyntaxTextArea.
 
Methods inherited from class org.fife.ui.rtextarea.RTADefaultInputMap
getDefaultModifier
 
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.