org.opt4j.viewer
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
 javax.swing.JPanel getPanel()
          Returns the panel with the content.
 void init(Viewport viewport)
          Called once after the widget is added to the Viewport.
 

Method Detail

getPanel

javax.swing.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