D - the Dockable typeDATA - the DockableData typepublic interface DockableDataManager<D,DATA extends DockableData>
DockableData.| Modifier and Type | Method and Description | 
|---|---|
DATA | 
getDockableData(D dockable)
Gets the registered  
DockableData of the specified Dockable. | 
void | 
registerDockableData(D dockable,
                    DATA dockableData)
Registers the  
DockableData for the specified Dockable. | 
DATA | 
unregisterDockableData(D dockable)
Unregisters the  
DockableData for the specified Dockable. | 
DATA getDockableData(D dockable)
DockableData of the specified Dockable.dockable - the Dockablevoid registerDockableData(D dockable, DATA dockableData)
DockableData for the specified Dockable.dockable - the DockabledockableData - the DockableData to registerDATA unregisterDockableData(D dockable)
DockableData for the specified Dockable.dockable - the DockableCopyright © 2012–2016 Drombler. All rights reserved.