org.kahina.core.visual.source
Class KahinaSourceCodeView
java.lang.Object
org.kahina.core.visual.KahinaView<T>
org.kahina.core.visual.text.KahinaTextView<KahinaSourceCodeLocation>
org.kahina.core.visual.source.KahinaSourceCodeView
- All Implemented Interfaces:
- KahinaListener
public class KahinaSourceCodeView
- extends KahinaTextView<KahinaSourceCodeLocation>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KahinaSourceCodeView
public KahinaSourceCodeView()
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>