Uses of Interface
weka.gui.GUIApplication
-
Uses of GUIApplication in weka.gui
Modifier and TypeClassDescriptionclass
Base class for GUI applications in Wekaclass
One app to rule them all, one app to find them, one app to bring them all and with perspectives bind them.Modifier and TypeMethodDescriptionAbstractPerspective.getMainApplication()
Get the main application that this perspective belongs toPerspective.getMainApplication()
Get the main application that this perspective belongs toSimpleCLIPanel.getMainApplication()
Modifier and TypeMethodDescriptionvoid
AbstractPerspective.setMainApplication
(GUIApplication main) Set the main application.void
Perspective.setMainApplication
(GUIApplication main) Set the main application.void
SimpleCLIPanel.setMainApplication
(GUIApplication main) static int
SettingsEditor.showApplicationSettingsEditor
(Settings settings, GUIApplication application) Popup a settings editor for an applicationModifierConstructorDescriptionPerspectiveManager
(GUIApplication mainApp, String... perspectivePrefixesToAllow) ConstructorPerspectiveManager
(GUIApplication mainApp, String[] perspectivePrefixesToAllow, String[] perspectivePrefixesToDisallow) ConstructorSettingsEditor
(Settings settings, GUIApplication ownerApp) -
Uses of GUIApplication in weka.gui.knowledgeflow
Modifier and TypeMethodDescriptionvoid
SQLViewerPerspective.setMainApplication
(GUIApplication application) Set the main application.