|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.buildconsole.BuildConsoleStream
public class BuildConsoleStream
Constructor Summary | |
---|---|
BuildConsoleStream()
Constructs a new stream connected to the given console. |
Method Summary | |
---|---|
org.eclipse.swt.graphics.Color |
getColor()
Returns the color of this message stream, or null
if default. |
BuildConsole |
getConsole()
Returns the console this stream is connected to. |
void |
setColor(org.eclipse.swt.graphics.Color color)
Sets the color of this message stream |
void |
setConsole(BuildConsole console)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildConsoleStream()
Method Detail |
---|
public void setConsole(BuildConsole console)
public void setColor(org.eclipse.swt.graphics.Color color)
color
- color of this message stream, possibly null
public org.eclipse.swt.graphics.Color getColor()
null
if default.
null
public BuildConsole getConsole()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |