|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MovingTitleGetter
The MovingTitleGetter decides which DockTitle
should be shown
under the mousepointer when the user grabs a Dockable
and moves
it around.
Method Summary | |
---|---|
DockTitle |
get(DockController controller,
Dockable dockable)
Gets a title which will be shown underneath the cursor. |
DockTitle |
get(DockController controller,
DockTitle snatched)
Gets a title which will be shown underneath the cursor. |
Method Detail |
---|
DockTitle get(DockController controller, DockTitle snatched)
snatched
.
controller
- The controller which will be responsible for the titlesnatched
- The title which is grabbed by the user
DockTitle
. The title must not be binded
to any Dockable
except the owner of snatched
. The title
may be snatched
itself, a new instance, an existing title of
somewhere else, or null
. Note that clients may use the
origin
of the result to create a new,
unbinded and independent title.DockTitle get(DockController controller, Dockable dockable)
dockable
.
controller
- The controller which will be responsible for the titledockable
- The Dockable which is snatched
DockTitle
. The title must not be binded
to any Dockable
except dockable
. The title
may be a new instance, an existing title of somewhere else, or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |