Searched refs:pane (Results 26 - 50 of 89) sorted by relevance

1234

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java343 * @param text the message of the editor pane in HTML format.
349 JEditorPane pane = new JEditorPane();
350 pane.setContentType("text/html");
351 pane.setFont(font);
354 pane.setText(applyFont(text, font));
356 pane.setEditable(false);
357 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
358 pane.setOpaque(false);
359 pane.setFocusCycleRoot(false);
360 return pane;
1041 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java344 * @param text the message of the editor pane in HTML format.
350 JEditorPane pane = new JEditorPane();
351 pane.setContentType("text/html");
352 pane.setFont(font);
355 pane.setText(applyFont(text, font));
357 pane.setEditable(false);
358 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
359 pane.setOpaque(false);
360 pane.setFocusCycleRoot(false);
361 return pane;
1042 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java343 * @param text the message of the editor pane in HTML format.
349 JEditorPane pane = new JEditorPane();
350 pane.setContentType("text/html");
351 pane.setFont(font);
354 pane.setText(applyFont(text, font));
356 pane.setEditable(false);
357 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
358 pane.setOpaque(false);
359 pane.setFocusCycleRoot(false);
360 return pane;
1041 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java357 * @param text the message of the editor pane in HTML format.
363 JEditorPane pane = new JEditorPane();
364 pane.setContentType("text/html");
365 pane.setFont(font);
368 pane.setText(applyFont(text, font));
370 pane.setEditable(false);
371 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
372 pane.setOpaque(false);
373 pane.setFocusCycleRoot(false);
374 return pane;
1055 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DProgressDialog.java296 JEditorPane pane = new JEditorPane();
297 pane.setContentType("text/html");
298 pane.setText(wrappedText.toString());
300 int width = Math.max(pane.getPreferredSize().width + 40,
302 int height = Math.max(pane.getPreferredSize().height + 40 +
H A DWindowsServicePanel.java106 JEditorPane pane = Utilities.makeHtmlPane(text,
109 Utilities.updatePreferredSize(pane, 100, text,
112 add(pane, gbc);
H A DSimplifiedViewEntryPanel.java965 final BinaryCellPanel pane = new BinaryCellPanel();
966 pane.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
970 pane.setValue(binaryValue, isImage);
971 pane.addEditActionListener(new ActionListener()
993 panel.add(pane, gbc);
1183 final BinaryCellPanel pane = new BinaryCellPanel();
1186 pane.setDisplayDelete(true);
1190 pane.setValue(binaryValue, isImage);
1192 pane.addEditActionListener(new ActionListener()
1233 pane
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DProgressDialog.java295 JEditorPane pane = new JEditorPane();
296 pane.setContentType("text/html");
297 pane.setText(wrappedText.toString());
299 int width = Math.max(pane.getPreferredSize().width + 40,
301 int height = Math.max(pane.getPreferredSize().height + 40 +
H A DWindowsServicePanel.java105 JEditorPane pane = Utilities.makeHtmlPane(text,
108 Utilities.updatePreferredSize(pane, 100, text,
111 add(pane, gbc);
H A DSimplifiedViewEntryPanel.java963 final BinaryCellPanel pane = new BinaryCellPanel();
964 pane.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
968 pane.setValue(binaryValue, isImage);
969 pane.addEditActionListener(new ActionListener()
991 panel.add(pane, gbc);
1181 final BinaryCellPanel pane = new BinaryCellPanel();
1184 pane.setDisplayDelete(true);
1188 pane.setValue(binaryValue, isImage);
1190 pane.addEditActionListener(new ActionListener()
1231 pane
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DProgressDialog.java296 JEditorPane pane = new JEditorPane();
297 pane.setContentType("text/html");
298 pane.setText(wrappedText.toString());
300 int width = Math.max(pane.getPreferredSize().width + 40,
302 int height = Math.max(pane.getPreferredSize().height + 40 +
H A DWindowsServicePanel.java106 JEditorPane pane = Utilities.makeHtmlPane(text,
109 Utilities.updatePreferredSize(pane, 100, text,
112 add(pane, gbc);
H A DSimplifiedViewEntryPanel.java962 final BinaryCellPanel pane = new BinaryCellPanel();
963 pane.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
967 pane.setValue(binaryValue, isImage);
968 pane.addEditActionListener(new ActionListener()
990 panel.add(pane, gbc);
1180 final BinaryCellPanel pane = new BinaryCellPanel();
1183 pane.setDisplayDelete(true);
1187 pane.setValue(binaryValue, isImage);
1189 pane.addEditActionListener(new ActionListener()
1230 pane
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DProgressDialog.java295 JEditorPane pane = new JEditorPane();
296 pane.setContentType("text/html");
297 pane.setText(wrappedText.toString());
299 int width = Math.max(pane.getPreferredSize().width + 40,
301 int height = Math.max(pane.getPreferredSize().height + 40 +
H A DWindowsServicePanel.java105 JEditorPane pane = Utilities.makeHtmlPane(text,
108 Utilities.updatePreferredSize(pane, 100, text,
111 add(pane, gbc);
H A DSimplifiedViewEntryPanel.java963 final BinaryCellPanel pane = new BinaryCellPanel();
964 pane.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
968 pane.setValue(binaryValue, isImage);
969 pane.addEditActionListener(new ActionListener()
991 panel.add(pane, gbc);
1181 final BinaryCellPanel pane = new BinaryCellPanel();
1184 pane.setDisplayDelete(true);
1188 pane.setValue(binaryValue, isImage);
1190 pane.addEditActionListener(new ActionListener()
1231 pane
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DProgressDialog.java296 JEditorPane pane = new JEditorPane();
297 pane.setContentType("text/html");
298 pane.setText(wrappedText.toString());
300 int width = Math.max(pane.getPreferredSize().width + 40,
302 int height = Math.max(pane.getPreferredSize().height + 40 +
H A DWindowsServicePanel.java106 JEditorPane pane = Utilities.makeHtmlPane(text,
109 Utilities.updatePreferredSize(pane, 100, text,
112 add(pane, gbc);
H A DSimplifiedViewEntryPanel.java965 final BinaryCellPanel pane = new BinaryCellPanel();
966 pane.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
970 pane.setValue(binaryValue, isImage);
971 pane.addEditActionListener(new ActionListener()
993 panel.add(pane, gbc);
1183 final BinaryCellPanel pane = new BinaryCellPanel();
1186 pane.setDisplayDelete(true);
1190 pane.setValue(binaryValue, isImage);
1192 pane.addEditActionListener(new ActionListener()
1233 pane
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DProgressDialog.java280 JEditorPane pane = new JEditorPane();
281 pane.setContentType("text/html");
282 pane.setText(wrappedText.toString());
284 int width = Math.max(pane.getPreferredSize().width + 40,
286 int height = Math.max(pane.getPreferredSize().height + 40 +
H A DBrowseGeneralMonitoringPanel.java67 * The pane that is displayed when the user clicks on 'General Monitoring'.
274 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
275 pane.setOpaque(true); //content panes must be opaque
276 pane.setLeftComponent(treeScroll);
277 pane.setRightComponent(entryPane);
278 pane.setResizeWeight(0.0);
279 pane.setDividerLocation(treeScroll.getPreferredSize().width);
280 return pane;
H A DWindowsServicePanel.java104 JEditorPane pane = Utilities.makeHtmlPane(text,
107 Utilities.updatePreferredSize(pane, 100, text,
110 add(pane, gbc);
H A DSimplifiedViewEntryPanel.java918 final BinaryCellPanel pane = new BinaryCellPanel();
919 pane.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
923 pane.setValue(binaryValue, isImage);
924 pane.addEditActionListener(new ActionListener()
944 panel.add(pane, gbc);
1101 final BinaryCellPanel pane = new BinaryCellPanel();
1104 pane.setDisplayDelete(true);
1108 pane.setValue(binaryValue, isImage);
1110 pane.addEditActionListener(new ActionListener()
1149 pane
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java329 * @param text the message of the editor pane in HTML format.
335 JEditorPane pane = new JEditorPane();
336 pane.setContentType("text/html");
337 pane.setFont(font);
340 pane.setText(applyFont(text, font));
342 pane.setEditable(false);
343 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
344 pane.setOpaque(false);
345 pane.setFocusCycleRoot(false);
346 return pane;
1008 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DscriptEditor.less94 .preview-pane {

Completed in 87 milliseconds

1234