D
- the Dockable typeDATA
- the Dockable data typepublic class DockableEntry<D,DATA extends DockableData> extends Object
DockablePreferences
.Modifier | Constructor and Description |
---|---|
protected |
DockableEntry(D dockable,
DockableKind kind,
DATA dockableData,
DockablePreferences dockablePreferences)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
D |
getDockable()
Gets the Dockable.
|
DATA |
getDockableData()
Gets the
DockableData . |
DockablePreferences |
getDockablePreferences()
Gets the dockable preferences.
|
DockableKind |
getKind()
Gets the kind of the Dockable.
|
int |
hashCode() |
String |
toString() |
protected DockableEntry(D dockable, DockableKind kind, DATA dockableData, DockablePreferences dockablePreferences)
dockable
- the DockabledockableData
- kind
- the kind of the DockabledockablePreferences
- the DockablePreferences
of the Dockablepublic D getDockable()
public DockableKind getKind()
public DATA getDockableData()
DockableData
.public DockablePreferences getDockablePreferences()
Copyright © 2012–2019 Drombler. All rights reserved.