|
Eclipse Draw2d 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.LayoutListener.Stub
A stub implementation which implements all of the declared methods.
Nested Class Summary |
Nested classes inherited from class org.eclipse.draw2d.LayoutListener |
LayoutListener.Stub |
Constructor Summary | |
LayoutListener.Stub()
|
Method Summary | |
void |
invalidate(IFigure container)
Stub which does nothing. |
boolean |
layout(IFigure container)
Stub which does nothing. |
void |
postLayout(IFigure container)
Stub which does nothing. |
void |
remove(IFigure child)
Stub which does nothing. |
void |
setConstraint(IFigure child,
Object constraint)
Stub which does nothing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LayoutListener.Stub()
Method Detail |
public void invalidate(IFigure container)
invalidate
in interface LayoutListener
container
- the invalidated FigureLayoutListener.invalidate(IFigure)
public boolean layout(IFigure container)
layout
in interface LayoutListener
container
- the figure incurring a layout
true
if the layout has been intercepted by the listenerLayoutListener.layout(IFigure)
public void postLayout(IFigure container)
postLayout
in interface LayoutListener
container
- the figure incurring a layoutLayoutListener.postLayout(IFigure)
public void remove(IFigure child)
remove
in interface LayoutListener
child
- the child being removedLayoutListener.remove(IFigure)
public void setConstraint(IFigure child, Object constraint)
setConstraint
in interface LayoutListener
child
- the child being updatedconstraint
- the child's new constraintLayoutListener.setConstraint(IFigure, java.lang.Object)
|
Eclipse Draw2d 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |