org.kahina.tralesld.visual.fs
Class TraleSLDFeatureStructureView

java.lang.Object
  extended by org.kahina.core.visual.KahinaView<TraleSLDFS>
      extended by org.kahina.tralesld.visual.fs.TraleSLDFeatureStructureView
All Implemented Interfaces:
KahinaListener

public class TraleSLDFeatureStructureView
extends KahinaView<TraleSLDFS>


Field Summary
 
Fields inherited from class org.kahina.core.visual.KahinaView
config, kahina, model
 
Constructor Summary
TraleSLDFeatureStructureView(KahinaInstance<?,?,?> kahina)
           
 
Method Summary
 String getGrisuMessage()
           
 JComponent makeEditorPanel(TraleSLDState state)
           
 JComponent makePanel()
          Returns the panel that represents this view in the GUI.
 
Methods inherited from class org.kahina.core.visual.KahinaView
display, doDisplay, getConfig, getModel, getTitle, isVisible, makeEditorPanel, processEvent, processEvent, recalculate, setConfig, setTitle, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraleSLDFeatureStructureView

public TraleSLDFeatureStructureView(KahinaInstance<?,?,?> kahina)
Method Detail

makePanel

public JComponent makePanel()
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:
makePanel in class KahinaView<TraleSLDFS>
Returns:

makeEditorPanel

public JComponent makeEditorPanel(TraleSLDState state)

getGrisuMessage

public String getGrisuMessage()