Package weka.gui
Class AdamsHelper
- java.lang.Object
-
- weka.gui.AdamsHelper
-
public class AdamsHelper extends Object
Helper class to make Weka GUI more ADAMS-like.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description AdamsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static Container
removeAccessoryLabel(Container cont)
Removes the label in the accessory component, to make space for the bookmarks.static void
updateFileChooserAccessory(JFileChooser chooser)
Updates the accessory panel of the filechooser.
-
-
-
Method Detail
-
removeAccessoryLabel
protected static Container removeAccessoryLabel(Container cont)
Removes the label in the accessory component, to make space for the bookmarks.- Parameters:
cont
- the container to inspect- Returns:
- the parent container of the label, null if not found
-
updateFileChooserAccessory
public static void updateFileChooserAccessory(JFileChooser chooser)
Updates the accessory panel of the filechooser.- Parameters:
chooser
- the chooser to update
-
-