|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonStationDelegate
Implements several methods that could be used by a CommonStation. Instances
of this interface are most times used as delegate by a CommonStation.
| Method Summary | |
|---|---|
CDockable |
getDockable()
Gets a result for CommonDockable.getDockable(). |
DockActionSource[] |
getSources()
Gets a result for CommonDockable.getSources(). |
CStation<?> |
getStation()
Gets a result for CommonDockable.getStation(). |
boolean |
isTitleDisplayed(DockTitleVersion title)
Decides whether to show title for the owner
of this delegate. |
| Method Detail |
|---|
CDockable getDockable()
CommonDockable.getDockable().
CStation<?> getStation()
CommonDockable.getStation().
DockActionSource[] getSources()
CommonDockable.getSources().
boolean isTitleDisplayed(DockTitleVersion title)
title for the owner
of this delegate.
title - the title that might be shown
true if the title should be visible, false
otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||