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

/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/ui/dialogs/
H A DRenderProgress.java76 private Document document; field in class:RenderProgress
134 document = new Document();
158 console.setDocument(document);
166 btnBuildAutomatically.setText("Integrate rendering for this document into the build cycle.");
206 * Renders the document. Should not be run on the UI thread.
346 styleRange.start = document.getLength();
350 document.replace(document.getLength(), 0, s);
351 document.replace(document
[all...]

Completed in 5 milliseconds