Interface Viewer<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void show​(T instance)
      Initialize the viewer hierarchy and display the instance to show.
    • Method Detail

      • show

        void show​(T instance)
        Initialize the viewer hierarchy and display the instance to show.
        Parameters:
        instance - The instance.