Class TestFrontEndTool

All Implemented Interfaces:
Tool, OptionsChangeListener, ServiceProvider

public class TestFrontEndTool extends FrontEndTool
A test version of the FrontEndTool that disables some functionality
  • Constructor Details

  • Method Details

    • 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 Tool
      Overrides:
      close in class FrontEndTool