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.String
doCreateAboutTitle()
protected HelpLocation
doCreateHelpLocation()
protected javax.swing.JComponent
doCreateSplashScreenComponent()
protected java.lang.String
doCreateSplashScreenTitle()
protected java.lang.Runnable
doGetHomeCallback()
javax.swing.ImageIcon
doGetHomeIcon()
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:
doGetWindowIcons
in classApplicationInformationDisplayFactory
-
doCreateSplashScreenTitle
protected java.lang.String doCreateSplashScreenTitle()
- Overrides:
doCreateSplashScreenTitle
in classApplicationInformationDisplayFactory
-
doCreateAboutTitle
protected java.lang.String doCreateAboutTitle()
- Overrides:
doCreateAboutTitle
in classApplicationInformationDisplayFactory
-
doCreateHelpLocation
protected HelpLocation doCreateHelpLocation()
- Overrides:
doCreateHelpLocation
in classApplicationInformationDisplayFactory
-
doCreateSplashScreenComponent
protected javax.swing.JComponent doCreateSplashScreenComponent()
- Overrides:
doCreateSplashScreenComponent
in classApplicationInformationDisplayFactory
-
doGetHomeIcon
public javax.swing.ImageIcon doGetHomeIcon()
- Overrides:
doGetHomeIcon
in classApplicationInformationDisplayFactory
-
doGetHomeCallback
protected java.lang.Runnable doGetHomeCallback()
- Overrides:
doGetHomeCallback
in classApplicationInformationDisplayFactory
-
-