当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
ExtKit.ExtDeleteCharAction (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor.ext
Class ExtKit.ExtDeleteCharAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
org.netbeans.editor.BaseAction
org.netbeans.editor.BaseKit.DeleteCharAction
org.netbeans.editor.ext.ExtKit.ExtDeleteCharAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- ExtKit
public static class ExtKit.ExtDeleteCharAction
- extends BaseKit.DeleteCharAction
- 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 |
Method Summary |
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, settingsChange, updateComponent, updateComponent |
ExtKit.ExtDeleteCharAction
public ExtKit.ExtDeleteCharAction(String nm,
boolean nextChar)
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