Uses of Interface
weka.gui.GUIApplication
Packages that use GUIApplication
-
Uses of GUIApplication in weka.gui
Classes in weka.gui that implement GUIApplicationModifier 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.Methods in weka.gui that return GUIApplicationModifier and TypeMethodDescriptionAbstractPerspective.getMainApplication()
Get the main application that this perspective belongs toPerspective.getMainApplication()
Get the main application that this perspective belongs toSimpleCLIPanel.getMainApplication()
Methods in weka.gui with parameters of type GUIApplicationModifier 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 applicationConstructors in weka.gui with parameters of type GUIApplicationModifierConstructorDescriptionPerspectiveManager
(GUIApplication mainApp, String... perspectivePrefixesToAllow) ConstructorPerspectiveManager
(GUIApplication mainApp, String[] perspectivePrefixesToAllow, String[] perspectivePrefixesToDisallow) ConstructorSettingsEditor
(Settings settings, GUIApplication ownerApp) -
Uses of GUIApplication in weka.gui.knowledgeflow
Classes in weka.gui.knowledgeflow that implement GUIApplicationMethods in weka.gui.knowledgeflow with parameters of type GUIApplicationModifier and TypeMethodDescriptionvoid
SQLViewerPerspective.setMainApplication
(GUIApplication application) Set the main application.