Searched refs:gbc (Results 26 - 50 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSystemInformationMonitoringPanel.java92 GridBagConstraints gbc = new GridBagConstraints();
95 gbc.fill = GridBagConstraints.NONE;
96 gbc.anchor = GridBagConstraints.WEST;
97 gbc.gridwidth = 2;
98 gbc.gridx = 0;
99 gbc.gridy = 0;
100 gbc.insets.top = 5;
101 gbc.insets.bottom = 7;
102 add(lTitle, gbc);
104 gbc
[all...]
H A DWorkQueueMonitoringPanel.java91 GridBagConstraints gbc = new GridBagConstraints();
94 gbc.fill = GridBagConstraints.NONE;
95 gbc.anchor = GridBagConstraints.WEST;
96 gbc.gridwidth = 2;
97 gbc.gridx = 0;
98 gbc.gridy = 0;
99 gbc.insets.top = 5;
100 gbc.insets.bottom = 7;
101 add(lTitle, gbc);
103 gbc
[all...]
H A DInclusionExclusionPanel.java144 GridBagConstraints gbc = new GridBagConstraints();
145 gbc.weightx = 1.0;
146 gbc.gridwidth = 2;
147 gbc.gridx = 0;
148 gbc.gridy = 0;
149 gbc.anchor = GridBagConstraints.NORTHWEST;
150 gbc.fill = GridBagConstraints.HORIZONTAL;
154 panel.add(expander, gbc);
156 gbc.gridy ++;
159 gbc
371 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DEntryCachesMonitoringPanel.java98 GridBagConstraints gbc = new GridBagConstraints();
101 gbc.fill = GridBagConstraints.NONE;
102 gbc.anchor = GridBagConstraints.WEST;
103 gbc.gridwidth = 2;
104 gbc.gridx = 0;
105 gbc.gridy = 0;
106 gbc.insets.top = 5;
107 gbc.insets.bottom = 7;
108 add(lTitle, gbc);
110 gbc
[all...]
H A DSystemInformationMonitoringPanel.java91 GridBagConstraints gbc = new GridBagConstraints();
94 gbc.fill = GridBagConstraints.NONE;
95 gbc.anchor = GridBagConstraints.WEST;
96 gbc.gridwidth = 2;
97 gbc.gridx = 0;
98 gbc.gridy = 0;
99 gbc.insets.top = 5;
100 gbc.insets.bottom = 7;
101 add(lTitle, gbc);
103 gbc
[all...]
H A DWorkQueueMonitoringPanel.java90 GridBagConstraints gbc = new GridBagConstraints();
93 gbc.fill = GridBagConstraints.NONE;
94 gbc.anchor = GridBagConstraints.WEST;
95 gbc.gridwidth = 2;
96 gbc.gridx = 0;
97 gbc.gridy = 0;
98 gbc.insets.top = 5;
99 gbc.insets.bottom = 7;
100 add(lTitle, gbc);
102 gbc
[all...]
H A DInclusionExclusionPanel.java143 GridBagConstraints gbc = new GridBagConstraints();
144 gbc.weightx = 1.0;
145 gbc.gridwidth = 2;
146 gbc.gridx = 0;
147 gbc.gridy = 0;
148 gbc.anchor = GridBagConstraints.NORTHWEST;
149 gbc.fill = GridBagConstraints.HORIZONTAL;
153 panel.add(expander, gbc);
155 gbc.gridy ++;
158 gbc
370 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
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...]
H A DSystemInformationMonitoringPanel.java92 GridBagConstraints gbc = new GridBagConstraints();
95 gbc.fill = GridBagConstraints.NONE;
96 gbc.anchor = GridBagConstraints.WEST;
97 gbc.gridwidth = 2;
98 gbc.gridx = 0;
99 gbc.gridy = 0;
100 gbc.insets.top = 5;
101 gbc.insets.bottom = 7;
102 add(lTitle, gbc);
104 gbc
[all...]
H A DWorkQueueMonitoringPanel.java91 GridBagConstraints gbc = new GridBagConstraints();
94 gbc.fill = GridBagConstraints.NONE;
95 gbc.anchor = GridBagConstraints.WEST;
96 gbc.gridwidth = 2;
97 gbc.gridx = 0;
98 gbc.gridy = 0;
99 gbc.insets.top = 5;
100 gbc.insets.bottom = 7;
101 add(lTitle, gbc);
103 gbc
[all...]
H A DInclusionExclusionPanel.java144 GridBagConstraints gbc = new GridBagConstraints();
145 gbc.weightx = 1.0;
146 gbc.gridwidth = 2;
147 gbc.gridx = 0;
148 gbc.gridy = 0;
149 gbc.anchor = GridBagConstraints.NORTHWEST;
150 gbc.fill = GridBagConstraints.HORIZONTAL;
154 panel.add(expander, gbc);
156 gbc.gridy ++;
159 gbc
371 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DEntryCachesMonitoringPanel.java98 GridBagConstraints gbc = new GridBagConstraints();
101 gbc.fill = GridBagConstraints.NONE;
102 gbc.anchor = GridBagConstraints.WEST;
103 gbc.gridwidth = 2;
104 gbc.gridx = 0;
105 gbc.gridy = 0;
106 gbc.insets.top = 5;
107 gbc.insets.bottom = 7;
108 add(lTitle, gbc);
110 gbc
[all...]
H A DSystemInformationMonitoringPanel.java91 GridBagConstraints gbc = new GridBagConstraints();
94 gbc.fill = GridBagConstraints.NONE;
95 gbc.anchor = GridBagConstraints.WEST;
96 gbc.gridwidth = 2;
97 gbc.gridx = 0;
98 gbc.gridy = 0;
99 gbc.insets.top = 5;
100 gbc.insets.bottom = 7;
101 add(lTitle, gbc);
103 gbc
[all...]
H A DWorkQueueMonitoringPanel.java90 GridBagConstraints gbc = new GridBagConstraints();
93 gbc.fill = GridBagConstraints.NONE;
94 gbc.anchor = GridBagConstraints.WEST;
95 gbc.gridwidth = 2;
96 gbc.gridx = 0;
97 gbc.gridy = 0;
98 gbc.insets.top = 5;
99 gbc.insets.bottom = 7;
100 add(lTitle, gbc);
102 gbc
[all...]
H A DInclusionExclusionPanel.java143 GridBagConstraints gbc = new GridBagConstraints();
144 gbc.weightx = 1.0;
145 gbc.gridwidth = 2;
146 gbc.gridx = 0;
147 gbc.gridy = 0;
148 gbc.anchor = GridBagConstraints.NORTHWEST;
149 gbc.fill = GridBagConstraints.HORIZONTAL;
153 panel.add(expander, gbc);
155 gbc.gridy ++;
158 gbc
370 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
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...]
H A DSystemInformationMonitoringPanel.java92 GridBagConstraints gbc = new GridBagConstraints();
95 gbc.fill = GridBagConstraints.NONE;
96 gbc.anchor = GridBagConstraints.WEST;
97 gbc.gridwidth = 2;
98 gbc.gridx = 0;
99 gbc.gridy = 0;
100 gbc.insets.top = 5;
101 gbc.insets.bottom = 7;
102 add(lTitle, gbc);
104 gbc
[all...]
H A DWorkQueueMonitoringPanel.java91 GridBagConstraints gbc = new GridBagConstraints();
94 gbc.fill = GridBagConstraints.NONE;
95 gbc.anchor = GridBagConstraints.WEST;
96 gbc.gridwidth = 2;
97 gbc.gridx = 0;
98 gbc.gridy = 0;
99 gbc.insets.top = 5;
100 gbc.insets.bottom = 7;
101 add(lTitle, gbc);
103 gbc
[all...]
H A DInclusionExclusionPanel.java144 GridBagConstraints gbc = new GridBagConstraints();
145 gbc.weightx = 1.0;
146 gbc.gridwidth = 2;
147 gbc.gridx = 0;
148 gbc.gridy = 0;
149 gbc.anchor = GridBagConstraints.NORTHWEST;
150 gbc.fill = GridBagConstraints.HORIZONTAL;
154 panel.add(expander, gbc);
156 gbc.gridy ++;
159 gbc
371 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DEntryCachesMonitoringPanel.java92 GridBagConstraints gbc = new GridBagConstraints();
95 gbc.fill = GridBagConstraints.NONE;
96 gbc.anchor = GridBagConstraints.WEST;
97 gbc.gridwidth = 2;
98 gbc.gridx = 0;
99 gbc.gridy = 0;
100 gbc.insets.top = 5;
101 gbc.insets.bottom = 7;
102 add(lTitle, gbc);
104 gbc
[all...]
H A DSystemInformationMonitoringPanel.java88 GridBagConstraints gbc = new GridBagConstraints();
91 gbc.fill = GridBagConstraints.NONE;
92 gbc.anchor = GridBagConstraints.WEST;
93 gbc.gridwidth = 2;
94 gbc.gridx = 0;
95 gbc.gridy = 0;
96 gbc.insets.top = 5;
97 gbc.insets.bottom = 7;
98 add(lTitle, gbc);
100 gbc
[all...]
H A DWorkQueueMonitoringPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
90 gbc.fill = GridBagConstraints.NONE;
91 gbc.anchor = GridBagConstraints.WEST;
92 gbc.gridwidth = 2;
93 gbc.gridx = 0;
94 gbc.gridy = 0;
95 gbc.insets.top = 5;
96 gbc.insets.bottom = 7;
97 add(lTitle, gbc);
99 gbc
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java185 GridBagConstraints gbc = new GridBagConstraints();
186 gbc.anchor = GridBagConstraints.NORTHWEST;
187 gbc.fill = GridBagConstraints.HORIZONTAL;
188 gbc.weightx = 0.0;
189 gbc.gridwidth = GridBagConstraints.RELATIVE;
197 titlePanel.add(l, gbc);
199 gbc.weightx = 1.0;
200 gbc.gridwidth = GridBagConstraints.REMAINDER;
201 titlePanel.add(Box.createHorizontalGlue(), gbc);
206 gbc
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java186 GridBagConstraints gbc = new GridBagConstraints();
187 gbc.anchor = GridBagConstraints.NORTHWEST;
188 gbc.fill = GridBagConstraints.HORIZONTAL;
189 gbc.weightx = 0.0;
190 gbc.gridwidth = GridBagConstraints.RELATIVE;
198 titlePanel.add(l, gbc);
200 gbc.weightx = 1.0;
201 gbc.gridwidth = GridBagConstraints.REMAINDER;
202 titlePanel.add(Box.createHorizontalGlue(), gbc);
207 gbc
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java186 GridBagConstraints gbc = new GridBagConstraints();
187 gbc.anchor = GridBagConstraints.NORTHWEST;
188 gbc.fill = GridBagConstraints.HORIZONTAL;
189 gbc.weightx = 0.0;
190 gbc.gridwidth = GridBagConstraints.RELATIVE;
198 titlePanel.add(l, gbc);
200 gbc.weightx = 1.0;
201 gbc.gridwidth = GridBagConstraints.REMAINDER;
202 titlePanel.add(Box.createHorizontalGlue(), gbc);
207 gbc
[all...]

Completed in 44 milliseconds

1234567891011>>