|
||||||||||
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.OrderedLayout
org.eclipse.draw2d.FlowLayout
de.cau.cs.kieler.synccharts.custom.ListLayout
public class ListLayout
A Layout similar to the FlowLayout, however, it will set a minimum size according to its children's preffered sizes. It could be used to place Text Labels into som other figure. The parent then will get the size of the bounding box of the text labels.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.draw2d.FlowLayout |
---|
FlowLayout.WorkingData |
Field Summary |
---|
Fields inherited from class org.eclipse.draw2d.FlowLayout |
---|
ALIGN_LEFTTOP, ALIGN_RIGHTBOTTOM, data, fill, majorAlignment, majorSpacing, minorSpacing |
Fields inherited from class org.eclipse.draw2d.OrderedLayout |
---|
ALIGN_BOTTOMRIGHT, ALIGN_CENTER, ALIGN_TOPLEFT, horizontal, HORIZONTAL, minorAlignment, transposer, VERTICAL |
Fields inherited from class org.eclipse.draw2d.AbstractLayout |
---|
isObservingVisibility, preferredSize |
Constructor Summary | |
---|---|
ListLayout()
|
Method Summary | |
---|---|
protected Dimension |
calculatePreferredSize(IFigure container,
int wHint,
int hHint)
|
Methods inherited from class org.eclipse.draw2d.FlowLayout |
---|
getChildSize, getDefaultOrientation, getMajorAlignment, getMajorSpacing, getMinorSpacing, initRow, initVariables, isSensitiveHorizontally, isSensitiveVertically, isStretchMinorAxis, layout, layoutRow, setBoundsOfChild, setMajorAlignment, setMajorSpacing, setMinorSpacing, setStretchMinorAxis |
Methods inherited from class org.eclipse.draw2d.OrderedLayout |
---|
getMinorAlignment, isHorizontal, setHorizontal, setMinorAlignment |
Methods inherited from class org.eclipse.draw2d.AbstractHintLayout |
---|
calculateMinimumSize, getMinimumSize, getPreferredSize, invalidate |
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 ListLayout()
Method Detail |
---|
protected Dimension calculatePreferredSize(IFigure container, int wHint, int hHint)
calculatePreferredSize
in class FlowLayout
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |