bibliothek.gui.dock.station.support
Interface PlaceholderListItem<D>

Type Parameters:
D - the representation of a Dockable, may or may not be a subinterface of Dockable
All Known Subinterfaces:
Dockable, PerspectiveDockable
All Known Implementing Classes:
AbstractDockable, AbstractDockableStation, DefaultDockable, DefaultDockablePerspective, FlapDockPerspective, FlapDockStation, FlapDockStation.DockableHandle, FrontendDockablePerspective, ScreenDockPerspective.ScreenPerspectiveWindow, ScreenDockWindowHandle, SplitDockPerspective, SplitDockStation, StackDockPerspective, StackDockStation, StationChildHandle

public interface PlaceholderListItem<D>

An item in a PlaceholderList.

Author:
Benjamin Sigg

Method Summary
 D asDockable()
          Gets the Dockable that is associated with this item.
 

Method Detail

asDockable

D asDockable()
Gets the Dockable that is associated with this item.

Returns:
the dockable, not null