public class DockableSelectionEvent extends Object
Dockable was selected on wich DockStation| Constructor and Description |
|---|
DockableSelectionEvent(DockController controller,
DockStation station,
Dockable oldSelected,
Dockable newSelected)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
public DockableSelectionEvent(DockController controller, DockStation station, Dockable oldSelected, Dockable newSelected)
public DockController getController()
public DockStation getStation()
Dockable changed.Dockablepublic Dockable getOldSelected()
nullpublic Dockable getNewSelected()
nullCopyright © 2017 Docking Frames. All rights reserved.