|
||||||||||
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.ow2.clif.console.lib.egui.ClifConsole
public class ClifConsole
CLIF console for getting System.out and System.err in Eclipse's console view.
Field Summary |
---|
Fields inherited from class org.eclipse.ui.console.MessageConsole |
---|
DEFAULT_TAB_SIZE, P_FONT, P_STREAM_COLOR, P_TAB_SIZE |
Constructor Summary | |
---|---|
ClifConsole()
Redirects System.out and System.err to the console view |
Method Summary | |
---|---|
void |
close()
Restores original System.out and System.err |
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 ClifConsole()
Method Detail |
---|
public void close() throws java.io.IOException
java.io.IOException
- an exception occurred while closing
the console view's input stream used to display messages
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |