D - the Dockable typeDATA - the Dockable data typeE - the Dockable entry typepublic interface DockableEntryFactory<D,DATA extends DockableData,E extends DockableEntry<D,DATA>>
DockableEntry factory.| Modifier and Type | Method and Description |
|---|---|
E |
createDockableEntry(D dockable,
DockableKind kind,
DATA dockableData,
DockablePreferences dockablePreferences)
Creates a new Dockable entry.
|
E createDockableEntry(D dockable, DockableKind kind, DATA dockableData, DockablePreferences dockablePreferences)
dockable - the Dockablekind - the kind of the DockabledockableData - the Dockable datadockablePreferences - the Dockable preferencesCopyright © 2012–2019 Drombler. All rights reserved.