Package ghidra.framework.plugintool
Class SettableApplicationInformationDisplayFactory
java.lang.Object
docking.framework.ApplicationInformationDisplayFactory
ghidra.framework.plugintool.SettableApplicationInformationDisplayFactory
public class SettableApplicationInformationDisplayFactory
extends ApplicationInformationDisplayFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Runnable
protected Icon
void
setHomeCallback
(Runnable callback) void
setHomeIcon
(ImageIcon icon) void
setSplashIcon128
(ImageIcon splashIcon) void
setWindowsIcons
(List<Image> windowsIcons) Methods inherited from class docking.framework.ApplicationInformationDisplayFactory
createAboutComponent, createAboutTitle, createHelpLocation, createSplashScreenComponent, createSplashScreenTitle, doCreateAboutComponent, doCreateAboutTitle, doCreateHelpLocation, doCreateSplashScreenComponent, doCreateSplashScreenTitle, getHomeCallback, getHomeIcon, getLargestWindowIcon, getWindowIcons
-
Constructor Details
-
SettableApplicationInformationDisplayFactory
public SettableApplicationInformationDisplayFactory()
-
-
Method Details
-
getSplashScreenIcon128
- Overrides:
getSplashScreenIcon128
in classApplicationInformationDisplayFactory
-
doGetWindowIcons
- Overrides:
doGetWindowIcons
in classApplicationInformationDisplayFactory
-
doGetHomeIcon
- Overrides:
doGetHomeIcon
in classApplicationInformationDisplayFactory
-
doGetHomeCallback
- Overrides:
doGetHomeCallback
in classApplicationInformationDisplayFactory
-
setSplashIcon128
-
setWindowsIcons
-
setHomeIcon
-
setHomeCallback
-