Package ghidra.framework.main
Class GhidraApplicationInformationDisplayFactory
java.lang.Object
docking.framework.ApplicationInformationDisplayFactory
ghidra.framework.main.GhidraApplicationInformationDisplayFactory
public class GhidraApplicationInformationDisplayFactory
extends ApplicationInformationDisplayFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected HelpLocation
protected JComponent
protected String
protected Runnable
Methods inherited from class docking.framework.ApplicationInformationDisplayFactory
createAboutComponent, createAboutTitle, createHelpLocation, createSplashScreenComponent, createSplashScreenTitle, doCreateAboutComponent, getHomeCallback, getHomeIcon, getLargestWindowIcon, getSplashScreenIcon128, getWindowIcons
-
Constructor Details
-
GhidraApplicationInformationDisplayFactory
public GhidraApplicationInformationDisplayFactory()
-
-
Method Details
-
doGetWindowIcons
- Overrides:
doGetWindowIcons
in classApplicationInformationDisplayFactory
-
doCreateSplashScreenTitle
- Overrides:
doCreateSplashScreenTitle
in classApplicationInformationDisplayFactory
-
doCreateAboutTitle
- Overrides:
doCreateAboutTitle
in classApplicationInformationDisplayFactory
-
doCreateHelpLocation
- Overrides:
doCreateHelpLocation
in classApplicationInformationDisplayFactory
-
doCreateSplashScreenComponent
- Overrides:
doCreateSplashScreenComponent
in classApplicationInformationDisplayFactory
-
doGetHomeIcon
- Overrides:
doGetHomeIcon
in classApplicationInformationDisplayFactory
-
doGetHomeCallback
- Overrides:
doGetHomeCallback
in classApplicationInformationDisplayFactory
-