public class TraleSLDSignatureAppropriatenessView extends KahinaView<TraleSLDSignature>
config, kahina, model, needsRedraw
Constructor and Description |
---|
TraleSLDSignatureAppropriatenessView(KahinaInstance<?,?,?,?> kahina) |
TraleSLDSignatureAppropriatenessView(TraleSLDSignature signature,
KahinaInstance<?,?,?,?> kahina) |
Modifier and Type | Method and Description |
---|---|
void |
display(TraleSLDSignature signature) |
java.lang.String |
getCurrentType() |
java.lang.String |
getHTML(java.lang.String type)
Gets feature appropriateness information on a type in HTML.
|
javax.swing.JComponent |
makePanel()
Returns the panel that represents this view in the GUI.
|
void |
processEvent(KahinaEvent event) |
protected void |
processEvent(TraleSLDTypeSelectionEvent e) |
void |
recalculate()
Override this method to define necessary operations after changes to the
model (coordinate recomputations etc.)
|
void |
setCurrentType(java.lang.String type) |
display, doDisplay, getConfig, getModel, getTitle, isVisible, makeEditorPanel, needsRedraw, processEvent, requireRedraw, setConfig, setTitle, setVisible
public TraleSLDSignatureAppropriatenessView(KahinaInstance<?,?,?,?> kahina)
public TraleSLDSignatureAppropriatenessView(TraleSLDSignature signature, KahinaInstance<?,?,?,?> kahina)
public void display(TraleSLDSignature signature)
public void recalculate()
KahinaView
recalculate
in class KahinaView<TraleSLDSignature>
public java.lang.String getCurrentType()
public void setCurrentType(java.lang.String type)
public java.lang.String getHTML(java.lang.String type)
type:
- the ALE type we want the feature appropriateness information forpublic javax.swing.JComponent makePanel()
KahinaView
makePanel
in class KahinaView<TraleSLDSignature>
public void processEvent(KahinaEvent event)
processEvent
in interface KahinaListener
processEvent
in class KahinaView<TraleSLDSignature>
protected void processEvent(TraleSLDTypeSelectionEvent e)