Package org.eclipse.draw2d
Class FocusEvent
java.lang.Object
org.eclipse.draw2d.FocusEvent
An event that occurs when an
IFigure
gains or
loses focus.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
loser
The figure losing focus -
gainer
The figure gaining focus
-
-
Constructor Details
-
FocusEvent
Constructs a new FocusEvent.- Parameters:
loser
- the figure losing focusgainer
- the figure gaining focus
-