Searched defs:LayoutStyle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutStyle.java32 * <code>LayoutStyle</code> provides information about how to position
37 * <code>LayoutStyle</code>. Instead use the static method
42 public abstract class LayoutStyle { class
44 * Sets the shared instance of <code>LayoutStyle</code>. Specifying
45 * <code>null</code> results in using the <code>LayoutStyle</code> from
48 * @param style the <code>LayoutStyle</code>, or <code>null</code>
51 public static void setInstance(LayoutStyle style) {
52 synchronized(LayoutStyle.class) {
54 AppContext.getAppContext().remove(LayoutStyle.class);
57 AppContext.getAppContext().put(LayoutStyle
133 public LayoutStyle() { method in class:LayoutStyle
[all...]

Completed in 29 milliseconds