S-PLUS Connect/Java v1.0
A B C D E F G H I J L M N O P Q R S T U W X Z

A

APPLY_ACTION_CMD - Static variable in class com.insightful.controls.SplusDialog
 
actionPerformed(ActionEvent) - Method in class com.insightful.gdevice.SGui.MessageDialog
 
actionPerformed(ActionEvent) - Method in class com.insightful.gdevice.SGui
 
add(SplusControlMethods) - Method in class com.insightful.controls.SplusFunctionInfo
Add a control to the control list with no name.
add(SplusControlMethods, String) - Method in class com.insightful.controls.SplusFunctionInfo
Add a control to the control list
add(SplusControlMethods, String, boolean) - Method in class com.insightful.controls.SplusFunctionInfo
Add a control to the control list
add(SplusControlMethods, String, boolean, boolean) - Method in class com.insightful.controls.SplusFunctionInfo
Add a control to the control list
add(SplusControlMethods, String, boolean, boolean, String) - Method in class com.insightful.controls.SplusFunctionInfo
Add a control to the control list
add(SGraphCommand) - Method in class com.insightful.gdevice.SCanvas
Adds an SGraphCommand to this SCanvas.
add(Vector) - Method in class com.insightful.gdevice.SCanvas
Add a vector of graph commands to this SCanvas.
add(SGraphCommand) - Method in class com.insightful.gdevice.SCanvasAWT
Adds an SGraphCommand to this SCanvas.
add(Vector) - Method in class com.insightful.gdevice.SCanvasAWT
Adds a set of SGraphCommand objects to this SCanvas.
add(STreeNode) - Method in class com.insightful.gdevice.STreeNode
 
addActionListener(ActionListener) - Method in class com.insightful.controls.SplusCheckBox
Adds an ActionListener to the list of listeners notified when an ActionEvent occurs, such as when the check box is selected.
addActionListener(ActionListener) - Method in class com.insightful.controls.SplusComboBox
Adds an actionListener to the list of action listeners for the control.
addActionListener(ActionListener) - Method in class com.insightful.controls.SplusDoubleSpinner
Adds an actionListener to the list of action listeners for the control.
addActionListener(ActionListener) - Method in class com.insightful.controls.SplusIntegerSpinner
Adds an actionListener to the list of action listeners for the control.
addActionListener(ActionListener) - Method in class com.insightful.controls.SplusPasswordField
Adds an actionListener to the list of action listeners for the control.
addActionListener(ActionListener) - Method in class com.insightful.controls.SplusRadioButton
 
addActionListener(ActionListener) - Method in class com.insightful.controls.SplusRadioButtonGroup
 
addActionListener(ActionListener) - Method in class com.insightful.controls.SplusTextField
Adds an actionListener to the list of action listeners for the control.
addBreakpoint(String, String, long[]) - Method in class com.insightful.splus.SplusDebugHandler
wrapper function used to call native add breakpoing method as a blocking request
addButtonListener(SplusDialog.SplusDialogButtonListener) - Method in class com.insightful.controls.SplusDialog
 
addCanvas(SCanvasAWT) - Method in class com.insightful.gdevice.SCanvasPaneController
 
addCanvas(SCanvasAWT, int) - Method in class com.insightful.gdevice.SCanvasPaneController
 
addCanvas(SCanvas) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
addCanvas(SCanvas) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
add this canvas to the graphics device, and make it the active canvas.
addCanvas(SCanvas) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
add this canvas to the graphics device, and make it the active canvas.
addCanvas(SCanvasAWT) - Method in class com.insightful.gdevice.SGui
 
addCanvas(SCanvasAWT, int) - Method in class com.insightful.gdevice.SGui
 
addCanvasListener(SCanvasListener) - Method in class com.insightful.gdevice.SCanvas
 
addChangeListener(ChangeListener) - Method in class com.insightful.controls.SplusCheckBox
Adds a ChangeListener to the list of listeners notified when a ChangeEvent occurs.
addChangeListener(ChangeListener) - Method in class com.insightful.controls.SplusRadioButton
 
addGraphWindow(GraphWindow) - Method in interface com.insightful.splus.SplusCanvasHandler
 
addGraphWindow(GraphWindow) - Method in class com.insightful.splus.SplusMinGui
 
addIdentifyCommand(int, float[], float[], float[], float[], String[], String[], int, int) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
addItemListener(ItemListener) - Method in class com.insightful.controls.SplusCheckBox
Adds an ItemListener to the list of listeners notified when an ItemEvent occurs.
addItemListener(ItemListener) - Method in class com.insightful.controls.SplusComboBox
Adds an ItemListener to the list of item listeners for the control.
addItemListener(ItemListener) - Method in class com.insightful.controls.SplusRadioButton
 
addListSelectionListener(ListSelectionListener) - Method in class com.insightful.controls.SplusListBox
 
addListener(SplusWinSessionListener) - Method in class com.insightful.splus.SplusWinSessionImpl
 
addPage() - Method in class com.insightful.gdevice.SApplet
Add a new empty page at the end of the existing pages.
addPage() - Method in class com.insightful.gdevice.SGui
 
addSelectedTag(String) - Method in class com.insightful.gdevice.SApplet
Select the specified tag.
addSelectedTag(String) - Method in class com.insightful.gdevice.SCanvasPaneController
 
addSelectedTag(String) - Method in class com.insightful.gdevice.SGui
 
addSelectedTagArray(String[]) - Method in class com.insightful.gdevice.SCanvasPaneController
 
addSplusDebugListener(SplusDebugListener) - Method in class com.insightful.splus.SplusDebugHandler
add an SplusDebugListener...listners will be notified whenever new debug info is recieved from the engine
addToCommandVector(SGraphCommand) - Method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
attachClassPath(String) - Method in interface com.insightful.splus.ClientUtilities
Add a class loader for the specified class path to the class loader search list.
attachClassPath(String[]) - Method in interface com.insightful.splus.ClientUtilities
Add a class loader for the specified set of class paths to the class loader search list.
attachClassPath(String) - Method in class com.insightful.splus.ClientUtilitiesImpl
Attach a new class path to the classloader.
attachClassPath(String[]) - Method in class com.insightful.splus.ClientUtilitiesImpl
Attach a set of new class paths to the classloader.
attachClassPath(String) - Method in class com.insightful.splus.ClientUtilitiesReceiver
Add a class loader for the specified class path to the class loader search list.
attachClassPath(String[]) - Method in class com.insightful.splus.ClientUtilitiesReceiver
Add a class loader for the specified set of class paths to the class loader search list.
attachClassPath(String) - Static method in class com.insightful.splus.util.ClassUtilities
Add a class loader for the specified class path to the class loader search list.
attachClassPath(String[]) - Static method in class com.insightful.splus.util.ClassUtilities
Add a class loader for the specified class paths to the class loader search list.
attachClassPath(URL[]) - Static method in class com.insightful.splus.util.ClassUtilities
Add a class loader for the specified URLs to the class loader search list.
available() - Method in interface com.insightful.splus.FileInputStreamProxy
 
available() - Method in class com.insightful.splus.FileInputStreamProxyImpl
 
available() - Method in class com.insightful.splus.RemoteFileInputStream
 
availableProcessors() - Static method in class com.insightful.splus.util.ClassUtilities
 

S-PLUS Connect/Java v1.0
A B C D E F G H I J L M N O P Q R S T U W X Z
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.