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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
loserThe figure losing focus
- 
gainerThe figure gaining focus
 
- 
- 
Constructor Details- 
FocusEventConstructs a new FocusEvent.- Parameters:
- loser- the figure losing focus
- gainer- the figure gaining focus
 
 
-