Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
LayoutAnimator
Animates the layout of a figure's children.
|
static class |
LayoutListener.Stub
A stub implementation which implements all of the declared methods.
|
Modifier and Type | Method and Description |
---|---|
void |
IFigure.addLayoutListener(LayoutListener listener)
Registers the given listener on this figure.
|
void |
Figure.addLayoutListener(LayoutListener listener)
Appends the given layout listener to the list of layout listeners.
|
void |
IFigure.removeLayoutListener(LayoutListener listener)
Removes the most recent occurence of the given listener.
|
void |
Figure.removeLayoutListener(LayoutListener listener)
Removes the first occurence of the given listener.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.