JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.LayoutStyle.ComponentPlacement
的使用

使用 LayoutStyle.ComponentPlacement 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
 

javax.swingLayoutStyle.ComponentPlacement 的使用
 

返回 LayoutStyle.ComponentPlacementjavax.swing 中的方法
static LayoutStyle.ComponentPlacement LayoutStyle.ComponentPlacement.valueOf(String name)
          返回帶有指定名稱的該型別的列舉常數。
static LayoutStyle.ComponentPlacement[] LayoutStyle.ComponentPlacement.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

參數型別為 LayoutStyle.ComponentPlacementjavax.swing 中的方法
 GroupLayout.SequentialGroup GroupLayout.SequentialGroup.addPreferredGap(JComponent comp1, JComponent comp2, LayoutStyle.ComponentPlacement type)
          添加一個表示兩個元件之間首選間隙的元素。
 GroupLayout.SequentialGroup GroupLayout.SequentialGroup.addPreferredGap(JComponent comp1, JComponent comp2, LayoutStyle.ComponentPlacement type, int pref, int max)
          添加一個表示兩個元件之間首選間隙的元素。
 GroupLayout.SequentialGroup GroupLayout.SequentialGroup.addPreferredGap(LayoutStyle.ComponentPlacement type)
          添加一個表示兩個距離最近的元件之間首選間隙的元素。
 GroupLayout.SequentialGroup GroupLayout.SequentialGroup.addPreferredGap(LayoutStyle.ComponentPlacement type, int pref, int max)
          添加一個表示兩個距離最近的元件之間首選間隙的元素。
abstract  int LayoutStyle.getPreferredGap(JComponent component1, JComponent component2, LayoutStyle.ComponentPlacement type, int position, Container parent)
          返回兩個元件之間使用的空格的數量。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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