Searched refs:gbc (Results 1 - 25 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java62 GridBagConstraints gbc = new GridBagConstraints();
64 gbc.insets = UIFactory.getEmptyInsets();
65 gbc.gridwidth = GridBagConstraints.REMAINDER;
66 gbc.weightx = 1.0;
67 gbc.fill = GridBagConstraints.HORIZONTAL;
68 panel.add(createFieldsPanel(), gbc);
74 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
75 gbc.weighty = 0.0;
76 gbc.fill = GridBagConstraints.HORIZONTAL;
77 panel.add(chk, gbc);
[all...]
H A DFramePanel.java81 GridBagConstraints gbc = new GridBagConstraints();
83 gbc.gridwidth = GridBagConstraints.RELATIVE;
84 gbc.weightx = 0.0;
85 gbc.weighty = 1.0;
86 gbc.anchor = GridBagConstraints.NORTHWEST;
87 gbc.fill = GridBagConstraints.VERTICAL;
88 gbc.insets = UIFactory.getStepsPanelInsets();
89 add(stepsPanel, gbc);
91 stepsPanelHorizontalInsets = gbc.insets.left + gbc
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java63 GridBagConstraints gbc = new GridBagConstraints();
65 gbc.insets = UIFactory.getEmptyInsets();
66 gbc.gridwidth = GridBagConstraints.REMAINDER;
67 gbc.weightx = 1.0;
68 gbc.fill = GridBagConstraints.HORIZONTAL;
69 panel.add(createFieldsPanel(), gbc);
75 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
76 gbc.weighty = 0.0;
77 gbc.fill = GridBagConstraints.HORIZONTAL;
78 panel.add(chk, gbc);
[all...]
H A DFramePanel.java82 GridBagConstraints gbc = new GridBagConstraints();
84 gbc.gridwidth = GridBagConstraints.RELATIVE;
85 gbc.weightx = 0.0;
86 gbc.weighty = 1.0;
87 gbc.anchor = GridBagConstraints.NORTHWEST;
88 gbc.fill = GridBagConstraints.VERTICAL;
89 gbc.insets = UIFactory.getStepsPanelInsets();
90 add(stepsPanel, gbc);
92 stepsPanelHorizontalInsets = gbc.insets.left + gbc
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java63 GridBagConstraints gbc = new GridBagConstraints();
65 gbc.insets = UIFactory.getEmptyInsets();
66 gbc.gridwidth = GridBagConstraints.REMAINDER;
67 gbc.weightx = 1.0;
68 gbc.fill = GridBagConstraints.HORIZONTAL;
69 panel.add(createFieldsPanel(), gbc);
75 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
76 gbc.weighty = 0.0;
77 gbc.fill = GridBagConstraints.HORIZONTAL;
78 panel.add(chk, gbc);
[all...]
H A DFramePanel.java82 GridBagConstraints gbc = new GridBagConstraints();
84 gbc.gridwidth = GridBagConstraints.RELATIVE;
85 gbc.weightx = 0.0;
86 gbc.weighty = 1.0;
87 gbc.anchor = GridBagConstraints.NORTHWEST;
88 gbc.fill = GridBagConstraints.VERTICAL;
89 gbc.insets = UIFactory.getStepsPanelInsets();
90 add(stepsPanel, gbc);
92 stepsPanelHorizontalInsets = gbc.insets.left + gbc
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java62 GridBagConstraints gbc = new GridBagConstraints();
64 gbc.insets = UIFactory.getEmptyInsets();
65 gbc.gridwidth = GridBagConstraints.REMAINDER;
66 gbc.weightx = 1.0;
67 gbc.fill = GridBagConstraints.HORIZONTAL;
68 panel.add(createFieldsPanel(), gbc);
74 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
75 gbc.weighty = 0.0;
76 gbc.fill = GridBagConstraints.HORIZONTAL;
77 panel.add(chk, gbc);
[all...]
H A DFramePanel.java81 GridBagConstraints gbc = new GridBagConstraints();
83 gbc.gridwidth = GridBagConstraints.RELATIVE;
84 gbc.weightx = 0.0;
85 gbc.weighty = 1.0;
86 gbc.anchor = GridBagConstraints.NORTHWEST;
87 gbc.fill = GridBagConstraints.VERTICAL;
88 gbc.insets = UIFactory.getStepsPanelInsets();
89 add(stepsPanel, gbc);
91 stepsPanelHorizontalInsets = gbc.insets.left + gbc
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java63 GridBagConstraints gbc = new GridBagConstraints();
65 gbc.insets = UIFactory.getEmptyInsets();
66 gbc.gridwidth = GridBagConstraints.REMAINDER;
67 gbc.weightx = 1.0;
68 gbc.fill = GridBagConstraints.HORIZONTAL;
69 panel.add(createFieldsPanel(), gbc);
75 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
76 gbc.weighty = 0.0;
77 gbc.fill = GridBagConstraints.HORIZONTAL;
78 panel.add(chk, gbc);
[all...]
H A DFramePanel.java82 GridBagConstraints gbc = new GridBagConstraints();
84 gbc.gridwidth = GridBagConstraints.RELATIVE;
85 gbc.weightx = 0.0;
86 gbc.weighty = 1.0;
87 gbc.anchor = GridBagConstraints.NORTHWEST;
88 gbc.fill = GridBagConstraints.VERTICAL;
89 gbc.insets = UIFactory.getStepsPanelInsets();
90 add(stepsPanel, gbc);
92 stepsPanelHorizontalInsets = gbc.insets.left + gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DReviewPanel.java60 GridBagConstraints gbc = new GridBagConstraints();
62 gbc.insets = UIFactory.getEmptyInsets();
63 gbc.gridwidth = GridBagConstraints.REMAINDER;
64 gbc.weightx = 1.0;
65 gbc.fill = GridBagConstraints.HORIZONTAL;
66 panel.add(createFieldsPanel(), gbc);
72 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
73 gbc.weighty = 0.0;
74 gbc.fill = GridBagConstraints.HORIZONTAL;
75 panel.add(chk, gbc);
[all...]
H A DFramePanel.java81 GridBagConstraints gbc = new GridBagConstraints();
83 gbc.gridwidth = GridBagConstraints.RELATIVE;
84 gbc.weightx = 0.0;
85 gbc.weighty = 1.0;
86 gbc.anchor = GridBagConstraints.NORTHWEST;
87 gbc.fill = GridBagConstraints.VERTICAL;
88 gbc.insets = UIFactory.getStepsPanelInsets();
89 add(stepsPanel, gbc);
91 stepsPanelHorizontalInsets = gbc.insets.left + gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java198 GridBagConstraints gbc = new GridBagConstraints();
199 gbc.gridy = 0;
200 gbc.gridx = 0;
204 add(l, gbc);
205 gbc.gridx ++;
206 gbc.insets.left = 10;
207 gbc.fill = GridBagConstraints.NONE;
209 add(attrName, gbc);
210 gbc.gridx ++;
211 gbc
[all...]
H A DRefreshOptionsPanel.java81 GridBagConstraints gbc = new GridBagConstraints();
82 gbc.anchor = GridBagConstraints.WEST;
83 gbc.weightx = 0.0;
84 gbc.gridx = 0;
85 gbc.gridy = 0;
86 gbc.gridwidth = 2;
87 gbc.weightx = 1.0;
88 gbc.fill = GridBagConstraints.BOTH;
97 gbc.weighty = 0.0;
98 add(pane, gbc);
[all...]
H A DEntryCachesMonitoringPanel.java99 GridBagConstraints gbc = new GridBagConstraints();
102 gbc.fill = GridBagConstraints.NONE;
103 gbc.anchor = GridBagConstraints.WEST;
104 gbc.gridwidth = 2;
105 gbc.gridx = 0;
106 gbc.gridy = 0;
107 gbc.insets.top = 5;
108 gbc.insets.bottom = 7;
109 add(lTitle, gbc);
111 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java197 GridBagConstraints gbc = new GridBagConstraints();
198 gbc.gridy = 0;
199 gbc.gridx = 0;
203 add(l, gbc);
204 gbc.gridx ++;
205 gbc.insets.left = 10;
206 gbc.fill = GridBagConstraints.NONE;
208 add(attrName, gbc);
209 gbc.gridx ++;
210 gbc
[all...]
H A DRefreshOptionsPanel.java80 GridBagConstraints gbc = new GridBagConstraints();
81 gbc.anchor = GridBagConstraints.WEST;
82 gbc.weightx = 0.0;
83 gbc.gridx = 0;
84 gbc.gridy = 0;
85 gbc.gridwidth = 2;
86 gbc.weightx = 1.0;
87 gbc.fill = GridBagConstraints.BOTH;
96 gbc.weighty = 0.0;
97 add(pane, gbc);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java198 GridBagConstraints gbc = new GridBagConstraints();
199 gbc.gridy = 0;
200 gbc.gridx = 0;
204 add(l, gbc);
205 gbc.gridx ++;
206 gbc.insets.left = 10;
207 gbc.fill = GridBagConstraints.NONE;
209 add(attrName, gbc);
210 gbc.gridx ++;
211 gbc
[all...]
H A DRefreshOptionsPanel.java81 GridBagConstraints gbc = new GridBagConstraints();
82 gbc.anchor = GridBagConstraints.WEST;
83 gbc.weightx = 0.0;
84 gbc.gridx = 0;
85 gbc.gridy = 0;
86 gbc.gridwidth = 2;
87 gbc.weightx = 1.0;
88 gbc.fill = GridBagConstraints.BOTH;
97 gbc.weighty = 0.0;
98 add(pane, gbc);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java197 GridBagConstraints gbc = new GridBagConstraints();
198 gbc.gridy = 0;
199 gbc.gridx = 0;
203 add(l, gbc);
204 gbc.gridx ++;
205 gbc.insets.left = 10;
206 gbc.fill = GridBagConstraints.NONE;
208 add(attrName, gbc);
209 gbc.gridx ++;
210 gbc
[all...]
H A DRefreshOptionsPanel.java80 GridBagConstraints gbc = new GridBagConstraints();
81 gbc.anchor = GridBagConstraints.WEST;
82 gbc.weightx = 0.0;
83 gbc.gridx = 0;
84 gbc.gridy = 0;
85 gbc.gridwidth = 2;
86 gbc.weightx = 1.0;
87 gbc.fill = GridBagConstraints.BOTH;
96 gbc.weighty = 0.0;
97 add(pane, gbc);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java198 GridBagConstraints gbc = new GridBagConstraints();
199 gbc.gridy = 0;
200 gbc.gridx = 0;
204 add(l, gbc);
205 gbc.gridx ++;
206 gbc.insets.left = 10;
207 gbc.fill = GridBagConstraints.NONE;
209 add(attrName, gbc);
210 gbc.gridx ++;
211 gbc
[all...]
H A DRefreshOptionsPanel.java81 GridBagConstraints gbc = new GridBagConstraints();
82 gbc.anchor = GridBagConstraints.WEST;
83 gbc.weightx = 0.0;
84 gbc.gridx = 0;
85 gbc.gridy = 0;
86 gbc.gridwidth = 2;
87 gbc.weightx = 1.0;
88 gbc.fill = GridBagConstraints.BOTH;
97 gbc.weighty = 0.0;
98 add(pane, gbc);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java177 GridBagConstraints gbc = new GridBagConstraints();
178 gbc.gridy = 0;
179 gbc.gridx = 0;
183 add(l, gbc);
184 gbc.gridx ++;
185 gbc.insets.left = 10;
186 gbc.fill = GridBagConstraints.NONE;
188 add(attrName, gbc);
189 gbc.gridx ++;
190 gbc
[all...]
H A DRefreshOptionsPanel.java79 GridBagConstraints gbc = new GridBagConstraints();
80 gbc.anchor = GridBagConstraints.WEST;
81 gbc.weightx = 0.0;
82 gbc.gridx = 0;
83 gbc.gridy = 0;
84 gbc.gridwidth = 2;
85 gbc.weightx = 1.0;
86 gbc.fill = GridBagConstraints.BOTH;
95 gbc.weighty = 0.0;
96 add(pane, gbc);
[all...]

Completed in 125 milliseconds

1234567891011>>