Package com.zerog.ia.auto.project.panels
Class ImportantNotePanel
- 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.LicenseAgreementPanel
-
- com.zerog.ia.auto.project.panels.ImportantNotePanel
-
- All Implemented Interfaces:
Referenceable
public final class ImportantNotePanel extends LicenseAgreementPanel
This action allows setup authors to display a text or HTML file without the radio buttons found on the license agreement panel. It is particularly useful for displaying Readme or errata type documents.
-
-
Constructor Summary
Constructors Constructor Description ImportantNotePanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getRequiresUserChoice()
accesses the setting on whether user choice is requiredjava.lang.String
getStepPrompt()
accesses the prompt the user to accept the license agreementjava.lang.String
getTitle()
accesses the title of panelvoid
setRequiresUserChoice(boolean RequiresUserChoice)
accesses the setting on whether user choice is requiredvoid
setStepPrompt(java.lang.String StepPrompt)
accesses the prompt the user to accept the license agreementvoid
setTitle(java.lang.String Title)
accesses the title of panel-
Methods inherited from class com.zerog.ia.auto.project.panels.LicenseAgreementPanel
getAgreeWithLicenseByDefault, getExistingFilePath, getForceScroll, getOpenExternalLinks, getSourceFileType, setAgreeWithLicenseByDefault, setExistingFilePath, setForceScroll, setOpenExternalLinks, setSourceFileType
-
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
-
getRequiresUserChoice
public boolean getRequiresUserChoice()
accesses the setting on whether user choice is required- Overrides:
getRequiresUserChoice
in classLicenseAgreementPanel
-
setRequiresUserChoice
public void setRequiresUserChoice(boolean RequiresUserChoice)
accesses the setting on whether user choice is required- Overrides:
setRequiresUserChoice
in classLicenseAgreementPanel
-
getTitle
public java.lang.String getTitle()
accesses the title of panel- Overrides:
getTitle
in classLicenseAgreementPanel
-
setTitle
public void setTitle(java.lang.String Title)
accesses the title of panel- Overrides:
setTitle
in classLicenseAgreementPanel
-
getStepPrompt
public java.lang.String getStepPrompt()
accesses the prompt the user to accept the license agreement- Overrides:
getStepPrompt
in classLicenseAgreementPanel
-
setStepPrompt
public void setStepPrompt(java.lang.String StepPrompt)
accesses the prompt the user to accept the license agreement- Overrides:
setStepPrompt
in classLicenseAgreementPanel
-
-