Package org.eclipse.draw2d
Class LayoutListener.Stub
java.lang.Object
org.eclipse.draw2d.LayoutListener.Stub
- All Implemented Interfaces:
- LayoutListener
- Enclosing interface:
- LayoutListener
A stub implementation which implements all of the declared methods.
- Since:
- 3.1
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.eclipse.draw2d.LayoutListenerLayoutListener.Stub
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinvalidate(IFigure container) Stub which does nothing.booleanStub which does nothing.voidpostLayout(IFigure container) Stub which does nothing.voidStub which does nothing.voidsetConstraint(IFigure child, Object constraint) Stub which does nothing.
- 
Constructor Details- 
Stubpublic Stub()
 
- 
- 
Method Details- 
invalidateStub which does nothing.- Specified by:
- invalidatein interface- LayoutListener
- Parameters:
- container- the invalidated Figure
- See Also:
 
- 
layoutStub which does nothing.- Specified by:
- layoutin interface- LayoutListener
- Parameters:
- container- the figure incurring a layout
- Returns:
- trueif the layout has been intercepted by the listener
- See Also:
 
- 
postLayoutStub which does nothing.- Specified by:
- postLayoutin interface- LayoutListener
- Parameters:
- container- the figure incurring a layout
- See Also:
 
- 
removeStub which does nothing.- Specified by:
- removein interface- LayoutListener
- Parameters:
- child- the child being removed
- See Also:
 
- 
setConstraintStub which does nothing.- Specified by:
- setConstraintin interface- LayoutListener
- Parameters:
- child- the child being updated
- constraint- the child's new constraint
- See Also:
 
 
-