Package com.zerog.ia.auto.project.panels
Class InstallSummaryPanel
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.panels.InstallPanelAction
-
- com.zerog.ia.auto.project.panels.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 Summary
Constructors Constructor Description InstallSummaryPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDiskSpaceUnit()
Gets you the units for disk space sizes 0 = bytes 1 = kilobytes 2 = megabytes 3 = gigabytesjava.util.Vector<VariableKeyedData>
getFieldList()
gets the PropertyList which is a list of variables, in VariablePropertyData form (each VariablePropertyData has a name, value, and comment).java.lang.String
getMessageText()
accesses the text to be displayed in the panelboolean
getOpenExternalLinks()
accesses the seting of whether to open external linksboolean
getRequiresUserChoice()
accesses the seting of whether user choice is requiredboolean
getShowDiskSpace()
gets the setting of whether to show disk spaceboolean
getShowInstallBundles()
gets the setting of whether to show install bundlesboolean
getShowInstallDir()
gets the setting of whether to show install directoryboolean
getShowInstallSets()
gets the setting of whether to show install setsboolean
getShowJREDir()
gets the setting of whether to show JRE directoryboolean
getShowProductName()
gets the setting of whether to show product nameboolean
getShowShortcutDir()
gets the setting of whether to show shortcut directoryjava.lang.String
getStepPrompt()
accesses the prompt of the paneljava.lang.String
getTitle()
accesses the title of the panelvoid
setDiskSpaceUnit(int diskSpaceUnit)
Sets the units for disk space sizes 0 = bytes 1 = kilobytes 2 = megabytes 3 = gigabytesvoid
setFieldList(java.util.Vector<VariableKeyedData> newData)
sets the PropertyList whcih is a liste of variables.void
setMessageText(java.lang.String MessageText)
accesses the text to be displayed in the panelvoid
setOpenExternalLinks(boolean OpenExternalLinks)
accesses the seting of whether to open external linksvoid
setRequiresUserChoice(boolean RequiresUserChoice)
accesses the seting of whether user choice is requiredvoid
setShowDiskSpace(boolean show)
sets the setting of whether to show disk spacevoid
setShowInstallBundles(boolean show)
sets the setting of whether to show install bundlesvoid
setShowInstallDir(boolean show)
sets the setting of whether to show install directoryvoid
setShowInstallSets(boolean show)
sets the setting of whether to show install bundlesvoid
setShowJREDir(boolean show)
sets the setting of whether to show JRE directoryvoid
setShowProductName(boolean show)
sets the setting of whether to show product namevoid
setShowShortcutDir(boolean show)
sets the setting of whether to show shortcut directoryvoid
setStepPrompt(java.lang.String StepPrompt)
accesses the prompt of the panelvoid
setTitle(java.lang.String Title)
accesses the title of the panel-
Methods inherited from class com.zerog.ia.auto.project.panels.InstallPanelAction
getArchivesSigned, getDependencies, getHelp, getImage, getImageOption, getInstallPanelClassName, getLabelIndex, getLabelOption, getResource, setArchivesSigned, setDependencies, setHelp, setImage, setImageOption, setInstallPanelClassName, setLabelIndex, setLabelOption, setResource
-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
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
-
-