|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.co.ist.mwt.MarginLayoutManager | +--uk.co.ist.mwt.DrawingAreaLayout | +--uk.co.ist.mwt.BulletinBoardLayout
A BulletinBoardLayout is a very simple layout manager; it simply leaves its children where it finds them, unless they overlap and the /allowOverlap/ member is set to false, in which is stops them from overlapping. It is an extension of the DrawingAreaLayout.
Fields inherited from class uk.co.ist.mwt.MarginLayoutManager |
marginHeight,
marginWidth |
Constructor Summary | |
BulletinBoardLayout()
|
Methods inherited from class uk.co.ist.mwt.DrawingAreaLayout |
addLayoutComponent,
layoutContainer,
minimumLayoutSize,
preferredLayoutSize,
removeLayoutComponent,
updateUnsized |
Methods inherited from class uk.co.ist.mwt.MarginLayoutManager |
getMarginHeight,
getMarginWidth,
setMarginHeight,
setMarginWidth,
sizeOfComponent |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BulletinBoardLayout()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |