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

org.netbeans.editor.ext
Class ExtKit.MatchBraceAction

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.ext.ExtKit.MatchBraceAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
ExtKit

Deprecated. Please use Braces Matching SPI instead, for details see Editor Braces Matching.

public static class ExtKit.MatchBraceAction
extends BaseAction

This action does nothing.

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
ExtKit.MatchBraceAction(String name, boolean select)
          Deprecated.  
 
Method Summary
 void actionPerformed(ActionEvent evt, JTextComponent target)
          Deprecated. The target method that performs the real action functionality.
 
Methods inherited from class org.netbeans.editor.BaseAction
actionNameUpdate, 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

ExtKit.MatchBraceAction

public ExtKit.MatchBraceAction(String name,
                               boolean select)
Deprecated. 
Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt,
                            JTextComponent target)
Deprecated. 
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).

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

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