Class DisplayMessagePanel

    • Constructor Detail

      • DisplayMessagePanel

        public DisplayMessagePanel()
    • Method Detail

      • setMessage

        public void setMessage​(java.lang.String message)
        Message is the content that is displayed at the center of the panel during installation.
      • setJustification

        public void setJustification​(TextAlignment textJustification)
        Justification sets the message's horizontal alignment to left, center or right
      • setAlignment

        public void setAlignment​(TextAlignment textAlignment)
        Alignment sets the message's vertical alignment to left, center or right
      • setStepTitle

        public void setStepTitle​(java.lang.String t)
        Setup the title of the panel.
      • getStepTitle

        public java.lang.String getStepTitle()
        Setup the title of the panel.
      • getMessage

        public java.lang.String getMessage()
        Message is the content that is displayed at the center of the panel during installation.
      • getJustification

        public TextAlignment getJustification()
        Justification sets the message's horizontal alignment to left, center or right
      • getAlignment

        public TextAlignment getAlignment()
        Alignment sets the message's vertical alignment to left, center or right