public class DefaultMenuLayout extends BoxLayout implements UIResource
The default layout manager for Popup menus and menubars. This class is an extension of BoxLayout which adds the UIResource tag so that pluggable L&Fs can distinguish it from user-installed layout managers on menus.
LINE_AXIS, PAGE_AXIS, X_AXIS, Y_AXIS
public DefaultMenuLayout(Container target, int axis)
public Dimension preferredLayoutSize(Container target)
Description copied from class: BoxLayout
Returns the preferred dimensions for this layout, given the components in the specified target container.
preferredLayoutSize
in interface LayoutManager
preferredLayoutSize
in class BoxLayout
target
- the container that needs to be laid outContainer
, BoxLayout.minimumLayoutSize(java.awt.Container)
, BoxLayout.maximumLayoutSize(java.awt.Container)
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.