Package ghidra.framework.plugintool
Class SettableApplicationInformationDisplayFactory
java.lang.Object
docking.framework.ApplicationInformationDisplayFactory
ghidra.framework.plugintool.SettableApplicationInformationDisplayFactory
public class SettableApplicationInformationDisplayFactory
extends ApplicationInformationDisplayFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Runnableprotected IconvoidsetHomeCallback(Runnable callback) voidsetHomeIcon(ImageIcon icon) voidsetSplashIcon128(ImageIcon splashIcon) voidsetWindowsIcons(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:
getSplashScreenIcon128in classApplicationInformationDisplayFactory
-
doGetWindowIcons
- Overrides:
doGetWindowIconsin classApplicationInformationDisplayFactory
-
doGetHomeIcon
- Overrides:
doGetHomeIconin classApplicationInformationDisplayFactory
-
doGetHomeCallback
- Overrides:
doGetHomeCallbackin classApplicationInformationDisplayFactory
-
setSplashIcon128
-
setWindowsIcons
-
setHomeIcon
-
setHomeCallback
-