|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.title.UpdatingTitleMovingImage
public class UpdatingTitleMovingImage
This MovingImage shows a DockTitle, the title
can be automatically exchanged.
| Constructor Summary | |
|---|---|
UpdatingTitleMovingImage(Dockable dockable,
DockTitleVersion version,
DockTitle.Orientation orientation)
Creates a new image. |
|
| Method Summary | |
|---|---|
void |
bind()
Called before this image is displayed. |
java.awt.Component |
getComponent()
Gets a Component which represents the MovingImage. |
void |
unbind()
The reverse of MovingImage.bind(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 title| Method Detail |
|---|
public void bind()
MovingImage
bind in interface MovingImagepublic java.awt.Component getComponent()
MovingImageMovingImage.
This method must always return the same Component.
getComponent in interface MovingImagepublic void unbind()
MovingImageMovingImage.bind(). 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 | |||||||||