public class UCReducerListViewPanel extends KahinaView<UCReducerList>
Modifier and Type | Field and Description |
---|---|
protected java.awt.event.ActionListener |
btStartListener |
protected java.awt.event.ActionListener |
cbAlgorithmListener |
protected java.awt.event.ActionListener |
cbHeuristicListener |
protected javax.swing.JButton |
start |
config, kahina, model, needsRedraw
Constructor and Description |
---|
UCReducerListViewPanel(KahinaInstance<MUCState,?,?,?> kahina) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
makePanel()
Returns the panel that represents this view in the GUI.
|
display, doDisplay, getConfig, getModel, getTitle, isVisible, makeEditorPanel, needsRedraw, processEvent, processEvent, recalculate, requireRedraw, setConfig, setTitle, setVisible
protected javax.swing.JButton start
protected java.awt.event.ActionListener btStartListener
protected java.awt.event.ActionListener cbAlgorithmListener
protected java.awt.event.ActionListener cbHeuristicListener
public UCReducerListViewPanel(KahinaInstance<MUCState,?,?,?> kahina)
public javax.swing.JComponent makePanel()
KahinaView
makePanel
in class KahinaView<UCReducerList>