Class VisualsPlugin

    • Constructor Summary

      Constructors 
      Constructor Description
      VisualsPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIconPath()
      Returns the path to the icon for the plugin in the toolbar.
      java.lang.String getName()
      Returns the name of the plugin
      java.awt.Component getView()
      Returns the viewable component of the plugin
      boolean isStartOnLoad()
      Should plugin be started on load.
      boolean isVisible()
      Should plugin be visible.
      void refresh()
      Refreshes the display
      void shutdown()
      Stops the plugin
      void start​(ObserverCenter main)
      Starts the plugin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait