Package ghidra.framework.main
Class GhidraApplicationInformationDisplayFactory
- java.lang.Object
-
- docking.framework.ApplicationInformationDisplayFactory
-
- ghidra.framework.main.GhidraApplicationInformationDisplayFactory
-
public class GhidraApplicationInformationDisplayFactory extends ApplicationInformationDisplayFactory
-
-
Constructor Summary
Constructors Constructor Description GhidraApplicationInformationDisplayFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringdoCreateAboutTitle()protected HelpLocationdoCreateHelpLocation()protected javax.swing.JComponentdoCreateSplashScreenComponent()protected java.lang.StringdoCreateSplashScreenTitle()protected java.lang.RunnabledoGetHomeCallback()javax.swing.ImageIcondoGetHomeIcon()protected java.util.List<java.awt.Image>doGetWindowIcons()-
Methods inherited from class docking.framework.ApplicationInformationDisplayFactory
createAboutComponent, createAboutTitle, createHelpLocation, createSplashScreenComponent, createSplashScreenTitle, doCreateAboutComponent, getHomeCallback, getHomeIcon, getLargestWindowIcon, getSplashScreenIcon128, getWindowIcons
-
-
-
-
Method Detail
-
doGetWindowIcons
protected java.util.List<java.awt.Image> doGetWindowIcons()
- Overrides:
doGetWindowIconsin classApplicationInformationDisplayFactory
-
doCreateSplashScreenTitle
protected java.lang.String doCreateSplashScreenTitle()
- Overrides:
doCreateSplashScreenTitlein classApplicationInformationDisplayFactory
-
doCreateAboutTitle
protected java.lang.String doCreateAboutTitle()
- Overrides:
doCreateAboutTitlein classApplicationInformationDisplayFactory
-
doCreateHelpLocation
protected HelpLocation doCreateHelpLocation()
- Overrides:
doCreateHelpLocationin classApplicationInformationDisplayFactory
-
doCreateSplashScreenComponent
protected javax.swing.JComponent doCreateSplashScreenComponent()
- Overrides:
doCreateSplashScreenComponentin classApplicationInformationDisplayFactory
-
doGetHomeIcon
public javax.swing.ImageIcon doGetHomeIcon()
- Overrides:
doGetHomeIconin classApplicationInformationDisplayFactory
-
doGetHomeCallback
protected java.lang.Runnable doGetHomeCallback()
- Overrides:
doGetHomeCallbackin classApplicationInformationDisplayFactory
-
-