Uses of Interface
weka.gui.GUIApplication
Packages that use GUIApplication
-
Uses of GUIApplication in weka.gui
Classes in weka.gui that implement GUIApplicationModifier and TypeClassDescriptionclassBase class for GUI applications in WekaclassOne 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 TypeMethodDescriptionvoidAbstractPerspective.setMainApplication(GUIApplication main) Set the main application.voidPerspective.setMainApplication(GUIApplication main) Set the main application.voidSimpleCLIPanel.setMainApplication(GUIApplication main) static intSettingsEditor.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 TypeMethodDescriptionvoidSQLViewerPerspective.setMainApplication(GUIApplication application) Set the main application.