Class EvaluationPlugin

    • Field Detail

      • components

        protected java.util.List components
        The evaluation components.
    • Constructor Detail

      • EvaluationPlugin

        public EvaluationPlugin()
        Create the plugin.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the plugin.
        Specified by:
        getName in interface IObserverCenterPlugin
        Returns:
        name of the plugin.
      • getIconPath

        public java.lang.String getIconPath()
        Returns the path to the icon for the plugin in the toolbar.
        Specified by:
        getIconPath in interface IObserverCenterPlugin
        Returns:
        path to the icon.
      • getView

        public java.awt.Component getView()
        Returns the viewable component of the plugin.
        Specified by:
        getView in interface IObserverCenterPlugin
        Returns:
        viewable component of the plugin.
      • main

        public static void main​(java.lang.String[] args)