Class ApplicationInformationDisplayFactory

java.lang.Object
docking.framework.ApplicationInformationDisplayFactory
Direct Known Subclasses:
GhidraApplicationInformationDisplayFactory, SettableApplicationInformationDisplayFactory

public class ApplicationInformationDisplayFactory extends Object
  • Constructor Details

    • ApplicationInformationDisplayFactory

      public ApplicationInformationDisplayFactory()
  • Method Details

    • createSplashScreenTitle

      public static String createSplashScreenTitle()
    • createAboutTitle

      public static String createAboutTitle()
    • getWindowIcons

      public static List<Image> getWindowIcons()
    • getLargestWindowIcon

      public static Image getLargestWindowIcon()
    • getHomeIcon MODIFIED

      public static Icon getHomeIcon()
      return type: ImageIcon → Icon
      -static javax.swing.ImageIcon getHomeIcon()
      +static javax.swing.Icon getHomeIcon()
    • getHomeCallback

      public static Runnable getHomeCallback()
    • createSplashScreenComponent

      public static JComponent createSplashScreenComponent()
    • createAboutComponent

      public static JComponent createAboutComponent()
    • createHelpLocation

      public static HelpLocation createHelpLocation()
    • doCreateSplashScreenTitle

      protected String doCreateSplashScreenTitle()
    • doCreateAboutTitle

      protected String doCreateAboutTitle()
    • doCreateSplashScreenComponent

      protected JComponent doCreateSplashScreenComponent()
    • getSplashScreenIcon128 MODIFIED

      protected Icon getSplashScreenIcon128()
      return type: ImageIcon → Icon
      -javax.swing.ImageIcon getSplashScreenIcon128()
      +javax.swing.Icon getSplashScreenIcon128()
    • doGetWindowIcons

      protected List<Image> doGetWindowIcons()
    • doCreateAboutComponent

      protected JComponent doCreateAboutComponent()
    • doCreateHelpLocation

      protected HelpLocation doCreateHelpLocation()
    • doGetHomeIcon MODIFIED

      protected Icon doGetHomeIcon()
      return type: ImageIcon → Icon
      -javax.swing.ImageIcon doGetHomeIcon()
      +javax.swing.Icon doGetHomeIcon()
    • doGetHomeCallback

      protected Runnable doGetHomeCallback()