Interface StageController
-
- All Superinterfaces:
java.util.function.Supplier<javax.swing.JPanel>
- All Known Implementing Classes:
AbstractStageController,ConfigurationController,DiscoveryController,PreProcessingController,ResultController
public interface StageController extends java.util.function.Supplier<javax.swing.JPanel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description javax.swing.JPanelcreatePanel()default javax.swing.JPanelget()voidstartup()
-