|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.title.DockTitleEvent
public class DockTitleEvent
These events are used for DockTitles, to transfer information
between station and title. See the method
DockTitle.changed(DockTitleEvent) for more details.
| Constructor Summary | |
|---|---|
DockTitleEvent(Dockable dockable)
Constructs a new event. |
|
DockTitleEvent(DockStation station,
Dockable dockable)
Constructs a new event. |
|
| Method Summary | |
|---|---|
Dockable |
getDockable()
Gets the Dockable for which the target-title is used. |
DockStation |
getStation()
Gets the station which created the event, and on which the target-title is displayed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockTitleEvent(Dockable dockable)
dockable - the Dockable for which the target-title
is rendered
public DockTitleEvent(DockStation station,
Dockable dockable)
DockStation itself sends the event. Other components
should use DockTitleEvent(Dockable).
station - the station on which the target-title is displayeddockable - the Dockable for which the target-title
is rendered| Method Detail |
|---|
public DockStation getStation()
null if the event was not sent
by the stationpublic Dockable getDockable()
Dockable for which the target-title is used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||