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 TypeMethodDescriptionvoid
invalidate
(IFigure container) Stub which does nothing.boolean
Stub which does nothing.void
postLayout
(IFigure container) Stub which does nothing.void
Stub which does nothing.void
setConstraint
(IFigure child, Object constraint) Stub which does nothing.
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
invalidate
Stub which does nothing.- Specified by:
invalidate
in interfaceLayoutListener
- Parameters:
container
- the invalidated Figure- See Also:
-
layout
Stub which does nothing.- Specified by:
layout
in interfaceLayoutListener
- Parameters:
container
- the figure incurring a layout- Returns:
true
if the layout has been intercepted by the listener- See Also:
-
postLayout
Stub which does nothing.- Specified by:
postLayout
in interfaceLayoutListener
- Parameters:
container
- the figure incurring a layout- See Also:
-
remove
Stub which does nothing.- Specified by:
remove
in interfaceLayoutListener
- Parameters:
child
- the child being removed- See Also:
-
setConstraint
Stub which does nothing.- Specified by:
setConstraint
in interfaceLayoutListener
- Parameters:
child
- the child being updatedconstraint
- the child's new constraint- See Also:
-