Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.