org.kahina.core.visual
Class KahinaDefaultView

java.lang.Object
  extended by org.kahina.core.visual.KahinaView<KahinaObject>
      extended by org.kahina.core.visual.KahinaDefaultView
All Implemented Interfaces:
KahinaListener

public class KahinaDefaultView
extends KahinaView<KahinaObject>


Field Summary
 
Fields inherited from class org.kahina.core.visual.KahinaView
config, model
 
Constructor Summary
KahinaDefaultView(KahinaController control)
           
 
Method Summary
 JComponent wrapInPanel(KahinaController control)
          Returns the panel that represents this view in the GUI.
 
Methods inherited from class org.kahina.core.visual.KahinaView
display, doDisplay, getConfig, getModel, getTitle, processEvent, processEvent, recalculate, setConfig, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KahinaDefaultView

public KahinaDefaultView(KahinaController control)
Method Detail

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: