JavaTM 2 Platform
Standard Ed. 6

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 繼承的欄位
LINE_AXIS, PAGE_AXIS, X_AXIS, Y_AXIS
 
建構子摘要
DefaultMenuLayout(Container target, int axis)
           
 
方法摘要
 Dimension preferredLayoutSize(Container target)
          在給出指定目標容器中的元件的前提下,返回此佈局的首選尺寸。
 
從類別 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)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only