| java.lang.Object org.netbeans.actions.api.Engine org.netbeans.actions.engine.spi.AbstractEngine
All known Subclasses: org.netbeans.actions.simple.SimpleEngine,
AbstractEngine | abstract public class AbstractEngine extends Engine (Code) | | Convenience basic impl of Engine. Mostly it connects individual
infrastructure pieces with each other.
author: Tim Boudreau |
Method Summary | |
abstract protected ActionFactory | createActionFactory() | abstract protected ContextMenuFactory | createContextMenuFactory() | final public JMenuBar | createMenuBar() | abstract protected MenuFactory | createMenuFactory() | public JPopupMenu | createPopupMenu() | abstract protected ToolbarFactory | createToolbarFactory() | final public JToolBar[] | createToolbars() | protected Action | getAction(String containerCtx, String action) | final public ActionFactory | getActionFactory() | final protected ActionProvider | getActionProvider() | final protected ContainerProvider | getContainerProvider() | final public ContextMenuFactory | getContextMenuFactory() | public ContextProvider | getContextProvider() | final public MenuFactory | getMenuFactory() | final public ToolbarFactory | getToolbarFactory() | boolean | isOpen(String containerCtx, Object type) | void | notifyClosed(String containerCtx, Object type) | protected void | notifyMenuHidden(String containerCtx, JMenu menu) | protected void | notifyMenuShown(String containerCtx, JMenu menu) Indicates a menu has been displayed onscreen, not that it has been opened. | void | notifyOpened(String containerCtx, Object type) | void | notifyPerformed(String action, String containerCtx) | protected void | notifyToolbarHidden(String containerCtx, JToolBar toolbar) | protected void | notifyToolbarShown(String containerCtx, JToolBar toolbar) | void | notifyWillPerform(String action, String containerCtx) | public void | setContextProvider(ContextProvider ctx) | public void | update() | protected void | updateMenus() | protected void | updateToolbars() |
notifyMenuHidden | protected void notifyMenuHidden(String containerCtx, JMenu menu)(Code) | | |
notifyMenuShown | protected void notifyMenuShown(String containerCtx, JMenu menu)(Code) | | Indicates a menu has been displayed onscreen, not that it has been opened.
|
update | public void update()(Code) | | |
updateMenus | protected void updateMenus()(Code) | | |
updateToolbars | protected void updateToolbars()(Code) | | |
|
|