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 ActionContextjEdit.getActionContext()Returns the action context used to store editor actions.Methods in org.gjt.sp.jedit with parameters of type ActionContextModifier and TypeMethodDescriptionstatic JMenuGUIUtilities.loadMenu(ActionContext context, String name) Creates a menu.static JMenuBarGUIUtilities.loadMenuBar(ActionContext context, String name) Creates a menubar.static JMenuItemGUIUtilities.loadMenuItem(ActionContext context, String name, boolean setMnemonic) Creates a menu item.static JPopupMenuGUIUtilities.loadPopupMenu(ActionContext context, String name) Creates a popup menu.static JPopupMenuGUIUtilities.loadPopupMenu(ActionContext context, String name, JEditTextArea textArea, MouseEvent evt) Creates a popup menu.static ContainerGUIUtilities.loadToolBar(ActionContext context, String name) Creates a toolbar.static EnhancedButtonGUIUtilities.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 ActionContextVFSBrowser.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 ActionContextModifierConstructorDescriptionprotectedAbstractContextOptionPane(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)