Package docking.framework
Class ApplicationInformationDisplayFactory
- java.lang.Object
-
- docking.framework.ApplicationInformationDisplayFactory
-
- Direct Known Subclasses:
GhidraApplicationInformationDisplayFactory
,SettableApplicationInformationDisplayFactory
public class ApplicationInformationDisplayFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationInformationDisplayFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.JComponent
createAboutComponent()
static java.lang.String
createAboutTitle()
static HelpLocation
createHelpLocation()
static javax.swing.JComponent
createSplashScreenComponent()
static java.lang.String
createSplashScreenTitle()
protected javax.swing.JComponent
doCreateAboutComponent()
protected java.lang.String
doCreateAboutTitle()
protected HelpLocation
doCreateHelpLocation()
protected javax.swing.JComponent
doCreateSplashScreenComponent()
protected java.lang.String
doCreateSplashScreenTitle()
protected java.lang.Runnable
doGetHomeCallback()
protected javax.swing.ImageIcon
doGetHomeIcon()
protected java.util.List<java.awt.Image>
doGetWindowIcons()
static java.lang.Runnable
getHomeCallback()
static javax.swing.ImageIcon
getHomeIcon()
static java.awt.Image
getLargestWindowIcon()
protected javax.swing.ImageIcon
getSplashScreenIcon128()
static java.util.List<java.awt.Image>
getWindowIcons()
-
-
-
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()
-
-