|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.event.DockableFocusEvent
public class DockableFocusEvent
An event describing the focus transfer from one Dockable to another.
| Constructor Summary | |
|---|---|
DockableFocusEvent(DockController controller,
Dockable oldFocus,
Dockable newFocus)
Creates a new event. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockableFocusEvent(DockController controller,
Dockable oldFocus,
Dockable newFocus)
controller - the controller on which the change occurredoldFocus - the Dockable that was focused earlier, can be nullnewFocus - the Dockable that is focused now, can be null| Method Detail |
|---|
public DockController getController()
public Dockable getOldFocusOwner()
Dockable which had the focus before the change.
nullpublic Dockable getNewFocusOwner()
Dockable which has the focus after the change.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||