org.kahina.lp.visual.source
Class PrologJEditSourceCodeView

java.lang.Object
  extended by org.kahina.core.visual.KahinaView<KahinaSourceCodeLocation>
      extended by org.kahina.core.visual.source.KahinaJEditSourceCodeView
          extended by org.kahina.lp.visual.source.PrologJEditSourceCodeView
All Implemented Interfaces:
KahinaListener

public class PrologJEditSourceCodeView
extends KahinaJEditSourceCodeView


Field Summary
 
Fields inherited from class org.kahina.core.visual.KahinaView
config, kahina, model
 
Constructor Summary
PrologJEditSourceCodeView(KahinaInstance<?,?,?> kahina)
           
 
Method Summary
protected  PrologJEditSourceCodeViewPanel createPanel()
           
 
Methods inherited from class org.kahina.core.visual.source.KahinaJEditSourceCodeView
makePanel
 
Methods inherited from class org.kahina.core.visual.KahinaView
display, doDisplay, getConfig, getModel, getTitle, isVisible, makeEditorPanel, processEvent, processEvent, recalculate, setConfig, setTitle, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrologJEditSourceCodeView

public PrologJEditSourceCodeView(KahinaInstance<?,?,?> kahina)
Method Detail

createPanel

protected PrologJEditSourceCodeViewPanel createPanel()
Overrides:
createPanel in class KahinaJEditSourceCodeView