public class MUCGUI extends KahinaGUI
Modifier and Type | Field and Description |
---|---|
protected ColoredPathDAGView |
decisionGraphView |
protected MUCStepViewContaining |
mucViewContaining |
protected MUCStepViewRemaining |
mucViewRemaining |
protected UCReducerListViewPanel |
reducerListView |
controlWindows, livingViews, messageConsoleView, varNameToView, views, windowManager
Constructor and Description |
---|
MUCGUI(java.lang.Class<? extends KahinaStep> stepType,
MUCInstance kahina) |
Modifier and Type | Method and Description |
---|---|
protected KahinaWindowManager |
createWindowManager() |
void |
displayMainViews() |
void |
displayStepContent(int stepID) |
KahinaPerspective |
generateInitialPerspective() |
void |
initialize() |
void |
processEvent(ClauseSelectionEvent e) |
void |
processEvent(KahinaEvent e) |
addControlButton, createProgressMonitorWrapper, fillFieldToView, getKahinaInstance, getMainWindow, getNewGrammarString, getPerspective, getViewByID, getWindowManager, integrateWindows, prepare, processDialogEvent, setPerspective, show, showConfirmDialog, showMessageDialog
protected ColoredPathDAGView decisionGraphView
protected MUCStepViewRemaining mucViewRemaining
protected MUCStepViewContaining mucViewContaining
protected UCReducerListViewPanel reducerListView
public MUCGUI(java.lang.Class<? extends KahinaStep> stepType, MUCInstance kahina)
public void initialize()
initialize
in class KahinaGUI
public void displayMainViews()
displayMainViews
in class KahinaGUI
protected KahinaWindowManager createWindowManager()
createWindowManager
in class KahinaGUI
public KahinaPerspective generateInitialPerspective()
generateInitialPerspective
in class KahinaGUI
public void displayStepContent(int stepID)
displayStepContent
in class KahinaGUI
public void processEvent(KahinaEvent e)
processEvent
in interface KahinaListener
processEvent
in class KahinaGUI
public void processEvent(ClauseSelectionEvent e)