S-PLUS Connect/Java v1.0

com.insightful.splus
Class SplusEditManager

java.lang.Object
  extended by com.insightful.splus.SplusEditManager

public class SplusEditManager
extends Object

Provides server-side static methods for accessing client-side editors.


Constructor Summary
SplusEditManager()
           
 
Method Summary
static String edit(String editor, String data)
           
static void page(String pager, String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplusEditManager

public SplusEditManager()
                 throws SplusException
Throws:
SplusException
Method Detail

page

public static void page(String pager,
                        String data)
                 throws SplusException
Throws:
SplusException

edit

public static String edit(String editor,
                          String data)
                   throws SplusException
Throws:
SplusException

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.