Searched refs:VariableGridLayout (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DVariableGridLayout.java40 public class VariableGridLayout extends GridLayout { class in inherits:GridLayout
58 public VariableGridLayout(int rows, int cols) { method in class:VariableGridLayout
81 public VariableGridLayout(int rows, int cols, int hgap, int vgap) { method in class:VariableGridLayout
221 * Returns the String representation of this VariableGridLayout's values.
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java33 public class VariableGridLayout extends GridLayout { class in inherits:GridLayout
37 public VariableGridLayout(int rows, int cols, method in class:VariableGridLayout
47 c.putClientProperty("VariableGridLayout.fillRow", b);
51 c.putClientProperty("VariableGridLayout.fillColumn", b);
55 Boolean b = (Boolean)c.getClientProperty("VariableGridLayout.fillRow");
60 Boolean b = (Boolean)c.getClientProperty("VariableGridLayout.fillColumn");
H A DCreateMBeanDialog.java65 JPanel centerPanel = new JPanel(new VariableGridLayout(0,
H A DBorderedComponent.java163 container.getLayout() instanceof VariableGridLayout) {
165 ((VariableGridLayout)container.getLayout()).setFillRow(this, !collapsed);
H A DThreadTab.java100 JPanel plotterPanel = new JPanel(new VariableGridLayout(0, 1, 4, 4, true, true));

Completed in 38 milliseconds