public static class LayoutListener.Stub extends java.lang.Object implements LayoutListener
LayoutListener.Stub
Constructor and Description |
---|
LayoutListener.Stub() |
Modifier and Type | Method and Description |
---|---|
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,
java.lang.Object constraint)
Stub which does nothing.
|
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 layouttrue
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, java.lang.Object constraint)
setConstraint
in interface LayoutListener
child
- the child being updatedconstraint
- the child's new constraintLayoutListener.setConstraint(IFigure, java.lang.Object)
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.