Draw2d
3.9.100.201405261516

Uses of Class
org.eclipse.draw2d.FocusEvent

Packages that use FocusEvent
org.eclipse.draw2d Primary package containing general interfaces and implementation classes. 
 

Uses of FocusEvent in org.eclipse.draw2d
 

Methods in org.eclipse.draw2d with parameters of type FocusEvent
 void FocusListener.focusGained(FocusEvent fe)
          Called when the listened to object has gained focus.
 void FocusListener.Stub.focusGained(FocusEvent fe)
           
 void FocusListener.focusLost(FocusEvent fe)
          Called when the listened to object has lost focus.
 void FocusListener.Stub.focusLost(FocusEvent fe)
           
 void IFigure.handleFocusGained(FocusEvent event)
          Called when this IFigure has gained focus.
 void Figure.handleFocusGained(FocusEvent event)
           
 void IFigure.handleFocusLost(FocusEvent event)
          Called when this IFigure has lost focus.
 void Figure.handleFocusLost(FocusEvent event)
           
 


Draw2d
3.9.100.201405261516

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.