Package weka.gui

Class 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 Detail

      • AdamsHelper

        public AdamsHelper()
    • 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