|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.title.TitleMovingImage
public class TitleMovingImage
A moving image that uses a DockTitle to paint its content.
| Constructor Summary | |
|---|---|
TitleMovingImage(Dockable dockable,
DockTitle title)
Creates a new image. |
|
| Method Summary | |
|---|---|
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). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TitleMovingImage(Dockable dockable,
DockTitle title)
dockable - the element which is represented by this imagetitle - the contents of this image| Method Detail |
|---|
public Point getOffset(Point pressPoint)
MovingImage
getOffset in interface MovingImagepressPoint - 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 MovingImagetransparency - if true, then the window showing this
Component is transparent. If false then the window
is not transparent.public Component getComponent()
MovingImageMovingImage.
This method must always return the same Component.
getComponent in interface MovingImagepublic void unbind()
MovingImageMovingImage.bind(boolean). The image should remove any connections
to other objects.
unbind in interface MovingImage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||