org.kahina.core.visual.source
Class KahinaSourceCodeView

java.lang.Object
  extended by org.kahina.core.visual.KahinaView<T>
      extended by org.kahina.core.visual.text.KahinaTextView<KahinaSourceCodeLocation>
          extended by org.kahina.core.visual.source.KahinaSourceCodeView
All Implemented Interfaces:
KahinaListener

public class KahinaSourceCodeView
extends KahinaTextView<KahinaSourceCodeLocation>


Field Summary
 
Fields inherited from class org.kahina.core.visual.text.KahinaTextView
listModel, selectionModel
 
Fields inherited from class org.kahina.core.visual.KahinaView
model
 
Constructor Summary
KahinaSourceCodeView()
           
 
Method Summary
 void doDisplay()
          Subclasses may override this method to take certain actions directly after KahinaView.model has changed.
 JComponent wrapInPanel()
           
 
Methods inherited from class org.kahina.core.visual.text.KahinaTextView
getListModel, getSelectionModel, processEvent, processEvent, processEvent, registerNewLineReference
 
Methods inherited from class org.kahina.core.visual.KahinaView
display, getModel, getTitle, processEvent, recalculate, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KahinaSourceCodeView

public KahinaSourceCodeView()
Method Detail

doDisplay

public void doDisplay()
Description copied from class: KahinaView
Subclasses may override this method to take certain actions directly after KahinaView.model has changed. This default implementation does nothing.

Overrides:
doDisplay in class KahinaTextView<KahinaSourceCodeLocation>

wrapInPanel

public JComponent wrapInPanel()
Overrides:
wrapInPanel in class KahinaTextView<KahinaSourceCodeLocation>