|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ui.console.AbstractConsole
org.eclipse.ui.console.TextConsole
org.eclipse.ui.console.IOConsole
org.eclipse.ui.console.MessageConsole
org.eparapher.rcp.views.DebugConsoleView
public class DebugConsoleView
| Nested Class Summary | |
|---|---|
static class |
DebugConsoleView.StreamGobbler
A Thread to get Output from External Process |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.ui.console.MessageConsole |
|---|
DEFAULT_TAB_SIZE, P_FONT, P_STREAM_COLOR, P_TAB_SIZE |
| Constructor Summary | |
|---|---|
DebugConsoleView()
|
|
DebugConsoleView(String mName,
InputStream min,
InputStream merr)
|
|
| Method Summary | |
|---|---|
PrintStream |
getErrorOutputStream()
|
PrintStream |
getOutputStream()
|
| Methods inherited from class org.eclipse.ui.console.MessageConsole |
|---|
appendToDocument, createPage, getInputStream, newMessageStream |
| Methods inherited from class org.eclipse.ui.console.IOConsole |
|---|
clearConsole, dispose, getEncoding, getHighWaterMark, getLowWaterMark, getPartitioner, newOutputStream, setWaterMarks |
| Methods inherited from class org.eclipse.ui.console.TextConsole |
|---|
addHyperlink, addPatternMatchListener, getAttribute, getBackground, getConsoleWidth, getDocument, getFont, getHyperlink, getHyperlinks, getRegion, getSchedulingRule, getTabWidth, matcherFinished, partitionerFinished, removePatternMatchListener, setAttribute, setBackgrond, setBackground, setConsoleWidth, setFont, setTabWidth |
| Methods inherited from class org.eclipse.ui.console.AbstractConsole |
|---|
activate, addPropertyChangeListener, destroy, firePropertyChange, getHelpContextId, getImageDescriptor, getName, getType, init, initialize, removePropertyChangeListener, setImageDescriptor, setName, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugConsoleView()
public DebugConsoleView(String mName,
InputStream min,
InputStream merr)
| Method Detail |
|---|
public PrintStream getOutputStream()
public PrintStream getErrorOutputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||