Eclipse Draw2d
2.1

Uses of Class
org.eclipse.draw2d.FocusEvent

Packages that use FocusEvent
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
 

Uses of FocusEvent in org.eclipse.draw2d
 

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


Eclipse Draw2d
2.1

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