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

/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/ui/dialogs/
H A DRenderProgress.java43 import org.eclipse.debug.ui.console.ConsoleColorProvider;
75 private ITextViewer console; field in class:RenderProgress
155 console = new TextViewer(pageContainer, SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL);
156 console.getTextWidget().setFont(JFaceResources.getFont(IDebugUIConstants.PREF_CONSOLE_FONT));
157 console.getTextWidget().setLayoutData(new GridData(GridData.FILL_BOTH));
158 console.setDocument(document);
353 if (console.getTextWidget() != null) { // amazingly, this happens...
354 console.getTextWidget().setStyleRange(styleRange);

Completed in 11 milliseconds