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 JPanelgetPanel()Returns the panel with the content.voidinit(Viewport viewport)Called once after the widget is added to theViewport.
-