Class ToolboxPlugIn

    • Constructor Detail

      • ToolboxPlugIn

        public ToolboxPlugIn()
        Deprecated.
    • Method Detail

      • initializeToolbox

        protected abstract void initializeToolbox​(ToolboxDialog toolbox)
        Deprecated.
      • execute

        public boolean execute​(PlugInContext context)
                        throws Exception
        Deprecated.
        Toolbox subclasses can override this method to implement their own behaviour when the plug-in is called. Remember to call super.execute to make the toolbox visible.
        Specified by:
        execute in interface PlugIn
        Overrides:
        execute in class AbstractPlugIn
        Parameters:
        context - context of this PlugIn
        Returns:
        true if the PlugIn has been executed
        Throws:
        Exception - if an Exception occurs during execution
        See Also:
        ThreadedPlugIn
      • createMainMenuItem

        public void createMainMenuItem​(String[] menuPath,
                                       Icon icon,
                                       WorkbenchContext context)
                                throws Exception
        Deprecated.
        Creates a menu item with a checkbox beside it that appears when the toolbox is visible.
        Parameters:
        icon - null to leave unspecified
        Throws:
        Exception