Class AboutPanel

    • Constructor Detail

      • AboutPanel

        public AboutPanel()
      • AboutPanel

        public AboutPanel​(JAXXContext parentContext)
    • Method Detail

      • setLicenseFile

        public void setLicenseFile​(String filename)
      • setThirdpartyFile

        public void setThirdpartyFile​(String filename)
      • buildTopPanel

        public void buildTopPanel()
      • init

        public void init()
      • showInDialog

        public void showInDialog​(Frame ui,
                                 boolean undecorated)
      • doHyperlinkUpdate__on__$JEditorPane0

        public void doHyperlinkUpdate__on__$JEditorPane0​(HyperlinkEvent event)
      • getAboutContent

        public JScrollPane getAboutContent()
      • getAboutText

        public String getAboutText()
      • getBackgroundColor

        public Color getBackgroundColor()
      • getBottomLabel

        public JLabel getBottomLabel()
      • getBottomText

        public String getBottomText()
      • getClose

        public JButton getClose()
      • getIconPath

        public String getIconPath()
      • getLicenseContent

        public JScrollPane getLicenseContent()
      • getLicenseText

        public String getLicenseText()
      • getLicenseTextArea

        public JTextArea getLicenseTextArea()
      • getThirdpartyContent

        public JScrollPane getThirdpartyContent()
      • getThirdpartyText

        public String getThirdpartyText()
      • getThirdpartyTextArea

        public JTextArea getThirdpartyTextArea()
      • getTitle

        public String getTitle()
      • getTopPanel

        public JPanel getTopPanel()
      • setAboutText

        public void setAboutText​(String aboutText)
      • setBackgroundColor

        public void setBackgroundColor​(Color backgroundColor)
      • setBottomText

        public void setBottomText​(String bottomText)
      • setIconPath

        public void setIconPath​(String iconPath)
      • setLicenseText

        public void setLicenseText​(String licenseText)
      • setThirdpartyText

        public void setThirdpartyText​(String thirdpartyText)
      • setTitle

        public void setTitle​(String title)
      • get$JEditorPane0

        protected JEditorPane get$JEditorPane0()
      • get$JLabel0

        protected JLabel get$JLabel0()
      • get$JPanel0

        protected JPanel get$JPanel0()
      • get$JPanel1

        protected JPanel get$JPanel1()
      • get$TabInfo0

        protected TabInfo get$TabInfo0()
      • get$TabInfo1

        protected TabInfo get$TabInfo1()
      • get$TabInfo2

        protected TabInfo get$TabInfo2()
      • addChildrenToAboutContent

        protected void addChildrenToAboutContent()
      • addChildrenToLicenseContent

        protected void addChildrenToLicenseContent()
      • addChildrenToTabs

        protected void addChildrenToTabs()
      • addChildrenToThirdpartyContent

        protected void addChildrenToThirdpartyContent()
      • createAboutContent

        protected void createAboutContent()
      • createAboutText

        protected void createAboutText()
      • createBackgroundColor

        protected void createBackgroundColor()
      • createBottomLabel

        protected void createBottomLabel()
      • createBottomText

        protected void createBottomText()
      • createClose

        protected void createClose()
      • createHandler

        protected void createHandler()
      • createIconPath

        protected void createIconPath()
      • createLicenseContent

        protected void createLicenseContent()
      • createLicenseText

        protected void createLicenseText()
      • createLicenseTextArea

        protected void createLicenseTextArea()
      • createTabs

        protected void createTabs()
      • createThirdpartyContent

        protected void createThirdpartyContent()
      • createThirdpartyText

        protected void createThirdpartyText()
      • createThirdpartyTextArea

        protected void createThirdpartyTextArea()
      • createTitle

        protected void createTitle()
      • createTopPanel

        protected void createTopPanel()