Uses of Interface
org.eclipse.draw2d.LayoutListener
Packages that use LayoutListener
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of LayoutListener in org.eclipse.draw2dClasses in org.eclipse.draw2d that implement LayoutListenerModifier and TypeClassDescriptionclassAnimates the layout of a figure's children.static classA stub implementation which implements all of the declared methods.Methods in org.eclipse.draw2d with parameters of type LayoutListenerModifier and TypeMethodDescriptionvoidFigure.addLayoutListener(LayoutListener listener) Appends the given layout listener to the list of layout listeners.voidIFigure.addLayoutListener(LayoutListener listener) Registers the given listener on this figure.voidFigure.removeLayoutListener(LayoutListener listener) Removes the first occurence of the given listener.voidIFigure.removeLayoutListener(LayoutListener listener) Removes the most recent occurence of the given listener.