Class ApplicationInformationDisplayFactory

    • Constructor Detail

      • ApplicationInformationDisplayFactory

        public ApplicationInformationDisplayFactory()
    • Method Detail

      • createSplashScreenTitle

        public static java.lang.String createSplashScreenTitle()
      • createAboutTitle

        public static java.lang.String createAboutTitle()
      • getWindowIcons

        public static java.util.List<java.awt.Image> getWindowIcons()
      • getLargestWindowIcon

        public static java.awt.Image getLargestWindowIcon()
      • getHomeIcon

        public static javax.swing.ImageIcon getHomeIcon()
      • getHomeCallback

        public static java.lang.Runnable getHomeCallback()
      • createSplashScreenComponent

        public static javax.swing.JComponent createSplashScreenComponent()
      • createAboutComponent

        public static javax.swing.JComponent createAboutComponent()
      • createHelpLocation

        public static HelpLocation createHelpLocation()
      • doCreateSplashScreenTitle

        protected java.lang.String doCreateSplashScreenTitle()
      • doCreateAboutTitle

        protected java.lang.String doCreateAboutTitle()
      • doCreateSplashScreenComponent

        protected javax.swing.JComponent doCreateSplashScreenComponent()
      • getSplashScreenIcon128

        protected javax.swing.ImageIcon getSplashScreenIcon128()
      • doGetWindowIcons

        protected java.util.List<java.awt.Image> doGetWindowIcons()
      • doCreateAboutComponent

        protected javax.swing.JComponent doCreateAboutComponent()
      • doCreateHelpLocation

        protected HelpLocation doCreateHelpLocation()
      • doGetHomeIcon

        protected javax.swing.ImageIcon doGetHomeIcon()
      • doGetHomeCallback

        protected java.lang.Runnable doGetHomeCallback()