Uses of Class
org.gjt.sp.jedit.ActionContext
Packages that use ActionContext
Package
Description
-
Uses of ActionContext in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return ActionContextModifier and TypeMethodDescriptionstatic ActionContext
jEdit.getActionContext()
Returns the action context used to store editor actions.Methods in org.gjt.sp.jedit with parameters of type ActionContextModifier 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.Constructors in org.gjt.sp.jedit with parameters of type ActionContextModifierConstructorDescriptionWrapper
(ActionContext context, String actionName) Creates a new action listener wrapper. -
Uses of ActionContext in org.gjt.sp.jedit.browser
Methods in org.gjt.sp.jedit.browser that return ActionContextModifier and TypeMethodDescriptionstatic ActionContext
VFSBrowser.getActionContext()
Returns the browser action context. -
Uses of ActionContext in org.gjt.sp.jedit.gui
Constructors in org.gjt.sp.jedit.gui with parameters of type ActionContextModifierConstructorDescriptionprotected
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)