public static class ActionFactory.ShiftLineAction extends BaseAction
ABBREV_RESET, CLEAR_STATUS_TEXT, ICON_RESOURCE_PROPERTY, LOCALE_DESC_PREFIX, LOCALE_POPUP_PREFIX, MAGIC_POSITION_RESET, NO_KEYBINDING, NO_RECORDING, POPUP_MENU_TEXT, SAVE_POSITION, SELECTION_REMOVE, UNDO_MERGE_RESET, updateMask, WORD_MATCH_RESETchangeSupport, 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 |
|---|
ActionFactory.ShiftLineAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionNameUpdate(String actionName)
Called by
#putValue(String,String) when Action.NAME property
is set to a non-null String value. |
void |
actionPerformed(ActionEvent evt,
JTextComponent target)
The target method that performs the real action functionality.
|
protected Class |
getShortDescriptionBundleClass()
Get the class in a package where resource bundle for localization
of the short description of this action resides.
|
actionPerformed, asynchonous, createDefaultValue, findValue, getDefaultShortDescription, getPopupMenuItem, getPopupMenuText, getValue, putValue, updateComponent, updateComponentaugmentList, getFocusedComponent, getTextComponentaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, isEnabled, removePropertyChangeListener, setEnabledprotected void actionNameUpdate(String actionName)
BaseAction#putValue(String,String) when Action.NAME property
is set to a non-null String value. This allows a "polymorphic" action (with
Action.NAME-specific behavior) to update certain properties (e.g. an icon)
according to the name that was set.actionNameUpdate in class BaseActionactionName - non-null action's name (value of Action.NAME property).public void actionPerformed(ActionEvent evt, JTextComponent target)
BaseActionactionPerformed in class BaseActionevt - action event describing the action that occuredtarget - target component where the action occured. It's retrieved
by the TextAction.getTextComponent(evt).protected Class getShortDescriptionBundleClass()
BaseActiongetShortDescriptionBundleClass in class BaseActionBuilt on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.