Class GraphViewPluginView

  • All Implemented Interfaces:
    IGUIPluginView, org.api4.java.common.control.ILoggingCustomizable

    public class GraphViewPluginView
    extends java.lang.Object
    implements IGUIPluginView, org.api4.java.common.control.ILoggingCustomizable
    • Constructor Detail

      • GraphViewPluginView

        public GraphViewPluginView()
    • Method Detail

      • update

        public void update()
        Description copied from interface: IGUIPluginView
        Requests this view to update itself, i.e. pull the latest information from the associated IGUIPluginModel and display it.
        Specified by:
        update in interface IGUIPluginView
      • getLoggerName

        public java.lang.String getLoggerName()
        Specified by:
        getLoggerName in interface org.api4.java.common.control.ILoggingCustomizable
      • setLoggerName

        public void setLoggerName​(java.lang.String name)
        Specified by:
        setLoggerName in interface org.api4.java.common.control.ILoggingCustomizable
      • stop

        public void stop()