当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
NbEditorKit.NbBuildPopupMenuAction (Editor Module) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.editor
Class NbEditorKit.NbBuildPopupMenuAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
org.netbeans.editor.BaseAction
org.netbeans.editor.ext.ExtKit.BuildPopupMenuAction
org.netbeans.modules.editor.NbEditorKit.NbBuildPopupMenuAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- NbEditorKit
public class NbEditorKit.NbBuildPopupMenuAction
- extends ExtKit.BuildPopupMenuAction
- 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 |
actionPerformed, asynchonous, createDefaultValue, findValue, getDefaultShortDescription, getPopupMenuItem, getPopupMenuText, getValue, settingsChange, updateComponent, updateComponent |
NbEditorKit.NbBuildPopupMenuAction
public NbEditorKit.NbBuildPopupMenuAction()
createPopupMenu
protected JPopupMenu createPopupMenu(JTextComponent component)
- Overrides:
createPopupMenu
in class ExtKit.BuildPopupMenuAction
buildPopupMenu
protected JPopupMenu buildPopupMenu(JTextComponent component)
- Overrides:
buildPopupMenu
in class ExtKit.BuildPopupMenuAction
addAction
protected void addAction(JTextComponent component,
JPopupMenu popupMenu,
Action action)
addAction
protected void addAction(JTextComponent component,
JPopupMenu popupMenu,
String actionName)
- Overrides:
addAction
in class ExtKit.BuildPopupMenuAction