|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.AbstractLayout
org.eclipse.draw2d.AbstractHintLayout
org.eclipse.draw2d.FlowLayout
org.eclipse.gef.internal.ui.palette.editparts.ColumnsLayout
Special FlowLayout to display the palette in the columns view.
Field Summary |
Fields inherited from class org.eclipse.draw2d.FlowLayout |
ALIGN_CENTER, ALIGN_LEFTTOP, ALIGN_RIGHTBOTTOM, fill, horizontal, HORIZONTAL, majorAlignment, majorSpacing, minorAlignment, minorSpacing, transposer, VERTICAL |
Fields inherited from class org.eclipse.draw2d.AbstractLayout |
isObservingVisibility, preferredSize |
Constructor Summary | |
ColumnsLayout()
Constructs a new layout |
Method Summary | |
protected org.eclipse.draw2d.geometry.Dimension |
getChildSize(org.eclipse.draw2d.IFigure child,
int wHint,
int hHint)
|
void |
invalidate()
|
void |
setDefaultConstraint(org.eclipse.draw2d.geometry.Dimension d)
For use by the palette |
Methods inherited from class org.eclipse.draw2d.FlowLayout |
calculatePreferredSize, getMajorAlignment, getMajorSpacing, getMinorAlignment, getMinorSpacing, isHorizontal, isSensitiveHorizontally, isSensitiveVertically, layout, layoutRow, setBoundsOfChild, setHorizontal, setMajorAlignment, setMajorSpacing, setMinorAlignment, setMinorSpacing, setStretchMinorAxis |
Methods inherited from class org.eclipse.draw2d.AbstractHintLayout |
calculateMinimumSize, getMinimumSize, getPreferredSize |
Methods inherited from class org.eclipse.draw2d.AbstractLayout |
calculatePreferredSize, getBorderPreferredSize, getConstraint, getMinimumSize, getPreferredSize, invalidate, isObservingVisibility, remove, setConstraint, setObserveVisibility |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ColumnsLayout()
Method Detail |
protected org.eclipse.draw2d.geometry.Dimension getChildSize(org.eclipse.draw2d.IFigure child, int wHint, int hHint)
org.eclipse.draw2d.FlowLayout#getChildPreferredSize(IFigure, int, int)
public void invalidate()
AbstractHintLayout.invalidate()
public void setDefaultConstraint(org.eclipse.draw2d.geometry.Dimension d)
d
- The constraints to be respected by the children of the figure that has this
layout; Should not be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |