Interface IGUIPluginView

    • Method Detail

      • update

        void update()
        Requests this view to update itself, i.e. pull the latest information from the associated IGUIPluginModel and display it.
      • getTitle

        java.lang.String getTitle()
        Returns the title of the view of the associated IGUIPlugin.
        Returns:
        The title of the view of the associated IGUIPlugin.