DATA
- the Dockable data typepublic interface DockableDataFactory<DATA extends DockableData>
DockableData
factory.Modifier and Type | Method and Description |
---|---|
DATA |
createDockableData(String icon,
org.softsmithy.lib.util.ResourceLoader resourceLoader)
Creates a Dockable data instance.
|
DATA |
createDockableData(String displayName,
String icon,
org.softsmithy.lib.util.ResourceLoader resourceLoader)
Creates a Dockable data instance.
|
DATA createDockableData(String displayName, String icon, org.softsmithy.lib.util.ResourceLoader resourceLoader)
displayName
- the displayName to be used as the titleicon
- the icon name patternresourceLoader
- the resource loader to load the iconCopyright © 2012–2019 Drombler. All rights reserved.