javax.swing.plaf.basic
类 DefaultMenuLayout
java.lang.Object
javax.swing.BoxLayout
javax.swing.plaf.basic.DefaultMenuLayout
-
所有已实现的接口:
-
LayoutManager,
LayoutManager2,
Serializable,
UIResource
-
public class DefaultMenuLayout
-
extends
BoxLayout
-
implements
UIResource
Popup 菜单和菜单栏的默认布局管理器。此类为 BoxLayout 的扩展,BoxLayout 添加了 UIResource 标记,这样可插入 L&F 即可把它与用户在菜单上安装的布局管理器区分开。
从类 javax.swing.BoxLayout 继承的方法 |
addLayoutComponent, addLayoutComponent, getAxis, getLayoutAlignmentX, getLayoutAlignmentY, getTarget, invalidateLayout, layoutContainer, maximumLayoutSize, minimumLayoutSize, removeLayoutComponent |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMenuLayout
public DefaultMenuLayout(Container target,
int axis)
preferredLayoutSize
public Dimension preferredLayoutSize(Container target)
-
从类
BoxLayout
复制的描述
-
在给出指定目标容器中的组件的前提下,返回此布局的首选尺寸。
-
-
指定者:
-
接口
LayoutManager
中的
preferredLayoutSize
-
覆盖:
-
类
BoxLayout
中的
preferredLayoutSize
-
-
参数:
-
target
- 需要布置的容器
-
返回:
-
>= 0 && <= Integer.MAX_VALUE 的尺寸
-
另请参见:
-
Container
,
BoxLayout.minimumLayoutSize(java.awt.Container)
,
BoxLayout.maximumLayoutSize(java.awt.Container)
提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。