Uses of Class
org.eclipse.draw2d.FocusEvent
Packages that use FocusEvent
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of FocusEvent in org.eclipse.draw2dMethods in org.eclipse.draw2d with parameters of type FocusEventModifier and TypeMethodDescriptionvoidFocusListener.focusGained(FocusEvent fe) Called when the listened to object has gained focus.voidFocusListener.Stub.focusGained(FocusEvent fe) voidFocusListener.focusLost(FocusEvent fe) Called when the listened to object has lost focus.voidFocusListener.Stub.focusLost(FocusEvent fe) voidFigure.handleFocusGained(FocusEvent event) voidIFigure.handleFocusGained(FocusEvent event) Called when this IFigure has gained focus.voidFigure.handleFocusLost(FocusEvent event) voidIFigure.handleFocusLost(FocusEvent event) Called when this IFigure has lost focus.