org.netbeans.editor.ext
Class ExtKit.ExtDefaultKeyTypedAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
org.netbeans.editor.BaseAction
org.netbeans.editor.BaseKit.DefaultKeyTypedAction
org.netbeans.editor.ext.ExtKit.ExtDefaultKeyTypedAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- ExtKit
public static class ExtKit.ExtDefaultKeyTypedAction
- extends BaseKit.DefaultKeyTypedAction
- See Also:
- Serialized Form
| 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 |
| Methods inherited from class org.netbeans.editor.BaseAction |
actionNameUpdate, actionPerformed, asynchonous, createDefaultValue, findValue, getDefaultShortDescription, getPopupMenuItem, getPopupMenuText, getValue, putValue, updateComponent, updateComponent |
ExtKit.ExtDefaultKeyTypedAction
public ExtKit.ExtDefaultKeyTypedAction()
actionPerformed
public void actionPerformed(ActionEvent evt,
JTextComponent target)
- Description copied from class:
BaseAction
- The target method that performs the real action functionality.
- Overrides:
actionPerformed in class BaseKit.DefaultKeyTypedAction
- Parameters:
evt - action event describing the action that occuredtarget - target component where the action occured. It's retrieved
by the TextAction.getTextComponent(evt).
checkIndentHotChars
protected void checkIndentHotChars(JTextComponent target,
String typedText)
- Check the characters that should cause reindenting the line.
checkCompletion
protected void checkCompletion(JTextComponent target,
String typedText)
- Deprecated. Please use Editor Code Completion API instead, for details see
Editor Code Completion.
- Check and possibly popup, hide or refresh the completion
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