Package org.eclipse.jdt.debug.ui.console
Class JavaStackTraceConsoleFactory
java.lang.Object
org.eclipse.jdt.debug.ui.console.JavaStackTraceConsoleFactory
- All Implemented Interfaces:
org.eclipse.ui.console.IConsoleFactory
public class JavaStackTraceConsoleFactory
extends Object
implements org.eclipse.ui.console.IConsoleFactory
Creates a new console into which users can paste stack traces and follow the hyperlinks.
- Since:
- 3.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Opens the console (creating a new one if not previously initialized).void
openConsole
(String initialText) Opens the console (creating a new one if not previously initialized).
-
Constructor Details
-
JavaStackTraceConsoleFactory
public JavaStackTraceConsoleFactory()
-
-
Method Details
-
openConsole
public void openConsole()Opens the console (creating a new one if not previously initialized).- Specified by:
openConsole
in interfaceorg.eclipse.ui.console.IConsoleFactory
-
openConsole
Opens the console (creating a new one if not previously initialized). If the passed string is notnull
, the text of the console is set to the string.- Parameters:
initialText
- text to put in the console ornull
.
-