Class TestFrontEndTool

    • Constructor Detail

    • Method Detail

      • close

        public void close()
        Description copied from class: PluginTool
        Close this tool:
        1. if there are no tasks running.
        2. resolve the state of any plugins so they can be closed.
        3. Prompt the user to save any changes.
        4. close all associated plugins (this closes the domain object if one is open).
        5. pop up dialog to save the configuration if it has changed.
        6. notify the project tool services that this tool is going away.
        Specified by:
        close in interface DockingTool
        Overrides:
        close in class FrontEndTool