|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.draw2d.FocusEvent
An event that occurs when an IFigure
gains or loses focus.
Field Summary | |
IFigure |
gainer
The figure gaining focus |
IFigure |
loser
The figure losing focus |
Constructor Summary | |
FocusEvent(IFigure loser,
IFigure gainer)
Constructs a new FocusEvent. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public IFigure loser
public IFigure gainer
Constructor Detail |
public FocusEvent(IFigure loser, IFigure gainer)
loser
- the figure losing focusgainer
- the figure gaining focus
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |