|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface REngineUIInterface
interface defining delegate methods used by REngine
to forward user interface callbacks from R.
Method Summary | |
---|---|
void |
RBusyState(REngine eng,
int state)
called when the busy state of R changes - usual response is to change the shape of the cursor |
java.lang.String |
RChooseFile(REngine eng,
boolean newFile)
called when R wants the user to choose a file. |
Method Detail |
---|
void RBusyState(REngine eng, int state)
eng
- calling enginestate
- busy state of R (0 = not busy)java.lang.String RChooseFile(REngine eng, boolean newFile)
eng
- calling enginenewFile
- if true
then the user can specify a non-existing file to be created, otherwise an existing file must be selected.
null
if the selection was cancelled.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |