Searched refs:panel (Results 201 - 225 of 302) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DServerSettingsPanel.java62 * This is the panel that contains the Server Settings: the port, the Directory
101 * Constructor of the panel.
102 * @param application Application this panel represents
103 * the fields of the panel.
184 JPanel panel = new JPanel(new GridBagLayout());
185 panel.setOpaque(false);
209 panel.add(lServerLocation, gbc);
219 panel.add(auxPanel, gbc);
265 panel.add(getLabel(fieldName), gbc);
275 panel
[all...]
H A DRemoteReplicationPortsPanel.java81 // panel
85 * Constructor of the panel.
86 * @param application Application represented by this panel and used to
87 * initialize the fields of the panel.
183 JPanel panel = new JPanel(new GridBagLayout());
184 panel.setOpaque(false);
198 panel.add(scroll, gbc);
200 return panel;
H A DInstallReviewPanel.java60 * This is the panel that contains the Review Panel.
91 * Constructor of the panel.
92 * @param application Application represented by this panel
93 * the fields of the panel.
158 * Creates and returns the instructions panel.
159 * @return the instructions panel.
215 JPanel panel = UIFactory.makeJPanel();
216 panel.setLayout(new GridBagLayout());
225 panel.add(createFieldsPanel(), gbc);
232 panel
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DServerSettingsPanel.java62 * This is the panel that contains the Server Settings: the port, the Directory
101 * Constructor of the panel.
102 * @param application Application this panel represents
103 * the fields of the panel.
184 JPanel panel = new JPanel(new GridBagLayout());
185 panel.setOpaque(false);
209 panel.add(lServerLocation, gbc);
219 panel.add(auxPanel, gbc);
265 panel.add(getLabel(fieldName), gbc);
275 panel
[all...]
H A DRemoteReplicationPortsPanel.java81 // panel
85 * Constructor of the panel.
86 * @param application Application represented by this panel and used to
87 * initialize the fields of the panel.
183 JPanel panel = new JPanel(new GridBagLayout());
184 panel.setOpaque(false);
198 panel.add(scroll, gbc);
200 return panel;
H A DInstallReviewPanel.java60 * This is the panel that contains the Review Panel.
91 * Constructor of the panel.
92 * @param application Application represented by this panel
93 * the fields of the panel.
158 * Creates and returns the instructions panel.
159 * @return the instructions panel.
215 JPanel panel = UIFactory.makeJPanel();
216 panel.setLayout(new GridBagLayout());
225 panel.add(createFieldsPanel(), gbc);
232 panel
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DServerSettingsPanel.java61 * This is the panel that contains the Server Settings: the port, the Directory
100 * Constructor of the panel.
101 * @param application Application this panel represents
102 * the fields of the panel.
183 JPanel panel = new JPanel(new GridBagLayout());
184 panel.setOpaque(false);
208 panel.add(lServerLocation, gbc);
218 panel.add(auxPanel, gbc);
264 panel.add(getLabel(fieldName), gbc);
274 panel
[all...]
H A DRemoteReplicationPortsPanel.java80 // panel
84 * Constructor of the panel.
85 * @param application Application represented by this panel and used to
86 * initialize the fields of the panel.
182 JPanel panel = new JPanel(new GridBagLayout());
183 panel.setOpaque(false);
197 panel.add(scroll, gbc);
199 return panel;
H A DInstallReviewPanel.java59 * This is the panel that contains the Review Panel.
90 * Constructor of the panel.
91 * @param application Application represented by this panel
92 * the fields of the panel.
157 * Creates and returns the instructions panel.
158 * @return the instructions panel.
214 JPanel panel = UIFactory.makeJPanel();
215 panel.setLayout(new GridBagLayout());
224 panel.add(createFieldsPanel(), gbc);
231 panel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DGeneralMonitoringRightPanel.java46 * The panel on the right of the 'General Information' panel.
53 /** The panel with a CardLayout that contains all the panels. */
72 /** The panel used to update messages. */
95 * Displays a panel containing a message.
108 for (StatusGenericPanel panel : panels)
110 panel.setInfo(info);
114 /** Creates the layout of the panel (but the contents are not populated here). */
173 /** Updates the contents of the panel with the root monitoring information. */
180 /** Updates the contents of the panel wit
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java80 // panel
84 * Constructor of the panel.
85 * @param application Application represented by this panel and used to
86 * initialize the fields of the panel.
182 JPanel panel = new JPanel(new GridBagLayout());
183 panel.setOpaque(false);
197 panel.add(scroll, gbc);
199 return panel;
H A DInstallReviewPanel.java59 * This is the panel that contains the Review Panel.
90 * Constructor of the panel.
91 * @param application Application represented by this panel
92 * the fields of the panel.
157 * Creates and returns the instructions panel.
158 * @return the instructions panel.
214 JPanel panel = UIFactory.makeJPanel();
215 panel.setLayout(new GridBagLayout());
224 panel.add(createFieldsPanel(), gbc);
231 panel
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java81 // panel
85 * Constructor of the panel.
86 * @param application Application represented by this panel and used to
87 * initialize the fields of the panel.
183 JPanel panel = new JPanel(new GridBagLayout());
184 panel.setOpaque(false);
198 panel.add(scroll, gbc);
200 return panel;
H A DInstallReviewPanel.java117 * This is the panel that contains the Review Panel.
148 * Constructor of the panel.
149 * @param application Application represented by this panel
150 * the fields of the panel.
215 * Creates and returns the instructions panel.
216 * @return the instructions panel.
272 JPanel panel = UIFactory.makeJPanel();
273 panel.setLayout(new GridBagLayout());
282 panel.add(createFieldsPanel(), gbc);
289 panel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java76 /** The display of the server the user provided in the replication options panel. */
80 * Constructor of the panel.
81 * @param application Application represented by this panel and used to
82 * initialize the fields of the panel.
171 JPanel panel = new JPanel(new GridBagLayout());
172 panel.setOpaque(false);
186 panel.add(scroll, gbc);
188 return panel;
H A DInstallReviewPanel.java78 * This is the panel that contains the Review Panel.
103 * Constructor of the panel.
106 * Application represented by this panel the fields of the panel.
150 * Creates and returns the instructions panel.
152 * @return the instructions panel.
211 final JPanel panel = UIFactory.makeJPanel();
212 panel.setLayout(new GridBagLayout());
220 panel.add(createFieldsPanel(), gbc);
227 panel
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DresourcesView.less51 .editResourceViewContainer .panel-footer {
158 .schema-panel {
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java99 * The panel displaying a simplified view of an entry.
278 * Creates the layout of the panel (but the contents are not populated here).
469 // Build the attributes panel.
903 JPanel panel = new JPanel(new GridBagLayout());
904 panel.setOpaque(false);
927 panel.add(ocPanel, gbc);
933 panel.add(
960 panel.add(toAdd, gbc);
993 panel.add(pane, gbc);
996 return panel;
[all...]
H A DNewBaseDNPanel.java181 * Creates the layout of the panel (but the contents are not populated here).
405 JPanel panel = new JPanel(new GridBagLayout());
406 panel.setOpaque(false);
413 panel.add(lPath, gbc);
420 panel.add(path, gbc);
428 panel.add(browseImportPath, gbc);
436 panel.add(lRemoteFileHelp, gbc);
438 return panel;
443 JPanel panel = new JPanel(new GridBagLayout());
444 panel
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java99 * The panel displaying a simplified view of an entry.
280 * Creates the layout of the panel (but the contents are not populated here).
467 // Build the attributes panel.
901 JPanel panel = new JPanel(new GridBagLayout());
902 panel.setOpaque(false);
925 panel.add(ocPanel, gbc);
931 panel.add(
958 panel.add(toAdd, gbc);
991 panel.add(pane, gbc);
994 return panel;
[all...]
H A DNewBaseDNPanel.java180 * Creates the layout of the panel (but the contents are not populated here).
404 JPanel panel = new JPanel(new GridBagLayout());
405 panel.setOpaque(false);
412 panel.add(lPath, gbc);
419 panel.add(path, gbc);
427 panel.add(browseImportPath, gbc);
435 panel.add(lRemoteFileHelp, gbc);
437 return panel;
442 JPanel panel = new JPanel(new GridBagLayout());
443 panel
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java100 * The panel displaying a simplified view of an entry.
279 * Creates the layout of the panel (but the contents are not populated here).
466 // Build the attributes panel.
900 JPanel panel = new JPanel(new GridBagLayout());
901 panel.setOpaque(false);
924 panel.add(ocPanel, gbc);
930 panel.add(
957 panel.add(toAdd, gbc);
990 panel.add(pane, gbc);
993 return panel;
[all...]
H A DNewBaseDNPanel.java181 * Creates the layout of the panel (but the contents are not populated here).
405 JPanel panel = new JPanel(new GridBagLayout());
406 panel.setOpaque(false);
413 panel.add(lPath, gbc);
420 panel.add(path, gbc);
428 panel.add(browseImportPath, gbc);
436 panel.add(lRemoteFileHelp, gbc);
438 return panel;
443 JPanel panel = new JPanel(new GridBagLayout());
444 panel
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java99 * The panel displaying a simplified view of an entry.
280 * Creates the layout of the panel (but the contents are not populated here).
467 // Build the attributes panel.
901 JPanel panel = new JPanel(new GridBagLayout());
902 panel.setOpaque(false);
925 panel.add(ocPanel, gbc);
931 panel.add(
958 panel.add(toAdd, gbc);
991 panel.add(pane, gbc);
994 return panel;
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java99 * The panel displaying a simplified view of an entry.
278 * Creates the layout of the panel (but the contents are not populated here).
469 // Build the attributes panel.
903 JPanel panel = new JPanel(new GridBagLayout());
904 panel.setOpaque(false);
927 panel.add(ocPanel, gbc);
933 panel.add(
960 panel.add(toAdd, gbc);
993 panel.add(pane, gbc);
996 return panel;
[all...]

Completed in 119 milliseconds

1234567891011>>