|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 列舉常數 | 欄位 | 方法 | 詳細資訊: 列舉常數 | 欄位 | 方法 |
java.lang.Object java.lang.Enum<LayoutStyle.ComponentPlacement> javax.swing.LayoutStyle.ComponentPlacement
public static enum LayoutStyle.ComponentPlacement
ComponentPlacement
是兩個元件相對於彼此的可能放置方式的列舉。ComponentPlacement
由 LayoutStyle
方法 getPreferredGap
使用。有關更多資訊,請參閱 LayoutStyle
。
LayoutStyle.getPreferredGap(JComponent,JComponent, ComponentPlacement,int,Container)
列舉常數摘要 | |
---|---|
INDENT
一個列舉值,指示被請求元件要縮排的距離。 |
|
RELATED
一個列舉值,指示兩個元件在視覺上相關,並且將被放置在同一個父容器中。 |
|
UNRELATED
一個列舉值,指示兩個元件在視覺上不相關,並且將被放置在同一個的父容器中。 |
方法摘要 | |
---|---|
static LayoutStyle.ComponentPlacement |
valueOf(String name)
返回帶有指定名稱的該型別的列舉常數。 |
static LayoutStyle.ComponentPlacement[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
從類別 java.lang.Enum 繼承的方法 |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
從類別 java.lang.Object 繼承的方法 |
---|
getClass, notify, notifyAll, wait, wait, wait |
列舉常數詳細資訊 |
---|
public static final LayoutStyle.ComponentPlacement RELATED
JTextField
提供標籤的 JLabel
通常在視覺上與該 JTextField
關聯;常數 RELATED
用於這種情況。
public static final LayoutStyle.ComponentPlacement UNRELATED
UNRELATED
用於此種情況。
public static final LayoutStyle.ComponentPlacement INDENT
INDENT
型別。
此值通常只與 EAST
或 WEST
方向一起使用。
方法詳細資訊 |
---|
public static final LayoutStyle.ComponentPlacement[] values()
for(LayoutStyle.ComponentPlacement c : LayoutStyle.ComponentPlacement.values()) System.out.println(c);
public static LayoutStyle.ComponentPlacement valueOf(String name)
指定要返回的列舉常數的名稱。
-
如果該列舉型別沒有帶有指定名稱的常數,
- 則拋出 IllegalArgumentException
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 列舉常數 | 欄位 | 方法 | 詳細資訊: 列舉常數 | 欄位 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。