Constructor and Description |
---|
DockableFocusEvent(DockController controller,
Dockable oldFocus,
Dockable newFocus)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
DockController |
getController()
Gets the controller on which the focus change occurred.
|
Dockable |
getNewFocusOwner()
Gets the
Dockable which has the focus after the change. |
Dockable |
getOldFocusOwner()
Gets the
Dockable which had the focus before the change. |
public DockableFocusEvent(DockController controller, Dockable oldFocus, Dockable newFocus)
public DockController getController()
public Dockable getOldFocusOwner()
Dockable
which had the focus before the change.null