Eclipse Draw2d
2.1

Uses of Interface
org.eclipse.draw2d.FocusListener

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

Uses of FocusListener in org.eclipse.draw2d
 

Classes in org.eclipse.draw2d that implement FocusListener
static class FocusListener.Stub
          An empty implementation of FocusListener for convenience.
 

Methods in org.eclipse.draw2d with parameters of type FocusListener
 void IFigure.addFocusListener(FocusListener listener)
          Registers the given listener as a FocusListener of this IFigure.
 void IFigure.removeFocusListener(FocusListener listener)
          Unregisters the given listener, so that it will no longer receive notification of focus events.
 void Figure.addFocusListener(FocusListener listener)
           
 void Figure.removeFocusListener(FocusListener listener)
           
 


Eclipse Draw2d
2.1

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