|
Eclipse Draw2d 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutListener | |
org.eclipse.draw2d | Most of the Draw2d classes and interfaces reside in this base package. |
Uses of LayoutListener in org.eclipse.draw2d |
Classes in org.eclipse.draw2d that implement LayoutListener | |
static class |
LayoutListener.Stub
A stub implementation which implements all of the declared methods. |
Methods in org.eclipse.draw2d with parameters of type LayoutListener | |
void |
IFigure.addLayoutListener(LayoutListener listener)
Registers the given listener on this figure. |
void |
IFigure.removeLayoutListener(LayoutListener listener)
Removes the most recent occurence of the given listener. |
void |
Figure.addLayoutListener(LayoutListener listener)
Prepends the given layout listener to the list of layout listeners. |
void |
Figure.removeLayoutListener(LayoutListener listener)
Removes the most recently added occurence of the given listener. |
|
Eclipse Draw2d 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |