Searched refs:pane (Results 1 - 25 of 89) sorted by relevance

1234

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRefreshOptionsPanel.java92 JEditorPane pane = Utilities.makeHtmlPane(text,
95 Utilities.updatePreferredSize(pane, 60, text,
98 add(pane, gbc);
H A DBrowseGeneralMonitoringPanel.java66 * The pane that is displayed when the user clicks on 'General Monitoring'.
301 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
302 pane.setOpaque(true); //content panes must be opaque
303 pane.setLeftComponent(treeScroll);
304 pane.setRightComponent(entryPane);
305 pane.setResizeWeight(0.0);
306 pane.setDividerLocation(treeScroll.getPreferredSize().width);
307 return pane;
H A DJavaInformationMonitoringPanel.java89 JEditorPane pane = new JEditorPane();
90 pane.setEditable(false);
91 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
92 pane.setOpaque(false);
93 pane.setFocusCycleRoot(false);
94 generalMonitoringComps.add(pane);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRefreshOptionsPanel.java91 JEditorPane pane = Utilities.makeHtmlPane(text,
94 Utilities.updatePreferredSize(pane, 60, text,
97 add(pane, gbc);
H A DBrowseGeneralMonitoringPanel.java65 * The pane that is displayed when the user clicks on 'General Monitoring'.
300 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
301 pane.setOpaque(true); //content panes must be opaque
302 pane.setLeftComponent(treeScroll);
303 pane.setRightComponent(entryPane);
304 pane.setResizeWeight(0.0);
305 pane.setDividerLocation(treeScroll.getPreferredSize().width);
306 return pane;
H A DJavaInformationMonitoringPanel.java88 JEditorPane pane = new JEditorPane();
89 pane.setEditable(false);
90 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
91 pane.setOpaque(false);
92 pane.setFocusCycleRoot(false);
93 generalMonitoringComps.add(pane);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRefreshOptionsPanel.java92 JEditorPane pane = Utilities.makeHtmlPane(text,
95 Utilities.updatePreferredSize(pane, 60, text,
98 add(pane, gbc);
H A DBrowseGeneralMonitoringPanel.java66 * The pane that is displayed when the user clicks on 'General Monitoring'.
301 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
302 pane.setOpaque(true); //content panes must be opaque
303 pane.setLeftComponent(treeScroll);
304 pane.setRightComponent(entryPane);
305 pane.setResizeWeight(0.0);
306 pane.setDividerLocation(treeScroll.getPreferredSize().width);
307 return pane;
H A DJavaInformationMonitoringPanel.java89 JEditorPane pane = new JEditorPane();
90 pane.setEditable(false);
91 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
92 pane.setOpaque(false);
93 pane.setFocusCycleRoot(false);
94 generalMonitoringComps.add(pane);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRefreshOptionsPanel.java91 JEditorPane pane = Utilities.makeHtmlPane(text,
94 Utilities.updatePreferredSize(pane, 60, text,
97 add(pane, gbc);
H A DBrowseGeneralMonitoringPanel.java65 * The pane that is displayed when the user clicks on 'General Monitoring'.
300 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
301 pane.setOpaque(true); //content panes must be opaque
302 pane.setLeftComponent(treeScroll);
303 pane.setRightComponent(entryPane);
304 pane.setResizeWeight(0.0);
305 pane.setDividerLocation(treeScroll.getPreferredSize().width);
306 return pane;
H A DJavaInformationMonitoringPanel.java88 JEditorPane pane = new JEditorPane();
89 pane.setEditable(false);
90 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
91 pane.setOpaque(false);
92 pane.setFocusCycleRoot(false);
93 generalMonitoringComps.add(pane);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRefreshOptionsPanel.java92 JEditorPane pane = Utilities.makeHtmlPane(text,
95 Utilities.updatePreferredSize(pane, 60, text,
98 add(pane, gbc);
H A DBrowseGeneralMonitoringPanel.java66 * The pane that is displayed when the user clicks on 'General Monitoring'.
301 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
302 pane.setOpaque(true); //content panes must be opaque
303 pane.setLeftComponent(treeScroll);
304 pane.setRightComponent(entryPane);
305 pane.setResizeWeight(0.0);
306 pane.setDividerLocation(treeScroll.getPreferredSize().width);
307 return pane;
H A DJavaInformationMonitoringPanel.java89 JEditorPane pane = new JEditorPane();
90 pane.setEditable(false);
91 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
92 pane.setOpaque(false);
93 pane.setFocusCycleRoot(false);
94 generalMonitoringComps.add(pane);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DRefreshOptionsPanel.java90 JEditorPane pane = Utilities.makeHtmlPane(text,
93 Utilities.updatePreferredSize(pane, 60, text,
96 add(pane, gbc);
H A DJavaInformationMonitoringPanel.java87 JEditorPane pane = new JEditorPane();
88 pane.setEditable(false);
89 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
90 pane.setOpaque(false);
91 pane.setFocusCycleRoot(false);
92 generalMonitoringComps.add(pane);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A Dbehaviors.less71 .tab-pane {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1175 * @param ek HTMLEditor kit used for the new HTML pane
1183 JEditorPane pane = new JEditorPane();
1184 if (ek != null) pane.setEditorKit(ek);
1185 pane.setContentType("text/html");
1187 pane.setText(applyFontToHtmlWithDiv(s, font));
1188 pane.setEditable(false);
1189 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
1190 return pane;
1205 JEditorPane pane = new JEditorPane("text/plain", s);
1206 setTextStyle(pane, styl
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1176 * @param ek HTMLEditor kit used for the new HTML pane
1184 JEditorPane pane = new JEditorPane();
1185 if (ek != null) pane.setEditorKit(ek);
1186 pane.setContentType("text/html");
1188 pane.setText(applyFontToHtmlWithDiv(s, font));
1189 pane.setEditable(false);
1190 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
1191 return pane;
1206 JEditorPane pane = new JEditorPane("text/plain", s);
1207 setTextStyle(pane, styl
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1176 * @param ek HTMLEditor kit used for the new HTML pane
1184 JEditorPane pane = new JEditorPane();
1185 if (ek != null) pane.setEditorKit(ek);
1186 pane.setContentType("text/html");
1188 pane.setText(applyFontToHtmlWithDiv(s, font));
1189 pane.setEditable(false);
1190 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
1191 return pane;
1206 JEditorPane pane = new JEditorPane("text/plain", s);
1207 setTextStyle(pane, styl
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1175 * @param ek HTMLEditor kit used for the new HTML pane
1183 JEditorPane pane = new JEditorPane();
1184 if (ek != null) pane.setEditorKit(ek);
1185 pane.setContentType("text/html");
1187 pane.setText(applyFontToHtmlWithDiv(s, font));
1188 pane.setEditable(false);
1189 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
1190 return pane;
1205 JEditorPane pane = new JEditorPane("text/plain", s);
1206 setTextStyle(pane, styl
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1176 * @param ek HTMLEditor kit used for the new HTML pane
1184 JEditorPane pane = new JEditorPane();
1185 if (ek != null) pane.setEditorKit(ek);
1186 pane.setContentType("text/html");
1188 pane.setText(applyFontToHtmlWithDiv(s, font));
1189 pane.setEditable(false);
1190 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
1191 return pane;
1206 JEditorPane pane = new JEditorPane("text/plain", s);
1207 setTextStyle(pane, styl
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUIFactory.java971 * HTMLEditor kit used for the new HTML pane
979 JEditorPane pane = new JEditorPane();
981 pane.setEditorKit(ek);
983 pane.setContentType("text/html");
985 pane.setText(applyFontToHtmlWithDiv(s, font));
986 pane.setEditable(false);
987 pane.setBorder(new EmptyBorder(0, 0, 0, 0));
988 return pane;
1006 JEditorPane pane = new JEditorPane("text/plain", s);
1007 setTextStyle(pane, styl
[all...]
/forgerock/opendj-b2.6/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...]

Completed in 64 milliseconds

1234