|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rosuda.REngine.REngineStdOutput
public class REngineStdOutput
implementation of the REngineOutputInterface which uses standard output.
| Constructor Summary | |
|---|---|
REngineStdOutput()
|
|
| Method Summary | |
|---|---|
void |
RFlushConsole(REngine eng)
called by R to flush (display) any pending console output. |
void |
RShowMessage(REngine eng,
java.lang.String text)
called when R wants to show a warning/error message box (not console-related). |
void |
RWriteConsole(REngine eng,
java.lang.String text,
int oType)
called when R prints output to the console. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public REngineStdOutput()
| Method Detail |
|---|
public void RWriteConsole(REngine eng,
java.lang.String text,
int oType)
REngineOutputInterface
RWriteConsole in interface REngineOutputInterfaceeng - calling enginetext - text to display in the consoleoType - output type (0=regular, 1=error/warning)
public void RShowMessage(REngine eng,
java.lang.String text)
REngineOutputInterface
RShowMessage in interface REngineOutputInterfaceeng - calling enginetext - text to display in the messagepublic void RFlushConsole(REngine eng)
REngineOutputInterface
RFlushConsole in interface REngineOutputInterfaceeng - calling engine
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||