|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
javax.swing.text.TextAction
javax.swing.text.StyledEditorKit.StyledTextAction
com.inet.html.actions.InetHtmlAction
com.inet.html.actions.TabKeyAction
public class TabKeyAction
An action to modify the content of a document if the TAB-Key is pressed. The result depends on the caret position.
Field Summary |
---|
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
TabKeyAction(boolean typeReverse)
Constructs a new TabKeyAction. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Toggles the bold attribute. |
Methods inherited from class javax.swing.text.TextAction |
---|
augmentList |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TabKeyAction(boolean typeReverse)
typeReverse
- true to remove a tab/indentMethod Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
e
- the action event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |