public interface PlaceholderListItem<D>
PlaceholderList
.D
actually is. While the default implementation
assumes that D
is some kind of Dockable
, it could as well be something else, e.g. a list of dockables.Modifier and Type | Method and Description |
---|---|
D |
asDockable()
Gets the
Dockable that is associated with this item. |