S - the type of DockStation this delegate representspublic interface CommonStationDelegate<S extends CommonDockStation<?,?>>
CommonDockStation. Instances
of this interface are most times used as delegate by a CommonDockStation.| Modifier and Type | Method and Description |
|---|---|
CDockable |
getDockable()
Gets a result for
CommonDockable.getDockable(). |
DockActionSource[] |
getSources()
Gets a result for
CommonDockable.getSources(). |
CStation<S> |
getStation()
Gets a result for
CommonDockStation.getStation(). |
boolean |
isTitleDisplayed(DockTitleVersion title)
Decides whether to show
title for the owner
of this delegate. |
CDockable getDockable()
CommonDockable.getDockable().CStation<S> getStation()
CommonDockStation.getStation().DockActionSource[] getSources()
CommonDockable.getSources().boolean isTitleDisplayed(DockTitleVersion title)
title for the owner
of this delegate.title - the title that might be showntrue if the title should be visible, false
otherwiseCopyright © 2018. All rights reserved.