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 Change Constructor Description ApplicationInformationDisplayFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Change Modifier and Type Method Description static javax.swing.JComponentcreateAboutComponent()static java.lang.StringcreateAboutTitle()static HelpLocationcreateHelpLocation()static javax.swing.JComponentcreateSplashScreenComponent()static java.lang.StringcreateSplashScreenTitle()NEW protected javax.swing.JComponentdoCreateAboutComponent()NEW protected java.lang.StringdoCreateAboutTitle()NEW protected HelpLocationdoCreateHelpLocation()NEW protected javax.swing.JComponentdoCreateSplashScreenComponent()NEW protected java.lang.StringdoCreateSplashScreenTitle()NEW protected java.lang.RunnabledoGetHomeCallback()NEW protected javax.swing.ImageIcondoGetHomeIcon()NEW protected java.util.List<java.awt.Image>doGetWindowIcons()static java.lang.RunnablegetHomeCallback()static javax.swing.ImageIcongetHomeIcon()static java.awt.ImagegetLargestWindowIcon()NEW 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()
-
doCreateHelpLocation NEW
protected HelpLocation doCreateHelpLocation()
-
-