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 booleangetRequiresUserChoice()accesses the setting on whether user choice is requiredjava.lang.StringgetStepPrompt()accesses the prompt the user to accept the license agreementjava.lang.StringgetTitle()accesses the title of panelvoidsetRequiresUserChoice(boolean RequiresUserChoice)accesses the setting on whether user choice is requiredvoidsetStepPrompt(java.lang.String StepPrompt)accesses the prompt the user to accept the license agreementvoidsetTitle(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:
getRequiresUserChoicein classLicenseAgreementPanel
-
setRequiresUserChoice
public void setRequiresUserChoice(boolean RequiresUserChoice)
accesses the setting on whether user choice is required- Overrides:
setRequiresUserChoicein classLicenseAgreementPanel
-
getTitle
public java.lang.String getTitle()
accesses the title of panel- Overrides:
getTitlein classLicenseAgreementPanel
-
setTitle
public void setTitle(java.lang.String Title)
accesses the title of panel- Overrides:
setTitlein classLicenseAgreementPanel
-
getStepPrompt
public java.lang.String getStepPrompt()
accesses the prompt the user to accept the license agreement- Overrides:
getStepPromptin classLicenseAgreementPanel
-
setStepPrompt
public void setStepPrompt(java.lang.String StepPrompt)
accesses the prompt the user to accept the license agreement- Overrides:
setStepPromptin classLicenseAgreementPanel
-
-