com.insightful.splus
Class SplusClientEditorImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.insightful.splus.SplusClientEditorImpl
- All Implemented Interfaces:
- SplusClientEditor, Serializable, Remote
public class SplusClientEditorImpl
- extends UnicastRemoteObject
- implements SplusClientEditor
Default implementation of the SplusClientEditor.
Provides access to client-side editor from the server when in
client/server mode.
- See Also:
- Serialized Form
SplusClientEditorImpl
public SplusClientEditorImpl()
throws RemoteException
- Throws:
RemoteException
SplusClientEditorImpl
public SplusClientEditorImpl(SplusSession session)
throws RemoteException
- Throws:
RemoteException
page
public void page(String pager,
String data)
throws RemoteException
- Display paged data.
- Specified by:
page
in interface SplusClientEditor
- Throws:
RemoteException
edit
public String edit(String editor,
String data)
throws RemoteException
- Edit data.
- Specified by:
edit
in interface SplusClientEditor
- Throws:
RemoteException
setPager
public void setPager(String pager)
setEditor
public void setEditor(String editor)
report
public void report(String msg)
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.