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 intgetDiskSpaceUnit()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.StringgetMessageText()accesses the text to be displayed in the panelbooleangetOpenExternalLinks()accesses the seting of whether to open external linksbooleangetRequiresUserChoice()accesses the seting of whether user choice is requiredbooleangetShowDiskSpace()gets the setting of whether to show disk spacebooleangetShowInstallBundles()gets the setting of whether to show install bundlesbooleangetShowInstallDir()gets the setting of whether to show install directorybooleangetShowInstallSets()gets the setting of whether to show install setsbooleangetShowJREDir()gets the setting of whether to show JRE directorybooleangetShowProductName()gets the setting of whether to show product namebooleangetShowShortcutDir()gets the setting of whether to show shortcut directoryjava.lang.StringgetStepPrompt()accesses the prompt of the paneljava.lang.StringgetTitle()accesses the title of the panelvoidsetDiskSpaceUnit(int diskSpaceUnit)Sets the units for disk space sizes 0 = bytes 1 = kilobytes 2 = megabytes 3 = gigabytesvoidsetFieldList(java.util.Vector<VariableKeyedData> newData)sets the PropertyList whcih is a liste of variables.voidsetMessageText(java.lang.String MessageText)accesses the text to be displayed in the panelvoidsetOpenExternalLinks(boolean OpenExternalLinks)accesses the seting of whether to open external linksvoidsetRequiresUserChoice(boolean RequiresUserChoice)accesses the seting of whether user choice is requiredvoidsetShowDiskSpace(boolean show)sets the setting of whether to show disk spacevoidsetShowInstallBundles(boolean show)sets the setting of whether to show install bundlesvoidsetShowInstallDir(boolean show)sets the setting of whether to show install directoryvoidsetShowInstallSets(boolean show)sets the setting of whether to show install bundlesvoidsetShowJREDir(boolean show)sets the setting of whether to show JRE directoryvoidsetShowProductName(boolean show)sets the setting of whether to show product namevoidsetShowShortcutDir(boolean show)sets the setting of whether to show shortcut directoryvoidsetStepPrompt(java.lang.String StepPrompt)accesses the prompt of the panelvoidsetTitle(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
-
-