Eclipse Draw2d
3.0

org.eclipse.draw2d
Class LayoutListener.Stub

java.lang.Object
  extended byorg.eclipse.draw2d.LayoutListener.Stub
All Implemented Interfaces:
LayoutListener
Enclosing class:
LayoutListener

public static class LayoutListener.Stub
extends Object
implements LayoutListener


Nested Class Summary
 
Nested classes inherited from class org.eclipse.draw2d.LayoutListener
LayoutListener.Stub
 
Constructor Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutListener.Stub

public LayoutListener.Stub()
Method Detail

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)

Eclipse Draw2d
3.0

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