Searched refs:pane (Results 51 - 75 of 89) sorted by relevance

1234

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java88 * The pane that is displayed when the user clicks on 'Browse Indexes'.
317 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
318 pane.setOpaque(true); //content panes must be opaque
362 // Create a split pane
363 pane.setLeftComponent(treeScroll);
364 pane.setRightComponent(entryPane);
365 pane.setResizeWeight(0.0);
456 pane.setDividerLocation(treeScroll.getPreferredSize().width);
458 return pane;
H A DStatusGenericPanel.java155 * The error pane.
160 * The last displayed message in the error pane.
242 * Tells whether this panel should be contained in a scroll pane or not.
244 * pane and <CODE>false</CODE> otherwise.
334 * Creates and adds an error pane. Is up to the caller to set the proper
344 * Adds an error pane to the provided container.
372 * Creates the error pane.
956 * method will display an error message in the error pane if the server is not
1029 * the error pane has already been updated.
1187 * Updates the contents of an editor pane usin
1194 updateErrorPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1208 updateWarningPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1222 updateConfirmationPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1262 updatePane(final JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont, PanelType type) argument
[all...]
H A DBrowseEntriesPanel.java99 * The pane that is displayed when the user clicks on 'Browse Entries...'.
234 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
235 pane.setOpaque(true); //content panes must be opaque
247 pane.setDividerLocation(treeScroll.getPreferredSize().width);
252 // Create a split pane with the two scroll panes in it.
253 pane.setLeftComponent(treeScroll);
254 pane.setRightComponent(entryPane);
255 pane.setResizeWeight(0.0);
264 return pane;
533 * Updates the contents of the right pane wit
[all...]
H A DBrowseSchemaPanel.java99 * The pane that is displayed when the user clicks on 'Browse Schema'.
618 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
619 pane.setOpaque(true); //content panes must be opaque
620 pane.setLeftComponent(treeScroll);
621 pane.setRightComponent(entryPane);
622 pane.setResizeWeight(0.0);
623 pane.setDividerLocation(treeScroll.getPreferredSize().width);
624 return pane;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java87 * The pane that is displayed when the user clicks on 'Browse Indexes'.
316 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
317 pane.setOpaque(true); //content panes must be opaque
361 // Create a split pane
362 pane.setLeftComponent(treeScroll);
363 pane.setRightComponent(entryPane);
364 pane.setResizeWeight(0.0);
455 pane.setDividerLocation(treeScroll.getPreferredSize().width);
457 return pane;
H A DStatusGenericPanel.java154 * The error pane.
159 * The last displayed message in the error pane.
241 * Tells whether this panel should be contained in a scroll pane or not.
243 * pane and <CODE>false</CODE> otherwise.
333 * Creates and adds an error pane. Is up to the caller to set the proper
343 * Adds an error pane to the provided container.
371 * Creates the error pane.
955 * method will display an error message in the error pane if the server is not
1028 * the error pane has already been updated.
1186 * Updates the contents of an editor pane usin
1193 updateErrorPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1207 updateWarningPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1221 updateConfirmationPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1261 updatePane(final JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont, PanelType type) argument
[all...]
H A DBrowseEntriesPanel.java98 * The pane that is displayed when the user clicks on 'Browse Entries...'.
233 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
234 pane.setOpaque(true); //content panes must be opaque
246 pane.setDividerLocation(treeScroll.getPreferredSize().width);
251 // Create a split pane with the two scroll panes in it.
252 pane.setLeftComponent(treeScroll);
253 pane.setRightComponent(entryPane);
254 pane.setResizeWeight(0.0);
263 return pane;
532 * Updates the contents of the right pane wit
[all...]
H A DBrowseSchemaPanel.java98 * The pane that is displayed when the user clicks on 'Browse Schema'.
617 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
618 pane.setOpaque(true); //content panes must be opaque
619 pane.setLeftComponent(treeScroll);
620 pane.setRightComponent(entryPane);
621 pane.setResizeWeight(0.0);
622 pane.setDividerLocation(treeScroll.getPreferredSize().width);
623 return pane;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java88 * The pane that is displayed when the user clicks on 'Browse Indexes'.
317 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
318 pane.setOpaque(true); //content panes must be opaque
362 // Create a split pane
363 pane.setLeftComponent(treeScroll);
364 pane.setRightComponent(entryPane);
365 pane.setResizeWeight(0.0);
456 pane.setDividerLocation(treeScroll.getPreferredSize().width);
458 return pane;
H A DStatusGenericPanel.java155 * The error pane.
160 * The last displayed message in the error pane.
242 * Tells whether this panel should be contained in a scroll pane or not.
244 * pane and <CODE>false</CODE> otherwise.
334 * Creates and adds an error pane. Is up to the caller to set the proper
344 * Adds an error pane to the provided container.
372 * Creates the error pane.
956 * method will display an error message in the error pane if the server is not
1029 * the error pane has already been updated.
1187 * Updates the contents of an editor pane usin
1194 updateErrorPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1208 updateWarningPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1222 updateConfirmationPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1262 updatePane(final JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont, PanelType type) argument
[all...]
H A DBrowseEntriesPanel.java99 * The pane that is displayed when the user clicks on 'Browse Entries...'.
234 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
235 pane.setOpaque(true); //content panes must be opaque
247 pane.setDividerLocation(treeScroll.getPreferredSize().width);
252 // Create a split pane with the two scroll panes in it.
253 pane.setLeftComponent(treeScroll);
254 pane.setRightComponent(entryPane);
255 pane.setResizeWeight(0.0);
264 return pane;
533 * Updates the contents of the right pane wit
[all...]
H A DBrowseSchemaPanel.java99 * The pane that is displayed when the user clicks on 'Browse Schema'.
618 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
619 pane.setOpaque(true); //content panes must be opaque
620 pane.setLeftComponent(treeScroll);
621 pane.setRightComponent(entryPane);
622 pane.setResizeWeight(0.0);
623 pane.setDividerLocation(treeScroll.getPreferredSize().width);
624 return pane;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java87 * The pane that is displayed when the user clicks on 'Browse Indexes'.
316 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
317 pane.setOpaque(true); //content panes must be opaque
361 // Create a split pane
362 pane.setLeftComponent(treeScroll);
363 pane.setRightComponent(entryPane);
364 pane.setResizeWeight(0.0);
455 pane.setDividerLocation(treeScroll.getPreferredSize().width);
457 return pane;
H A DStatusGenericPanel.java154 * The error pane.
159 * The last displayed message in the error pane.
241 * Tells whether this panel should be contained in a scroll pane or not.
243 * pane and <CODE>false</CODE> otherwise.
333 * Creates and adds an error pane. Is up to the caller to set the proper
343 * Adds an error pane to the provided container.
371 * Creates the error pane.
955 * method will display an error message in the error pane if the server is not
1028 * the error pane has already been updated.
1186 * Updates the contents of an editor pane usin
1193 updateErrorPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1207 updateWarningPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1221 updateConfirmationPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1261 updatePane(final JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont, PanelType type) argument
[all...]
H A DBrowseEntriesPanel.java98 * The pane that is displayed when the user clicks on 'Browse Entries...'.
233 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
234 pane.setOpaque(true); //content panes must be opaque
246 pane.setDividerLocation(treeScroll.getPreferredSize().width);
251 // Create a split pane with the two scroll panes in it.
252 pane.setLeftComponent(treeScroll);
253 pane.setRightComponent(entryPane);
254 pane.setResizeWeight(0.0);
263 return pane;
532 * Updates the contents of the right pane wit
[all...]
H A DBrowseSchemaPanel.java98 * The pane that is displayed when the user clicks on 'Browse Schema'.
617 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
618 pane.setOpaque(true); //content panes must be opaque
619 pane.setLeftComponent(treeScroll);
620 pane.setRightComponent(entryPane);
621 pane.setResizeWeight(0.0);
622 pane.setDividerLocation(treeScroll.getPreferredSize().width);
623 return pane;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java88 * The pane that is displayed when the user clicks on 'Browse Indexes'.
317 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
318 pane.setOpaque(true); //content panes must be opaque
362 // Create a split pane
363 pane.setLeftComponent(treeScroll);
364 pane.setRightComponent(entryPane);
365 pane.setResizeWeight(0.0);
456 pane.setDividerLocation(treeScroll.getPreferredSize().width);
458 return pane;
H A DStatusGenericPanel.java155 * The error pane.
160 * The last displayed message in the error pane.
242 * Tells whether this panel should be contained in a scroll pane or not.
244 * pane and <CODE>false</CODE> otherwise.
334 * Creates and adds an error pane. Is up to the caller to set the proper
344 * Adds an error pane to the provided container.
372 * Creates the error pane.
956 * method will display an error message in the error pane if the server is not
1029 * the error pane has already been updated.
1187 * Updates the contents of an editor pane usin
1194 updateErrorPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1208 updateWarningPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1222 updateConfirmationPane(JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont) argument
1262 updatePane(final JEditorPane pane, Message title, Font titleFont, Message details, Font detailsFont, PanelType type) argument
[all...]
H A DBrowseEntriesPanel.java99 * The pane that is displayed when the user clicks on 'Browse Entries...'.
234 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
235 pane.setOpaque(true); //content panes must be opaque
247 pane.setDividerLocation(treeScroll.getPreferredSize().width);
252 // Create a split pane with the two scroll panes in it.
253 pane.setLeftComponent(treeScroll);
254 pane.setRightComponent(entryPane);
255 pane.setResizeWeight(0.0);
264 return pane;
533 * Updates the contents of the right pane wit
[all...]
H A DBrowseSchemaPanel.java99 * The pane that is displayed when the user clicks on 'Browse Schema'.
618 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
619 pane.setOpaque(true); //content panes must be opaque
620 pane.setLeftComponent(treeScroll);
621 pane.setRightComponent(entryPane);
622 pane.setResizeWeight(0.0);
623 pane.setDividerLocation(treeScroll.getPreferredSize().width);
624 return pane;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java88 * The pane that is displayed when the user clicks on 'Browse Indexes'.
292 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
293 pane.setOpaque(true); //content panes must be opaque
335 // Create a split pane
336 pane.setLeftComponent(treeScroll);
337 pane.setRightComponent(entryPane);
338 pane.setResizeWeight(0.0);
427 pane.setDividerLocation(treeScroll.getPreferredSize().width);
429 return pane;
H A DBrowseEntriesPanel.java98 * The pane that is displayed when the user clicks on 'Browse Entries...'.
218 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
219 pane.setOpaque(true); //content panes must be opaque
231 pane.setDividerLocation(treeScroll.getPreferredSize().width);
236 // Create a split pane with the two scroll panes in it.
237 pane.setLeftComponent(treeScroll);
238 pane.setRightComponent(entryPane);
239 pane.setResizeWeight(0.0);
248 return pane;
500 * Updates the contents of the right pane wit
[all...]
H A DStatusGenericPanel.java156 /** The error pane. */
159 /** The last displayed message in the error pane. */
245 * Tells whether this panel should be contained in a scroll pane or not.
248 * pane and <CODE>false</CODE> otherwise.
342 * Creates and adds an error pane. Is up to the caller to set the proper
354 * Adds an error pane to the provided container. Is up to the caller to set
385 * Creates the error pane.
952 * will display an error message in the error pane if the server is not
1021 * error pane has already been updated.
1155 * Updates the contents of an editor pane usin
1168 updateErrorPane(final JEditorPane pane, final LocalizableMessage title, final Font titleFont, final LocalizableMessage details, final Font detailsFont) argument
1188 updateConfirmationPane(final JEditorPane pane, final LocalizableMessage title, final Font titleFont, final LocalizableMessage details, final Font detailsFont) argument
1223 updatePane(final JEditorPane pane, final LocalizableMessage title, final Font titleFont, final LocalizableMessage details, final Font detailsFont, final PanelType type) argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DresourcesView.less46 .editResourceViewContainer .tab-content .tab-pane {
H A Dsettings.less271 .tab-pane {

Completed in 97 milliseconds

1234