public abstract class AbstractSpellCheckerAction extends TextAction
| Modifier and Type | Field and Description |
|---|---|
static JTextComponent |
lastAdapterFocused
Last Adapter to JTextComponent focused.
|
changeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
AbstractSpellCheckerAction(String name) |
| Modifier and Type | Method and Description |
|---|---|
static JTextComponent |
getLastAdapterFocused() |
JTextComponent |
getLastSelected() |
void |
onFocusedTextComponentChanged(JTextComponent textCmp) |
void |
release() |
static void |
setLastAdapterFocused(JTextComponent lastAdapterFocused) |
augmentList, getFocusedComponent, getTextComponentaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactionPerformedpublic static JTextComponent lastAdapterFocused
public AbstractSpellCheckerAction(String name)
public static void setLastAdapterFocused(JTextComponent lastAdapterFocused)
public static JTextComponent getLastAdapterFocused()
public void onFocusedTextComponentChanged(JTextComponent textCmp)
public void release()
public JTextComponent getLastSelected()
Copyright © 2020. All rights reserved.