|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.InputMap
org.fife.ui.rtextarea.RTADefaultInputMap
public class RTADefaultInputMap
The default input map for an RTextArea. For the most part it is
exactly that the one for a JTextArea, but it adds a few things.
Currently, the new key bindings include:
| Constructor Summary | |
|---|---|
RTADefaultInputMap()
Constructs the default input map for an RTextArea. |
|
| Method Summary | |
|---|---|
protected static int |
getDefaultModifier()
Returns the default modifier key for a system. |
| 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 |
|---|
public RTADefaultInputMap()
RTextArea.
| Method Detail |
|---|
protected static final int getDefaultModifier()
InputEvent.CTRL_MASK).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||