Interface Widget

All Known Implementing Classes:
ArchiveWidget, ConvergencePlotWidget, ParetoPlotWidget, PopulationWidget

public interface Widget
The Widget is an interface for standard panel for the Viewport.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the panel with the content.
    void
    init(Viewport viewport)
    Called once after the widget is added to the Viewport.
  • Method Details

    • getPanel

      JPanel getPanel()
      Returns the panel with the content.
      Returns:
      the panel with the content
    • init

      void init(Viewport viewport)
      Called once after the widget is added to the Viewport.
      Parameters:
      viewport - the base viewport