Interface DisplayEditorLifecycle

All Known Subinterfaces:
DisplayEditor
All Known Implementing Classes:
DisplayEditor2D, DisplayEditor3D, DisplayEditorGIS

public interface DisplayEditorLifecycle
Deprecated.
2D piccolo based code is being removed
Interface for classes that manage a display editor's lifecycle.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Deprecated.
    Runs the editor.
    void
    Deprecated.
    Stops the Editor and performs any clean up.
  • Method Details

    • run

      void run()
      Deprecated.
      Runs the editor.
    • stop

      void stop()
      Deprecated.
      Stops the Editor and performs any clean up.