org.kahina.swi.gui
Class SWIPrologGUI

java.lang.Object
  extended by org.kahina.core.gui.KahinaGUI
      extended by org.kahina.lp.gui.LogicProgrammingGUI
          extended by org.kahina.swi.gui.SWIPrologGUI
All Implemented Interfaces:
KahinaListener

public class SWIPrologGUI
extends LogicProgrammingGUI


Field Summary
 
Fields inherited from class org.kahina.lp.gui.LogicProgrammingGUI
breakpointProfileEditor, mainTreeView
 
Fields inherited from class org.kahina.core.gui.KahinaGUI
controlWindows, kahina, livingViews, messageConsoleView, varNameToView, views, windowManager
 
Constructor Summary
SWIPrologGUI(Class<? extends SWIPrologStep> stepType, SWIPrologDebuggerInstance kahina)
           
 
Method Summary
 KahinaAbstractTreeView generateTreeView()
           
 void prepare()
           
 
Methods inherited from class org.kahina.lp.gui.LogicProgrammingGUI
displayMainViews, getProfileEntryMapper, processDialogEvent
 
Methods inherited from class org.kahina.core.gui.KahinaGUI
addControlButton, createProgressMonitorWrapper, createWindowManager, displayStepContent, fillFieldToView, getKahinaInstance, getMainWindow, integrateWindows, processEvent, show, showConfirmDialog, showMessageDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWIPrologGUI

public SWIPrologGUI(Class<? extends SWIPrologStep> stepType,
                    SWIPrologDebuggerInstance kahina)
Method Detail

generateTreeView

public KahinaAbstractTreeView generateTreeView()
Overrides:
generateTreeView in class LogicProgrammingGUI

prepare

public void prepare()
Overrides:
prepare in class KahinaGUI