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

      public static 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

      protected Icon getSplashScreenIcon128()
    • doGetWindowIcons

      protected List<Image> doGetWindowIcons()
    • doCreateAboutComponent

      protected JComponent doCreateAboutComponent()
    • doCreateHelpLocation

      protected HelpLocation doCreateHelpLocation()
    • doGetHomeIcon

      protected Icon doGetHomeIcon()
    • doGetHomeCallback

      protected Runnable doGetHomeCallback()