Class AbstractRunToolPanel

    • Field Detail

      • m_CurrentTool

        protected AbstractTool m_CurrentTool
        the current tool.
    • Constructor Detail

      • AbstractRunToolPanel

        public AbstractRunToolPanel()
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
        Overrides:
        initialize in class BasePanel
      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • getRunTool

        protected RunTool getRunTool()
        Returns the project-specific RunTool instance.
        Returns:
        the RunTool instance to use
      • run

        protected void run​(AbstractTool tool)
        applies the given tool.
        Parameters:
        tool - the tool to apply