org.eparapher.rcp.views
Class DebugConsoleView

java.lang.Object
  extended by org.eclipse.ui.console.AbstractConsole
      extended by org.eclipse.ui.console.TextConsole
          extended by org.eclipse.ui.console.IOConsole
              extended by org.eclipse.ui.console.MessageConsole
                  extended by org.eparapher.rcp.views.DebugConsoleView
All Implemented Interfaces:
org.eclipse.ui.console.IConsole

public class DebugConsoleView
extends org.eclipse.ui.console.MessageConsole


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

DebugConsoleView

public DebugConsoleView()

DebugConsoleView

public DebugConsoleView(String mName,
                        InputStream min,
                        InputStream merr)
Method Detail

getOutputStream

public PrintStream getOutputStream()

getErrorOutputStream

public PrintStream getErrorOutputStream()


Copyright © 2009 eParapher Software Foundation. All Rights Reserved.