Package ghidra.framework.main
Class GhidraApplicationInformationDisplayFactory
- java.lang.Object
-
- docking.framework.ApplicationInformationDisplayFactory
-
- ghidra.framework.main.GhidraApplicationInformationDisplayFactory
-
public class GhidraApplicationInformationDisplayFactory extends ApplicationInformationDisplayFactory
-
-
Constructor Summary
Constructors Change Constructor Description GhidraApplicationInformationDisplayFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Change Modifier and Type Method Description NEW protected java.lang.StringdoCreateAboutTitle()NEW protected HelpLocationdoCreateHelpLocation()NEW protected javax.swing.JComponentdoCreateSplashScreenComponent()NEW protected java.lang.StringdoCreateSplashScreenTitle()NEW protected java.lang.RunnabledoGetHomeCallback()javax.swing.ImageIcondoGetHomeIcon()NEW 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 NEW
protected java.util.List<java.awt.Image> doGetWindowIcons()
- Overrides:
doGetWindowIconsin classApplicationInformationDisplayFactory
-
doCreateSplashScreenTitle NEW
protected java.lang.String doCreateSplashScreenTitle()
- Overrides:
doCreateSplashScreenTitlein classApplicationInformationDisplayFactory
-
doCreateAboutTitle NEW
protected java.lang.String doCreateAboutTitle()
- Overrides:
doCreateAboutTitlein classApplicationInformationDisplayFactory
-
doCreateHelpLocation NEW
protected HelpLocation doCreateHelpLocation()
- Overrides:
doCreateHelpLocationin classApplicationInformationDisplayFactory
-
doCreateSplashScreenComponent NEW
protected javax.swing.JComponent doCreateSplashScreenComponent()
- Overrides:
doCreateSplashScreenComponentin classApplicationInformationDisplayFactory
-
doGetHomeIcon
public javax.swing.ImageIcon doGetHomeIcon()
- Overrides:
doGetHomeIconin classApplicationInformationDisplayFactory
-
doGetHomeCallback NEW
protected java.lang.Runnable doGetHomeCallback()
- Overrides:
doGetHomeCallbackin classApplicationInformationDisplayFactory
-
-