![]() |
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.BoxLayout | +--javax.swing.plaf.basic.DefaultMenuLayout
The default layout manager for Popup menus and menubars. This class is an extension of BoxLayout which adds the UIResource tag so that plauggable L&Fs can distinguish it from user-installed layout managers on menus.
Fields inherited from class javax.swing.BoxLayout |
X_AXIS,
Y_AXIS |
Constructor Summary | |
DefaultMenuLayout(Container target,
int axis)
|
Methods inherited from class javax.swing.BoxLayout |
addLayoutComponent,
addLayoutComponent,
getLayoutAlignmentX,
getLayoutAlignmentY,
invalidateLayout,
layoutContainer,
maximumLayoutSize,
minimumLayoutSize,
preferredLayoutSize,
removeLayoutComponent |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DefaultMenuLayout(Container target, int axis)
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |