Class ChooseFeaturesToUninstallPanel

  • All Implemented Interfaces:
    Referenceable

    public final class ChooseFeaturesToUninstallPanel
    extends InstallPanelAction
    This action allows the user to choose install bundles for the installation..
    • Constructor Detail

      • ChooseFeaturesToUninstallPanel

        public ChooseFeaturesToUninstallPanel()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Get the title of the panel
      • setTitle

        public void setTitle​(java.lang.String t)
        Set the title of the panel
      • setCheckMeansUninstall

        public void setCheckMeansUninstall​(boolean checkMeansUninstall)
        Set the meaning of checkboxes for uninstall: true for user checks feature to uninstall and false for user unchecks features to uninstall.
      • getCheckMeansUninstall

        public boolean getCheckMeansUninstall()
        Get the meaning of checkboxes for uninstall: true for user checkes feature to uninstall and false for user unchecks features to uninstall.