Class ApplicationInformationDisplayFactory

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

public class ApplicationInformationDisplayFactory extends Object
  • Constructor Details Link icon

    • ApplicationInformationDisplayFactory Link icon

      public ApplicationInformationDisplayFactory()
  • Method Details Link icon

    • createSplashScreenTitle Link icon

      public static String createSplashScreenTitle()
    • createAboutTitle Link icon

      public static String createAboutTitle()
    • getWindowIcons Link icon

      public static List<Image> getWindowIcons()
    • getLargestWindowIcon Link icon

      public static Image getLargestWindowIcon()
    • getHomeIcon Link icon

      public static Icon getHomeIcon()
    • getHomeCallback Link icon

      public static Runnable getHomeCallback()
    • createSplashScreenComponent Link icon

      public static JComponent createSplashScreenComponent()
    • createAboutComponent Link icon

      public static JComponent createAboutComponent()
    • createHelpLocation Link icon

      public static HelpLocation createHelpLocation()
    • doCreateSplashScreenTitle Link icon

      protected String doCreateSplashScreenTitle()
    • doCreateAboutTitle Link icon

      protected String doCreateAboutTitle()
    • doCreateSplashScreenComponent Link icon

      protected JComponent doCreateSplashScreenComponent()
    • getSplashScreenIcon128 Link icon

      protected Icon getSplashScreenIcon128()
    • doGetWindowIcons Link icon

      protected List<Image> doGetWindowIcons()
    • doCreateAboutComponent Link icon

      protected JComponent doCreateAboutComponent()
    • doCreateHelpLocation Link icon

      protected HelpLocation doCreateHelpLocation()
    • doGetHomeIcon Link icon

      protected Icon doGetHomeIcon()
    • doGetHomeCallback Link icon

      protected Runnable doGetHomeCallback()