|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFocusListener
Listener that implements this interface handles focus changes in EditorSite - in IEditors.
After creating an instance of a class that implements this interface it can
be added to EditorSite using the addFocusListener
method and
removed using the removeFocusListener
method. When a IEditor
gains or loses focus, the appropriate method will be invoked.
Method Summary | |
---|---|
void |
focusGained(IEditor editor)
Sent when IEditor gets focus. |
void |
focusLost(IEditor editor)
Sent when IEditor loses focus. |
Method Detail |
---|
void focusGained(IEditor editor)
editor
- which has acquired focusvoid focusLost(IEditor editor)
editor
- which has lost focus
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |