Class AlohaPanelFactory
- java.lang.Object
-
- cern.accsoft.steering.aloha.gui.panels.AlohaPanelFactory
-
public abstract class AlohaPanelFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AlohaPanelFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelcreateCalculatorInfoPanel(Algorithm calculator)javax.swing.JPanelcreateCorrectorSelectionPanel()protected abstract MachineElementsPanelcreateCorrectorsPanel()javax.swing.JPanelcreateMonitorSelectionPanel()protected abstract MachineElementsPanelcreateMonitorsPanel()
-
-
-
Method Detail
-
createMonitorSelectionPanel
public final javax.swing.JPanel createMonitorSelectionPanel()
-
createCorrectorSelectionPanel
public final javax.swing.JPanel createCorrectorSelectionPanel()
-
createCalculatorInfoPanel
public final javax.swing.JPanel createCalculatorInfoPanel(Algorithm calculator)
-
createMonitorsPanel
protected abstract MachineElementsPanel createMonitorsPanel()
-
createCorrectorsPanel
protected abstract MachineElementsPanel createCorrectorsPanel()
-
-