Class InstallPanelAction

    • Constructor Detail

      • InstallPanelAction

        public InstallPanelAction()
    • 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