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.JComponentcreateAboutComponent()static java.lang.StringcreateAboutTitle()static HelpLocationcreateHelpLocation()static javax.swing.JComponentcreateSplashScreenComponent()static java.lang.StringcreateSplashScreenTitle()protected javax.swing.JComponentdoCreateAboutComponent()protected java.lang.StringdoCreateAboutTitle()protected HelpLocationdoCreateHelpLocation()protected javax.swing.JComponentdoCreateSplashScreenComponent()protected java.lang.StringdoCreateSplashScreenTitle()protected java.lang.RunnabledoGetHomeCallback()protected javax.swing.ImageIcondoGetHomeIcon()protected java.util.List<java.awt.Image>doGetWindowIcons()static java.lang.RunnablegetHomeCallback()static javax.swing.ImageIcongetHomeIcon()static java.awt.ImagegetLargestWindowIcon()protected javax.swing.ImageIcongetSplashScreenIcon128()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()
-
-