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 SummaryConstructors Constructor Description ImportantNotePanel()
 - 
Method SummaryAll 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.LicenseAgreementPanelgetAgreeWithLicenseByDefault, getExistingFilePath, getForceScroll, getOpenExternalLinks, getSourceFileType, setAgreeWithLicenseByDefault, setExistingFilePath, setForceScroll, setOpenExternalLinks, setSourceFileType
 - 
Methods inherited from class com.zerog.ia.auto.project.panels.InstallPanelActiongetArchivesSigned, 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.InstallableObjectgetBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
 - 
Methods inherited from class com.zerog.ia.auto.project.ProjectObjectequals, getReferenceID, hashCode, setReferenceID
 
- 
 
- 
- 
- 
Method Detail- 
getRequiresUserChoicepublic boolean getRequiresUserChoice() accesses the setting on whether user choice is required- Overrides:
- getRequiresUserChoicein class- LicenseAgreementPanel
 
 - 
setRequiresUserChoicepublic void setRequiresUserChoice(boolean RequiresUserChoice) accesses the setting on whether user choice is required- Overrides:
- setRequiresUserChoicein class- LicenseAgreementPanel
 
 - 
getTitlepublic java.lang.String getTitle() accesses the title of panel- Overrides:
- getTitlein class- LicenseAgreementPanel
 
 - 
setTitlepublic void setTitle(java.lang.String Title) accesses the title of panel- Overrides:
- setTitlein class- LicenseAgreementPanel
 
 - 
getStepPromptpublic java.lang.String getStepPrompt() accesses the prompt the user to accept the license agreement- Overrides:
- getStepPromptin class- LicenseAgreementPanel
 
 - 
setStepPromptpublic void setStepPrompt(java.lang.String StepPrompt) accesses the prompt the user to accept the license agreement- Overrides:
- setStepPromptin class- LicenseAgreementPanel
 
 
- 
 
-