|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.extension.gui.dock.theme.bubble.BubbleMovingTitleGetter
public class BubbleMovingTitleGetter
Field Summary | |
---|---|
private ReducedBubbleTitleFactory |
reduced
|
Constructor Summary | |
---|---|
BubbleMovingTitleGetter(BubbleTheme theme)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ReducedBubbleTitleFactory reduced
Constructor Detail |
---|
public BubbleMovingTitleGetter(BubbleTheme theme)
Method Detail |
---|
public DockTitle get(DockController controller, DockTitle snatched)
MovingTitleGetter
snatched
.
get
in interface MovingTitleGetter
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.public DockTitle get(DockController controller, Dockable dockable)
MovingTitleGetter
dockable
.
get
in interface MovingTitleGetter
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 |