org.kahina.core.visual
Class KahinaDefaultView
java.lang.Object
org.kahina.core.visual.KahinaView<KahinaObject>
org.kahina.core.visual.KahinaDefaultView
- All Implemented Interfaces:
- KahinaListener
public class KahinaDefaultView
- extends KahinaView<KahinaObject>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KahinaDefaultView
public KahinaDefaultView(KahinaController control)
wrapInPanel
public JComponent wrapInPanel(KahinaController control)
- Description copied from class:
KahinaView
- Returns the panel that represents this view in the GUI. This method must
be invoked from the event dispatch thread.
- Specified by:
wrapInPanel in class KahinaView<KahinaObject>
- Returns: