public class DefaultMenuLayout extends BoxLayout implements UIResource
Constructor and Description |
---|
DefaultMenuLayout(Container target,
int axis) |
Modifier and Type | Method and Description |
---|---|
Dimension |
preferredLayoutSize(Container target)
Returns the preferred dimensions for this layout, given the components
in the specified target container.
|
addLayoutComponent, addLayoutComponent, getAxis, getLayoutAlignmentX, getLayoutAlignmentY, getTarget, invalidateLayout, layoutContainer, maximumLayoutSize, minimumLayoutSize, removeLayoutComponent
public DefaultMenuLayout(Container target, int axis)
public Dimension preferredLayoutSize(Container target)
BoxLayout
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)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.