Uses of Class
weka.gui.explorer.ExplorerExt
-
Packages that use ExplorerExt Package Description weka.gui.explorer -
-
Uses of ExplorerExt in weka.gui.explorer
Methods in weka.gui.explorer that return ExplorerExt Modifier and Type Method Description static ExplorerExtWorkspaceHelper. copy(ExplorerExt expext, boolean skipHistory)Copies an explorer instance.ExplorerExtMultiExplorer. getPanel(String name)Returns the panel with the specified name.Methods in weka.gui.explorer with parameters of type ExplorerExt Modifier and Type Method Description voidMultiExplorer. addPanel(ExplorerExt panel, String name)Adds the given explorer panel.static ExplorerExtWorkspaceHelper. copy(ExplorerExt expext, boolean skipHistory)Copies an explorer instance.protected static voidWorkspaceHelper. serialize(ExplorerExt expext, String name, ObjectOutputStream oos, boolean skipHistory)Serializes the explorer instance to the output stream.
-