Package weka.gui

Class PackageManager

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PackageManager extends JPanel
A GUI interface the the package management system.
Version:
$Revision: 14903 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Field Details

    • s_atLeastOnePackageUpgradeHasOccurredInThisSession

      public static boolean s_atLeastOnePackageUpgradeHasOccurredInThisSession
  • Constructor Details

    • PackageManager

      public PackageManager()
  • Method Details

    • setInitialSplitPaneDividerLocation

      public void setInitialSplitPaneDividerLocation()
      Setting the initial placement of the divider line on a JSplitPane is problematic. Most of the time it positions itself just fine based on the preferred and minimum sizes of the two things it divides. However, sometimes it seems to set itself such that the top component is not visible without manually setting the position. This method can be called (after the containing frame is visible) to set the divider location to 40% of the way down the window.
    • main

      public static void main(String[] args)