org.netbeans.modules.editor.lib/1 1.44.0 9

org.netbeans.editor
Class ActionFactory.WordMatchAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by javax.swing.text.TextAction
          extended by org.netbeans.editor.BaseAction
              extended by org.netbeans.editor.ActionFactory.WordMatchAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
ActionFactory

public static class ActionFactory.WordMatchAction
extends BaseAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.netbeans.editor.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_RESET
 
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
ActionFactory.WordMatchAction()
           
 
Method Summary
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.
 
Methods inherited from class org.netbeans.editor.BaseAction
actionPerformed, asynchonous, createDefaultValue, findValue, getDefaultShortDescription, getPopupMenuItem, getPopupMenuText, getValue, putValue, updateComponent, updateComponent
 
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, isEnabled, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFactory.WordMatchAction

public ActionFactory.WordMatchAction()
Method Detail

actionNameUpdate

protected void actionNameUpdate(String actionName)
Description copied from class: BaseAction
Called by #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.

Overrides:
actionNameUpdate in class BaseAction
Parameters:
actionName - non-null action's name (value of Action.NAME property).

actionPerformed

public void actionPerformed(ActionEvent evt,
                            JTextComponent target)
Description copied from class: BaseAction
The target method that performs the real action functionality.

Specified by:
actionPerformed in class BaseAction
Parameters:
evt - action event describing the action that occured
target - target component where the action occured. It's retrieved by the TextAction.getTextComponent(evt).

getShortDescriptionBundleClass

protected Class getShortDescriptionBundleClass()
Description copied from class: BaseAction
Get the class in a package where resource bundle for localization of the short description of this action resides.
By default this method returns null.

Overrides:
getShortDescriptionBundleClass in class BaseAction

org.netbeans.modules.editor.lib/1 1.44.0 9

Built on November 21 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.