Uses of Class
org.gjt.sp.jedit.ActionContext
Package
Description
-
Uses of ActionContext in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionstatic ActionContext
jEdit.getActionContext()
Returns the action context used to store editor actions.Modifier and TypeMethodDescriptionstatic JMenu
GUIUtilities.loadMenu
(ActionContext context, String name) Creates a menu.static JMenuBar
GUIUtilities.loadMenuBar
(ActionContext context, String name) Creates a menubar.static JMenuItem
GUIUtilities.loadMenuItem
(ActionContext context, String name, boolean setMnemonic) Creates a menu item.static JPopupMenu
GUIUtilities.loadPopupMenu
(ActionContext context, String name) Creates a popup menu.static JPopupMenu
GUIUtilities.loadPopupMenu
(ActionContext context, String name, JEditTextArea textArea, MouseEvent evt) Creates a popup menu.static Container
GUIUtilities.loadToolBar
(ActionContext context, String name) Creates a toolbar.static EnhancedButton
GUIUtilities.loadToolButton
(ActionContext context, String name) Loads a tool bar button.ModifierConstructorDescriptionWrapper
(ActionContext context, String actionName) Creates a new action listener wrapper. -
Uses of ActionContext in org.gjt.sp.jedit.browser
Modifier and TypeMethodDescriptionstatic ActionContext
VFSBrowser.getActionContext()
Returns the browser action context. -
Uses of ActionContext in org.gjt.sp.jedit.gui
ModifierConstructorDescriptionprotected
AbstractContextOptionPane
(String name, String caption, ActionContext actionContext) Constructor that takes a name as an argument, for use by subclasses.ContextAddDialog
(Component comp, ActionContext actionContext) EnhancedButton
(Icon icon, String toolTip, String action, ActionContext context)