Class InstallSummaryPanel

  • All Implemented Interfaces:
    Referenceable

    public final class InstallSummaryPanel
    extends InstallPanelAction
    This action summarizes information collected and evaluated prior to the installation of files. It is included in the default InstallAnywhere project.
    • Constructor Detail

      • InstallSummaryPanel

        public InstallSummaryPanel()
    • Method Detail

      • getFieldList

        public java.util.Vector<VariableKeyedData> getFieldList()
        gets the PropertyList which is a list of variables, in VariablePropertyData form (each VariablePropertyData has a name, value, and comment).
      • setFieldList

        public void setFieldList​(java.util.Vector<VariableKeyedData> newData)
        sets the PropertyList whcih is a liste of variables.
      • setShowProductName

        public void setShowProductName​(boolean show)
        sets the setting of whether to show product name
      • getShowProductName

        public boolean getShowProductName()
        gets the setting of whether to show product name
      • setShowInstallDir

        public void setShowInstallDir​(boolean show)
        sets the setting of whether to show install directory
      • getShowInstallDir

        public boolean getShowInstallDir()
        gets the setting of whether to show install directory
      • setShowShortcutDir

        public void setShowShortcutDir​(boolean show)
        sets the setting of whether to show shortcut directory
      • getShowShortcutDir

        public boolean getShowShortcutDir()
        gets the setting of whether to show shortcut directory
      • setShowInstallSets

        public void setShowInstallSets​(boolean show)
        sets the setting of whether to show install bundles
      • getShowInstallSets

        public boolean getShowInstallSets()
        gets the setting of whether to show install sets
      • setShowInstallBundles

        public void setShowInstallBundles​(boolean show)
        sets the setting of whether to show install bundles
      • getShowInstallBundles

        public boolean getShowInstallBundles()
        gets the setting of whether to show install bundles
      • setShowJREDir

        public void setShowJREDir​(boolean show)
        sets the setting of whether to show JRE directory
      • getShowJREDir

        public boolean getShowJREDir()
        gets the setting of whether to show JRE directory
      • setShowDiskSpace

        public void setShowDiskSpace​(boolean show)
        sets the setting of whether to show disk space
      • getShowDiskSpace

        public boolean getShowDiskSpace()
        gets the setting of whether to show disk space
      • getDiskSpaceUnit

        public int getDiskSpaceUnit()
        Gets you the units for disk space sizes 0 = bytes 1 = kilobytes 2 = megabytes 3 = gigabytes
        Returns:
        the diskSpaceUnit
      • setDiskSpaceUnit

        public void setDiskSpaceUnit​(int diskSpaceUnit)
        Sets the units for disk space sizes 0 = bytes 1 = kilobytes 2 = megabytes 3 = gigabytes
        Parameters:
        diskSpaceUnit - the diskSpaceUnit to set
      • getTitle

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

        public void setTitle​(java.lang.String Title)
        accesses the title of the panel
      • getStepPrompt

        public java.lang.String getStepPrompt()
        accesses the prompt of the panel
      • setStepPrompt

        public void setStepPrompt​(java.lang.String StepPrompt)
        accesses the prompt of the panel
      • getMessageText

        public java.lang.String getMessageText()
        accesses the text to be displayed in the panel
      • setMessageText

        public void setMessageText​(java.lang.String MessageText)
        accesses the text to be displayed in the panel
      • getOpenExternalLinks

        public boolean getOpenExternalLinks()
        accesses the seting of whether to open external links
      • setOpenExternalLinks

        public void setOpenExternalLinks​(boolean OpenExternalLinks)
        accesses the seting of whether to open external links
      • getRequiresUserChoice

        public boolean getRequiresUserChoice()
        accesses the seting of whether user choice is required
      • setRequiresUserChoice

        public void setRequiresUserChoice​(boolean RequiresUserChoice)
        accesses the seting of whether user choice is required