|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FocusVetoListener
This listener is added to the FocusController
and allows to
interrupt a change of the focus.
Method Summary | |
---|---|
boolean |
vetoFocus(MouseFocusObserver controller,
Dockable dockable)
Invoked when the focus should change because the user did something with dockable . |
boolean |
vetoFocus(MouseFocusObserver controller,
DockTitle title)
Invoked when the focus should change because the user did something with title . |
Method Detail |
---|
boolean vetoFocus(MouseFocusObserver controller, DockTitle title)
title
.
controller
- the controller who will change the focustitle
- the title from which the focus-change was initialized
true
if the change should be canceled, false
if the focus can be changedboolean vetoFocus(MouseFocusObserver controller, Dockable dockable)
dockable
.
controller
- the controller who will change the focusdockable
- the Dockable
from which the focus-change was initialized
true
if the change should be canceled, false
if the focus can be changed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |