Searched refs:contentEditor (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DCodeViewerPanel.java39 protected SAEditorPane contentEditor; field in class:CodeViewerPanel
46 contentEditor = new SAEditorPane();
59 contentEditor.setText(htmlGen.genHTMLForHyperlink(description));
75 contentEditor = new SAEditorPane();
76 contentEditor.addHyperlinkListener(hyperListener);
77 scrollPane = new JScrollPane(contentEditor);
93 contentEditor.setText(htmlGen.genHTMLForAddress(address.getText()));
H A DClassBrowserPanel.java47 private SAEditorPane contentEditor; field in class:ClassBrowserPanel
56 contentEditor.setText(htmlGen.genHTMLForHyperlink(e.getDescription()));
64 contentEditor = new SAEditorPane();
65 contentEditor.addHyperlinkListener(hyperListener);
73 bottomPanel.add(new JScrollPane(contentEditor), BorderLayout.CENTER);
93 contentEditor.setText(text);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DJavaStackTracePanel.java39 private SAEditorPane contentEditor; field in class:JavaStackTracePanel
59 contentEditor = new SAEditorPane();
60 contentEditor.addHyperlinkListener(hyperListener);
68 bottomPanel.add(new JScrollPane(contentEditor), BorderLayout.CENTER);
86 contentEditor.setText(text);
H A DFindInCodeCachePanel.java52 private SAEditorPane contentEditor; field in class:FindInCodeCachePanel
102 contentEditor.setText("<b>Error parsing address</b>");
113 contentEditor.setText("");
167 contentEditor = new SAEditorPane();
185 contentEditor.addHyperlinkListener(hyperListener);
187 JScrollPane scroller = new JScrollPane(contentEditor);
204 contentEditor.setText("");
215 contentEditor.setText(s);

Completed in 39 milliseconds