public class TraleSLDSignatureUsageView extends KahinaView<TraleSLDSignature>
config, kahina, model, needsRedraw| Constructor and Description |
|---|
TraleSLDSignatureUsageView(KahinaInstance<?,?,?,?> kahina) |
TraleSLDSignatureUsageView(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 usage 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, setVisiblepublic TraleSLDSignatureUsageView(KahinaInstance<?,?,?,?> kahina)
public TraleSLDSignatureUsageView(TraleSLDSignature signature, KahinaInstance<?,?,?,?> kahina)
public void display(TraleSLDSignature signature)
public void recalculate()
KahinaViewrecalculate 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 usage information forpublic javax.swing.JComponent makePanel()
KahinaViewmakePanel in class KahinaView<TraleSLDSignature>public void processEvent(KahinaEvent event)
processEvent in interface KahinaListenerprocessEvent in class KahinaView<TraleSLDSignature>protected void processEvent(TraleSLDTypeSelectionEvent e)