|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
weka.gui.beans.SQLViewerPerspective
public class SQLViewerPerspective
Simple Knowledge Flow perspective that wraps the SqlViewer class
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
SQLViewerPerspective()
Constructor |
|
| 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 |
static void |
main(String[] args)
Main method for testing this class |
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. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SQLViewerPerspective()
| Method Detail |
|---|
public void setInstances(Instances insts)
throws Exception
setInstances in interface KnowledgeFlowApp.KFPerspectiveinsts - the instances
Exceptionpublic boolean acceptsInstances()
acceptsInstances in interface KnowledgeFlowApp.KFPerspectivepublic String getPerspectiveTitle()
getPerspectiveTitle in interface KnowledgeFlowApp.KFPerspectivepublic String getPerspectiveTipText()
getPerspectiveTipText in interface KnowledgeFlowApp.KFPerspectivepublic Icon getPerspectiveIcon()
getPerspectiveIcon in interface KnowledgeFlowApp.KFPerspectivepublic void setActive(boolean active)
setActive in interface KnowledgeFlowApp.KFPerspectiveactive - true if this perspective is the active onepublic void setLoaded(boolean loaded)
setLoaded in interface KnowledgeFlowApp.KFPerspectiveloaded - true if the perspective is available in
the perspective toolbar of the KnowledgeFlowpublic void setMainKFPerspective(KnowledgeFlowApp.MainKFPerspective main)
setMainKFPerspective in interface KnowledgeFlowApp.KFPerspectivemain - the main KnowledgeFlow perspective.public static void main(String[] args)
args - command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||