Uses of Interface
org.eclipse.zest.layouts.interfaces.LayoutListener
Packages that use LayoutListener
- 
Uses of LayoutListener in org.eclipse.zest.layouts.interfacesMethods in org.eclipse.zest.layouts.interfaces with parameters of type LayoutListenerModifier and TypeMethodDescriptionvoidLayoutContext.addLayoutListener(LayoutListener listener) Adds a listener to the context that will be notified about changes in this context's layout, that is movement and resizing of nodes / subgraphs.voidLayoutContext.removeLayoutListener(LayoutListener listener) Removes a layout listener from this context.