Package org.opt4j.viewer
Interface Widget
-
- All Known Implementing Classes:
ArchiveWidget
,ConvergencePlotWidget
,ParetoPlotWidget
,PopulationWidget
public interface Widget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JPanel
getPanel()
Returns the panel with the content.void
init(Viewport viewport)
Called once after the widget is added to theViewport
.
-