Uses of Class
javax.swing.LayoutStyle.ComponentPlacement
-
Packages that use LayoutStyle.ComponentPlacement 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。 -
-
Uses of LayoutStyle.ComponentPlacement in javax.swing
Methods in javax.swing that return LayoutStyle.ComponentPlacement Modifier and Type 方法 描述 static LayoutStyle.ComponentPlacement
LayoutStyle.ComponentPlacement. valueOf(String name)
以指定的名称返回此类型的枚举常量。static LayoutStyle.ComponentPlacement[]
LayoutStyle.ComponentPlacement. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javax.swing with parameters of type LayoutStyle.ComponentPlacement Modifier and Type 方法 描述 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)
返回两个组件之间使用的空间量。
-