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 Summary
Nested classes/interfaces inherited from interface org.eclipse.draw2d.LayoutListener
LayoutListener.Stub -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
Stub
public Stub()
-
-
Method Details
-
invalidate
Stub which does nothing.- Specified by:
invalidatein interfaceLayoutListener- Parameters:
container- the invalidated Figure- See Also:
-
layout
Stub which does nothing.- Specified by:
layoutin interfaceLayoutListener- Parameters:
container- the figure incurring a layout- Returns:
trueif the layout has been intercepted by the listener- See Also:
-
postLayout
Stub which does nothing.- Specified by:
postLayoutin interfaceLayoutListener- Parameters:
container- the figure incurring a layout- See Also:
-
remove
Stub which does nothing.- Specified by:
removein interfaceLayoutListener- Parameters:
child- the child being removed- See Also:
-
setConstraint
Stub which does nothing.- Specified by:
setConstraintin interfaceLayoutListener- Parameters:
child- the child being updatedconstraint- the child's new constraint- See Also:
-