Package com.zerog.ia.auto.project.panels
Class InstallPanelAction
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.panels.InstallPanelAction
-
- All Implemented Interfaces:
Referenceable
- Direct Known Subclasses:
ChooseAliasLinkShortcutPanel,ChooseDBConnectionPanel,ChooseFeaturesToUninstallPanel,ChooseFilePanel,ChooseFolderPanel,ChooseInstallFolderPanel,ChooseInstallSetPanel,ChooseJavaVMPanel,ChooseRemoteSystemiInstallFolderPanel,DisplayMessagePanel,DisplayScrollingMessagePanel,FindFileOrFolderPanel,GetPasswordPanel,GetSerialNumberPanel,GetUserInputAdvancedPanel,GetUserInputSimplePanel,InstallCompletePanel,InstallSummaryPanel,LicenseAgreementPanel,MinimalUIAction,PlugInPanel,TomcatDeploymentOptionsPanel,UninstallCompletePanel,WebsphereDeploymentOptionsPanel
public class InstallPanelAction extends InstallableObject
This is an abstract panel that is the base for the all the other panels. It should not be instantiated.
-
-
Constructor Summary
Constructors Constructor Description InstallPanelAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetArchivesSigned()whether or not archives signedjava.util.Vector<DependencyProperty>getDependencies()gets the dependencies of this action.HelpgetHelp()gets the installer help for the panel.java.lang.StringgetImage()accesses the imageImageOptionsgetImageOption()Image option configures the panels' image settings.java.lang.StringgetInstallPanelClassName()intgetLabelIndex()gets the location of installer stepsLabelOptionsgetLabelOption()gets the label option that configures the panel's label settings.java.lang.StringgetResource()accesses the resourcevoidsetArchivesSigned(boolean ArchivesSigned)whether or not archives signedvoidsetDependencies(java.util.Vector<DependencyProperty> dependencies)sets the dependencies of this action.voidsetHelp(Help hlp)sets the installer help for the panel.voidsetImage(java.lang.String path)accesses the imagevoidsetImageOption(ImageOptions option)Image option configures the panels' image settings.voidsetInstallPanelClassName(java.lang.String InstallPanelClassName)voidsetLabelIndex(int index)sets the location of installer stepsvoidsetLabelOption(LabelOptions option)Sets the laabel option that configures the panel's label settings.voidsetResource(java.lang.String path)accesses the resource-
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
-
getImageOption
public ImageOptions getImageOption()
Image option configures the panels' image settings. The user can set to use the installer's default image, to use the same image as the previous panel, do not display any images, or specify a prviate image.
-
setImageOption
public void setImageOption(ImageOptions option)
Image option configures the panels' image settings. The user can set to use the installer's default image, to use the same image as the previous panel, do not display any images, or specify a prviate image.
-
getLabelOption
public LabelOptions getLabelOption()
gets the label option that configures the panel's label settings. The user can set to use preivous panel's label or to specify a new label.
-
setLabelOption
public void setLabelOption(LabelOptions option)
Sets the laabel option that configures the panel's label settings. The user can set to use preivous panel's label or to specify a new label.
-
getLabelIndex
public int getLabelIndex()
gets the location of installer steps
-
setLabelIndex
public void setLabelIndex(int index)
sets the location of installer steps
-
setHelp
public void setHelp(Help hlp)
sets the installer help for the panel.
-
getHelp
public Help getHelp()
gets the installer help for the panel.
-
getDependencies
public java.util.Vector<DependencyProperty> getDependencies()
gets the dependencies of this action.
-
setDependencies
public void setDependencies(java.util.Vector<DependencyProperty> dependencies)
sets the dependencies of this action.
-
getInstallPanelClassName
public java.lang.String getInstallPanelClassName()
-
setInstallPanelClassName
public void setInstallPanelClassName(java.lang.String InstallPanelClassName)
-
getArchivesSigned
public boolean getArchivesSigned()
whether or not archives signed
-
setArchivesSigned
public void setArchivesSigned(boolean ArchivesSigned)
whether or not archives signed
-
setResource
public void setResource(java.lang.String path)
accesses the resource
-
getResource
public java.lang.String getResource()
accesses the resource
-
setImage
public void setImage(java.lang.String path)
accesses the image
-
getImage
public java.lang.String getImage()
accesses the image
-
-