Package dev.equo.ide
Class IdeHookBranding
- java.lang.Object
-
- dev.equo.ide.IdeHookBranding
-
- All Implemented Interfaces:
IdeHook,java.io.Serializable
public class IdeHookBranding extends java.lang.Object implements IdeHook
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface dev.equo.ide.IdeHook
IdeHook.InstantiatedList, IdeHook.List
-
-
Constructor Summary
Constructors Constructor Description IdeHookBranding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdeHookBrandingicon(java.io.File iconImg)IdeHookInstantiatedinstantiate()IdeHookBrandingsplash(java.io.File splashImg)IdeHookBrandingtitle(java.lang.String title)
-
-
-
Method Detail
-
title
public IdeHookBranding title(java.lang.String title)
-
icon
public IdeHookBranding icon(java.io.File iconImg)
-
splash
public IdeHookBranding splash(java.io.File splashImg)
-
instantiate
public IdeHookInstantiated instantiate()
- Specified by:
instantiatein interfaceIdeHook
-
-