public interface StepInteractiveViewer
Modifier and Type | Method and Description |
---|---|
MainKFPerspective |
getMainKFPerspective()
Get the main knowledge flow perspective.
|
Settings |
getSettings()
Get the settings object
|
java.lang.String |
getViewerName()
Get the name of this viewer
|
void |
init()
Initialize this viewer.
|
void |
nowVisible()
Called by the KnowledgeFlow application once the enclosing JFrame is
visible
|
void |
setMainKFPerspective(MainKFPerspective perspective)
Set the main knowledge flow perspective.
|
void |
setParentWindow(java.awt.Window parent)
Set the parent window for this viewer
|
void |
setStep(Step theStep)
Set the step that owns this viewer.
|
void setStep(Step theStep)
theStep
- the step that owns this viewervoid setMainKFPerspective(MainKFPerspective perspective)
perspective
- the main knowledge flow perspectiveMainKFPerspective getMainKFPerspective()
java.lang.String getViewerName()
void setParentWindow(java.awt.Window parent)
parent
- the parent windowSettings getSettings()
void init() throws WekaException
WekaException
- if the initialization failsvoid nowVisible()