org.kahina.core.visual.text
Class KahinaDefaultTextView

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

public class KahinaDefaultTextView
extends KahinaTextView<KahinaLineReference>


Field Summary
 
Fields inherited from class org.kahina.core.visual.text.KahinaTextView
listModel, selectionModel
 
Fields inherited from class org.kahina.core.visual.KahinaView
config, model
 
Constructor Summary
KahinaDefaultTextView(KahinaController control)
           
 
Method Summary
 
Methods inherited from class org.kahina.core.visual.text.KahinaTextView
doDisplay, getListModel, getSelectionModel, processEvent, processEvent, processEvent, registerNewLineReference, wrapInPanel
 
Methods inherited from class org.kahina.core.visual.KahinaView
display, getConfig, getModel, getTitle, processEvent, recalculate, setConfig, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KahinaDefaultTextView

public KahinaDefaultTextView(KahinaController control)