|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.event.DockableSelectionEvent
public class DockableSelectionEvent
An event that tells which Dockable was selected on wich DockStation
| Constructor Summary | |
|---|---|
DockableSelectionEvent(DockController controller,
DockStation station,
Dockable oldSelected,
Dockable newSelected)
Creates a new event. |
|
| Method Summary | |
|---|---|
DockController |
getController()
Gets the controller in whose realm the selection change occurred. |
Dockable |
getNewSelected()
Gets the element that is selected after the change. |
Dockable |
getOldSelected()
Gets the element that was selected before the change. |
DockStation |
getStation()
Gets the station whose selected Dockable changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockableSelectionEvent(DockController controller,
DockStation station,
Dockable oldSelected,
Dockable newSelected)
controller - the controller in whose realm the change occurredstation - the station on which the change occurredoldSelected - the Dockable that was selected before the changenewSelected - the Dockable that is selected after the change| Method Detail |
|---|
public DockController getController()
public DockStation getStation()
Dockable changed.
Dockablepublic Dockable getOldSelected()
nullpublic Dockable getNewSelected()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||