Eclipse Draw2d
3.0

org.eclipse.draw2d
Interface LayoutListener

All Known Implementing Classes:
LayoutListener.Stub

public interface LayoutListener

since 3.1


Nested Class Summary
static class LayoutListener.Stub
           
 
Method Summary
 void invalidate()
           
 boolean layout(IFigure container)
           
 void postLayout(IFigure container)
          Called after layout has occured.
 void remove(IFigure child)
           
 void setConstraint(IFigure child, Object constraint)
           
 

Method Detail

setConstraint

public void setConstraint(IFigure child,
                          Object constraint)
Parameters:
child -
constraint -
Since:
3.1

remove

public void remove(IFigure child)
Parameters:
child -
Since:
3.1

invalidate

public void invalidate()
Since:
3.1

layout

public boolean layout(IFigure container)
Parameters:
container -
Returns:
Since:
3.1

postLayout

public void postLayout(IFigure container)
Called after layout has occured.

Parameters:
container -
Since:
3.1

Eclipse Draw2d
3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.