|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.AbstractAction javax.swing.text.TextAction org.xnap.commons.gui.shortcut.EmacsKeyBindings.SetMarkCommandAction
public static class EmacsKeyBindings.SetMarkCommandAction
This action sets a beginning mark for a selection.
Field Summary |
---|
Fields inherited from class javax.swing.AbstractAction |
---|
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
EmacsKeyBindings.SetMarkCommandAction(String nm)
|
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
|
static int |
getCaretPosition()
|
static boolean |
isMarked(JTextComponent jt)
|
static void |
reset()
|
Methods inherited from class javax.swing.text.TextAction |
---|
augmentList, getFocusedComponent, getTextComponent |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmacsKeyBindings.SetMarkCommandAction(String nm)
Method Detail |
---|
public void actionPerformed(ActionEvent e)
public static boolean isMarked(JTextComponent jt)
public static void reset()
public static int getCaretPosition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |