Eclipse Draw2d
2.1

org.eclipse.draw2d
Class FocusEvent

java.lang.Object
  |
  +--org.eclipse.draw2d.FocusEvent

public class FocusEvent
extends Object


Field Summary
 IFigure gainer
           
 IFigure loser
           
 
Constructor Summary
FocusEvent(IFigure loser, IFigure gainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loser

public IFigure loser

gainer

public IFigure gainer
Constructor Detail

FocusEvent

public FocusEvent(IFigure loser,
                  IFigure gainer)

Eclipse Draw2d
2.1

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