Class ChooseJavaVMPanel

  • All Implemented Interfaces:
    Referenceable

    public final class ChooseJavaVMPanel
    extends InstallPanelAction
    This action allows the user to choose a Java VM for use by a LaunchAnywhere.
    • Constructor Detail

      • ChooseJavaVMPanel

        public ChooseJavaVMPanel()
    • Method Detail

      • getTitle

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

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

        public void setHeader​(java.lang.String prompt)
        The text of the panel.
      • getHeader

        public java.lang.String getHeader()
        The text of the panel.
      • setUserHasVMChoice

        public void setUserHasVMChoice​(boolean state)
        sets the boolean indicating that the user can install a jre with our installer
      • setAllowSearchInOtherLocations

        public void setAllowSearchInOtherLocations​(boolean state)
        sets the boolean indicating that a button will be available in install-time for the user to search for locations other than the default ones
      • setAllowChooseSpecificExe

        public void setAllowChooseSpecificExe​(boolean state)
        sets the boolean indicating that a button will be available for the user to locate a specific java executable
      • getUserHasVMChoice

        public boolean getUserHasVMChoice()
        gets the boolean indicating that the user can install a jre with our installer
      • getAllowSearchInOtherLocations

        public boolean getAllowSearchInOtherLocations()
        gets the boolean indicating that a button will be available in install-time for the user to search for locations other than the default ones
      • getAllowChooseSpecificExe

        public boolean getAllowChooseSpecificExe()
        gets the boolean indicating that a button will be available for the user to locate a specific java executable