Searched refs:panel (Results 76 - 100 of 302) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DInclusionExclusionPanel.java135 * @return the panel containing the labels and the components.
141 JPanel panel = new JPanel(new GridBagLayout());
142 panel.setOpaque(false);
153 panel.add(expander, gbc);
163 panel.add(lDnsToInclude, gbc);
170 panel.add(scrollDns, gbc);
177 panel.add(lDnsExplanation, gbc);
188 panel.add(lAttributesToInclude, gbc);
195 panel.add(attributesToInclude, gbc);
202 panel
370 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
H A DTaskToSchedulePanel.java67 * The panel that allows the user to specify when a task will be launched.
164 * Creates the layout of the panel (but the contents are not populated here).
760 JPanel panel = new JPanel(new GridBagLayout());
761 panel.setOpaque(false);
900 panel.add(labels[i], gbc);
903 panel.add(comps[i], gbc);
907 panel.add(Box.createHorizontalGlue(), gbc);
916 panel.add(Utilities.createInlineHelpLabel(inlineHelp[i]), gbc);
926 panel.add(Box.createVerticalGlue(), gbc);
928 return panel;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DInclusionExclusionPanel.java136 * @return the panel containing the labels and the components.
142 JPanel panel = new JPanel(new GridBagLayout());
143 panel.setOpaque(false);
154 panel.add(expander, gbc);
164 panel.add(lDnsToInclude, gbc);
171 panel.add(scrollDns, gbc);
178 panel.add(lDnsExplanation, gbc);
189 panel.add(lAttributesToInclude, gbc);
196 panel.add(attributesToInclude, gbc);
203 panel
371 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
H A DTaskToSchedulePanel.java68 * The panel that allows the user to specify when a task will be launched.
165 * Creates the layout of the panel (but the contents are not populated here).
761 JPanel panel = new JPanel(new GridBagLayout());
762 panel.setOpaque(false);
901 panel.add(labels[i], gbc);
904 panel.add(comps[i], gbc);
908 panel.add(Box.createHorizontalGlue(), gbc);
917 panel.add(Utilities.createInlineHelpLabel(inlineHelp[i]), gbc);
927 panel.add(Box.createVerticalGlue(), gbc);
929 return panel;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DInclusionExclusionPanel.java135 * @return the panel containing the labels and the components.
141 JPanel panel = new JPanel(new GridBagLayout());
142 panel.setOpaque(false);
153 panel.add(expander, gbc);
163 panel.add(lDnsToInclude, gbc);
170 panel.add(scrollDns, gbc);
177 panel.add(lDnsExplanation, gbc);
188 panel.add(lAttributesToInclude, gbc);
195 panel.add(attributesToInclude, gbc);
202 panel
370 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
H A DTaskToSchedulePanel.java67 * The panel that allows the user to specify when a task will be launched.
164 * Creates the layout of the panel (but the contents are not populated here).
760 JPanel panel = new JPanel(new GridBagLayout());
761 panel.setOpaque(false);
900 panel.add(labels[i], gbc);
903 panel.add(comps[i], gbc);
907 panel.add(Box.createHorizontalGlue(), gbc);
916 panel.add(Utilities.createInlineHelpLabel(inlineHelp[i]), gbc);
926 panel.add(Box.createVerticalGlue(), gbc);
928 return panel;
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DInclusionExclusionPanel.java136 * @return the panel containing the labels and the components.
142 JPanel panel = new JPanel(new GridBagLayout());
143 panel.setOpaque(false);
154 panel.add(expander, gbc);
164 panel.add(lDnsToInclude, gbc);
171 panel.add(scrollDns, gbc);
178 panel.add(lDnsExplanation, gbc);
189 panel.add(lAttributesToInclude, gbc);
196 panel.add(attributesToInclude, gbc);
203 panel
371 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
H A DTaskToSchedulePanel.java68 * The panel that allows the user to specify when a task will be launched.
165 * Creates the layout of the panel (but the contents are not populated here).
761 JPanel panel = new JPanel(new GridBagLayout());
762 panel.setOpaque(false);
901 panel.add(labels[i], gbc);
904 panel.add(comps[i], gbc);
908 panel.add(Box.createHorizontalGlue(), gbc);
917 panel.add(Utilities.createInlineHelpLabel(inlineHelp[i]), gbc);
927 panel.add(Box.createVerticalGlue(), gbc);
929 return panel;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DInclusionExclusionPanel.java133 * @return the panel containing the labels and the components.
139 JPanel panel = new JPanel(new GridBagLayout());
140 panel.setOpaque(false);
151 panel.add(expander, gbc);
161 panel.add(lDnsToInclude, gbc);
168 panel.add(scrollDns, gbc);
175 panel.add(lDnsExplanation, gbc);
186 panel.add(lAttributesToInclude, gbc);
193 panel.add(attributesToInclude, gbc);
200 panel
364 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-common/
H A Dopenam.less50 .page-toolbar, .panel-toolbar {
125 .panel-default {
142 .panel-footer {
149 .panel-collapse {
150 h4.panel-title {
157 .panel-title > a {
178 .am-panel-heading-hover {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataOptionsPanel.java63 * This is the panel that contains the Data Options: the suffix dn, whether
87 * Constructor of the panel.
88 * @param application Application represented by this panel
89 * the fields of the panel.
170 JPanel panel = new JPanel(new GridBagLayout());
171 panel.setOpaque(false);
180 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
200 panel.add(auxPanel, gbc);
207 panel.add(Box.createHorizontalGlue(), gbc);
212 panel
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataOptionsPanel.java64 * This is the panel that contains the Data Options: the suffix dn, whether
88 * Constructor of the panel.
89 * @param application Application represented by this panel
90 * the fields of the panel.
171 JPanel panel = new JPanel(new GridBagLayout());
172 panel.setOpaque(false);
181 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
201 panel.add(auxPanel, gbc);
208 panel.add(Box.createHorizontalGlue(), gbc);
213 panel
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataOptionsPanel.java64 * This is the panel that contains the Data Options: the suffix dn, whether
88 * Constructor of the panel.
89 * @param application Application represented by this panel
90 * the fields of the panel.
171 JPanel panel = new JPanel(new GridBagLayout());
172 panel.setOpaque(false);
181 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
201 panel.add(auxPanel, gbc);
208 panel.add(Box.createHorizontalGlue(), gbc);
213 panel
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataOptionsPanel.java63 * This is the panel that contains the Data Options: the suffix dn, whether
87 * Constructor of the panel.
88 * @param application Application represented by this panel
89 * the fields of the panel.
170 JPanel panel = new JPanel(new GridBagLayout());
171 panel.setOpaque(false);
180 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
200 panel.add(auxPanel, gbc);
207 panel.add(Box.createHorizontalGlue(), gbc);
212 panel
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataOptionsPanel.java64 * This is the panel that contains the Data Options: the suffix dn, whether
88 * Constructor of the panel.
89 * @param application Application represented by this panel
90 * the fields of the panel.
171 JPanel panel = new JPanel(new GridBagLayout());
172 panel.setOpaque(false);
181 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
201 panel.add(auxPanel, gbc);
208 panel.add(Box.createHorizontalGlue(), gbc);
213 panel
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-common/
H A Dopenam.less50 .page-toolbar, .panel-toolbar {
154 .panel-default {
171 .panel-footer {
178 .panel-collapse {
179 h4.panel-title {
186 .panel-title > a {
211 .am-panel-heading-hover {
276 .list-panel-style {
281 .iframe-panel-style {
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DscriptEditor.less34 .panel {
40 .panel-heading {
49 .panel-body {
59 .panel-heading {
75 .panel-body {
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java54 * This is the panel displayed when the user is uninstalling Open DS. It is
55 * basically a panel with the text informing of the consequences of uninstalling
74 * @param application Application this panel represents
175 JPanel panel = new JPanel(new GridBagLayout());
176 panel.setOpaque(false);
221 panel.add(p, gbc);
244 panel.add(dbPanel, gbc);
250 panel.add(logPanel, gbc);
253 addVerticalGlue(panel);
255 return panel;
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java53 * This is the panel displayed when the user is uninstalling Open DS. It is
54 * basically a panel with the text informing of the consequences of uninstalling
73 * @param application Application this panel represents
174 JPanel panel = new JPanel(new GridBagLayout());
175 panel.setOpaque(false);
220 panel.add(p, gbc);
243 panel.add(dbPanel, gbc);
249 panel.add(logPanel, gbc);
252 addVerticalGlue(panel);
254 return panel;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java54 * This is the panel displayed when the user is uninstalling Open DS. It is
55 * basically a panel with the text informing of the consequences of uninstalling
74 * @param application Application this panel represents
175 JPanel panel = new JPanel(new GridBagLayout());
176 panel.setOpaque(false);
221 panel.add(p, gbc);
244 panel.add(dbPanel, gbc);
250 panel.add(logPanel, gbc);
253 addVerticalGlue(panel);
255 return panel;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java53 * This is the panel displayed when the user is uninstalling Open DS. It is
54 * basically a panel with the text informing of the consequences of uninstalling
73 * @param application Application this panel represents
174 JPanel panel = new JPanel(new GridBagLayout());
175 panel.setOpaque(false);
220 panel.add(p, gbc);
243 panel.add(dbPanel, gbc);
249 panel.add(logPanel, gbc);
252 addVerticalGlue(panel);
254 return panel;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java53 * This is the panel displayed when the user is uninstalling Open DS. It is
54 * basically a panel with the text informing of the consequences of uninstalling
71 * @param application Application this panel represents
157 JPanel panel = new JPanel(new GridBagLayout());
158 panel.setOpaque(false);
203 panel.add(p, gbc);
226 panel.add(dbPanel, gbc);
232 panel.add(logPanel, gbc);
235 addVerticalGlue(panel);
237 return panel;
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/editor/assets/
H A Deditor-core.css342 .yui-editor-panel .hd {
347 .yui-editor-panel .hd h3 {
353 .yui-editor-panel .bd {
359 .yui-editor-panel .bd div.yui-editor-body-cont {
365 .yui-editor-panel .bd div.yui-editor-body-cont:after { display: block; clear: both; visibility: hidden; content: '.'; height: 0;}
368 .yui-editor-panel .ft {
376 .yui-editor-panel .ft span.tip {
387 .yui-editor-panel label {
398 .yui-editor-panel label strong {
404 .yui-editor-panel
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/editor/assets/
H A Deditor-core.css342 .yui-editor-panel .hd {
347 .yui-editor-panel .hd h3 {
353 .yui-editor-panel .bd {
359 .yui-editor-panel .bd div.yui-editor-body-cont {
365 .yui-editor-panel .bd div.yui-editor-body-cont:after { display: block; clear: both; visibility: hidden; content: '.'; height: 0;}
368 .yui-editor-panel .ft {
376 .yui-editor-panel .ft span.tip {
387 .yui-editor-panel label {
398 .yui-editor-panel label strong {
404 .yui-editor-panel
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DTaskToSchedulePanel.java68 * The panel that allows the user to specify when a task will be launched.
165 * Creates the layout of the panel (but the contents are not populated here).
761 JPanel panel = new JPanel(new GridBagLayout());
762 panel.setOpaque(false);
901 panel.add(labels[i], gbc);
904 panel.add(comps[i], gbc);
908 panel.add(Box.createHorizontalGlue(), gbc);
917 panel.add(Utilities.createInlineHelpLabel(inlineHelp[i]), gbc);
927 panel.add(Box.createVerticalGlue(), gbc);
929 return panel;
[all...]

Completed in 99 milliseconds

1234567891011>>