org.eclipse.draw2d
Class LayoutListener.Stub
java.lang.Object
org.eclipse.draw2d.LayoutListener.Stub
- All Implemented Interfaces:
- LayoutListener
- Enclosing class:
- LayoutListener
- public static class LayoutListener.Stub
- extends Object
- implements LayoutListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutListener.Stub
public LayoutListener.Stub()
setConstraint
public void setConstraint(IFigure child,
Object constraint)
- Specified by:
setConstraint in interface LayoutListener
- Parameters:
child - constraint - - See Also:
LayoutListener.setConstraint(IFigure, java.lang.Object)
remove
public void remove(IFigure child)
- Specified by:
remove in interface LayoutListener
- Parameters:
child - - See Also:
LayoutListener.remove(IFigure)
invalidate
public void invalidate()
- Specified by:
invalidate in interface LayoutListener
- See Also:
LayoutListener.invalidate()
layout
public boolean layout(IFigure container)
- Specified by:
layout in interface LayoutListener
- Parameters:
container -
- Returns:
- See Also:
LayoutListener.layout(IFigure)
postLayout
public void postLayout(IFigure container)
- Description copied from interface:
LayoutListener
- Called after layout has occured.
- Specified by:
postLayout in interface LayoutListener
- Parameters:
container - - See Also:
LayoutListener.postLayout(IFigure)
Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.