|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface KnowledgeFlowApp.KFPerspective
Interface for perspectives.
| Method Summary | |
|---|---|
boolean |
acceptsInstances()
Returns true if this perspective accepts instances |
Icon |
getPerspectiveIcon()
Get the icon for this perspective. |
String |
getPerspectiveTipText()
Get the tool tip text for this perspective. |
String |
getPerspectiveTitle()
Get the title of this perspective |
void |
setActive(boolean active)
Set active status of this perspective. |
void |
setInstances(Instances insts)
Set instances (if the perspective accepts them) |
void |
setLoaded(boolean loaded)
Set whether this perspective is "loaded" - i.e. |
void |
setMainKFPerspective(KnowledgeFlowApp.MainKFPerspective main)
Set a reference to the main KnowledgeFlow perspective - i.e. |
| Method Detail |
|---|
void setInstances(Instances insts)
throws Exception
insts - the instances
Exceptionboolean acceptsInstances()
String getPerspectiveTitle()
String getPerspectiveTipText()
Icon getPerspectiveIcon()
void setActive(boolean active)
active - true if this perspective is the active onevoid setLoaded(boolean loaded)
loaded - true if the perspective is available in
the perspective toolbar of the KnowledgeFlowvoid setMainKFPerspective(KnowledgeFlowApp.MainKFPerspective main)
main - the main KnowledgeFlow perspective.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||