public class UpdatingTitleMovingImage extends Object implements MovingImage
MovingImage
shows a DockTitle
, the title
can be automatically exchanged.Constructor and Description |
---|
UpdatingTitleMovingImage(Dockable dockable,
DockTitleVersion version,
DockTitle.Orientation orientation)
Creates a new image.
|
Modifier and Type | Method and Description |
---|---|
void |
bind(boolean transparency)
Called before this image is displayed.
|
Component |
getComponent()
Gets a Component which represents the
MovingImage . |
Point |
getOffset(Point pressPoint)
Gest the preferred offset of this image in respect to the mouse.
|
void |
unbind()
The reverse of
MovingImage.bind(boolean) . |
public UpdatingTitleMovingImage(Dockable dockable, DockTitleVersion version, DockTitle.Orientation orientation)
dockable
- the element which is represented by this imageversion
- the contents of this imageorientation
- how to align the titlepublic Point getOffset(Point pressPoint)
MovingImage
getOffset
in interface MovingImage
pressPoint
- the position of the mouse in respect to the element that was selected
and that resulted in the creation of this image.null
if a default offset should be usedpublic void bind(boolean transparency)
MovingImage
bind
in interface MovingImage
transparency
- if true
, then the window showing this
Component
is transparent. If false
then the window
is not transparent.public Component getComponent()
MovingImage
MovingImage
.
This method must always return the same Component.getComponent
in interface MovingImage
public void unbind()
MovingImage
MovingImage.bind(boolean)
. The image should remove any connections
to other objects.unbind
in interface MovingImage