public class UCReducerListView extends KahinaView<UCReducerList>
config, model, needsRedraw
Constructor and Description |
---|
UCReducerListView(MUCInstance kahina,
MiniSATFiles files) |
Modifier and Type | Method and Description |
---|---|
void |
addHeuristic(java.lang.Class<? extends ReductionHeuristic> heuristic) |
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
public UCReducerListView(MUCInstance kahina, MiniSATFiles files)
public void addHeuristic(java.lang.Class<? extends ReductionHeuristic> heuristic)
public javax.swing.JComponent makePanel()
KahinaView
makePanel
in class KahinaView<UCReducerList>