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

S

SApplet - Class in com.insightful.gdevice
The SApplet class displays S-PLUS Graphlets.
SApplet() - Constructor for class com.insightful.gdevice.SApplet
Constructs an SApplet object (does nothing).
SCanvas - Class in com.insightful.gdevice
An SCanvas is an object that can save and draw Splus graphic commands.
SCanvas() - Constructor for class com.insightful.gdevice.SCanvas
 
SCanvasAWT - Class in com.insightful.gdevice
An SCanvasAWT object saves and draws S-PLUS graphics commands.
SCanvasAWT() - Constructor for class com.insightful.gdevice.SCanvasAWT
Constructs an SCanvasAWT object.
SCanvasHit - Interface in com.insightful.gdevice
interface for an object representing a mouse hit within a graph command.
SCanvasHitRegion - Interface in com.insightful.gdevice
Extended SCanvasHit with additional methods.
SCanvasListener - Interface in com.insightful.gdevice
An interface to allow clients to find about changes to the contents of an SCanvas.
SCanvasPaneController - Class in com.insightful.gdevice
An SCanvasPaneController object coordinates the display and UI logic for a multi-page canvas display.
SCanvasPaneController(SCanvasPaneView) - Constructor for class com.insightful.gdevice.SCanvasPaneController
 
SCanvasPaneController.ContextMenuAccess - Interface in com.insightful.gdevice
 
SCanvasPaneController.EmbeddedFileAccess - Interface in com.insightful.gdevice
 
SCanvasPaneView - Interface in com.insightful.gdevice
This interface is used by a SCanvasPaneController for accessing the GUI objects for a multi-page canvas display.
SCanvasPaneView2 - Interface in com.insightful.gdevice
Extended SCanvasPaneView with additional methods.
SCanvasPoint - Class in com.insightful.gdevice
An SCanvasPoint object represents a point within a virtual SCanvas.
SCanvasPoint(float, float) - Constructor for class com.insightful.gdevice.SCanvasPoint
 
SCanvasRectangle - Class in com.insightful.gdevice
SCanvasRectangle represents a rectangle within a virtual SCanvas.
SCanvasRectangle(float, float, float, float) - Constructor for class com.insightful.gdevice.SCanvasRectangle
 
Segments(float[], float[], float[], float[]) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
Segments(float[], float[], float[], float[]) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
Segments(float[], float[], float[], float[]) - Method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
Segments(float[], float[], float[], float[]) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
SEGMENTS_TAG - Static variable in class com.insightful.gdevice.XML
 
selectRect() - Method in class com.insightful.gdevice.SCanvasPaneController
 
selectTagsFromSelectionRect() - Method in class com.insightful.gdevice.SApplet
select tags according to last selection rectangle and modifier keys.
selectTagsFromSelectionRect() - Method in class com.insightful.gdevice.SGui
 
sendCommand() - Method in class com.insightful.controls.SplusDialog
Called by performOk() and performApply().
sendCommand() - Method in class com.insightful.splus.client.TransferFileDialog
Override sendCommand() to transfer the file.
sendCommandVector(Vector) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
sendCommandVector(Vector) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
sendCommandVector(Vector) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
serializeXML(Node, OutputStream) - Static method in class com.insightful.splus.util.XMLTransformUtilities
IS THIS BEING USED ANYMORE?
SERVER_ROOT - Static variable in class com.insightful.splus.client.ServerFile
 
SERVER_ROOT_LENGTH - Static variable in class com.insightful.splus.client.ServerFile
 
ServerFile - Class in com.insightful.splus.client
Object representing a file on the server, with constructor to specify information on whether it is a directory.
ServerFile(String) - Constructor for class com.insightful.splus.client.ServerFile
Override the default File constructor and set local variables.
ServerFile(File, String) - Constructor for class com.insightful.splus.client.ServerFile
Override the default File constructor and set local variables.
ServerFile(String, String) - Constructor for class com.insightful.splus.client.ServerFile
Override the default File constructor and set local variables.
ServerFile(String, boolean) - Constructor for class com.insightful.splus.client.ServerFile
Constructor where the directory status is specified.
ServerFile(File, String, boolean) - Constructor for class com.insightful.splus.client.ServerFile
Constructor where the directory status is specified.
ServerFile(String, String, boolean) - Constructor for class com.insightful.splus.client.ServerFile
Constructor where the directory status is specified.
ServerFileSystemView - Class in com.insightful.splus.client
Object representing the file system on the server.
ServerFileSystemView() - Constructor for class com.insightful.splus.client.ServerFileSystemView
Create the ServerFileSystemView.
ServerFileSystemView(ClientUtilities) - Constructor for class com.insightful.splus.client.ServerFileSystemView
Create the ServerFileSystemView.
serverSideFileInfoQuery(String, boolean, boolean) - Static method in class com.insightful.splus.client.ServerFileSystemView
 
sessionExit() - Method in interface com.insightful.splus.SplusSession
Shut down the session.
sessionExit(boolean) - Method in interface com.insightful.splus.SplusSession
Shut down the session.
sessionExit(boolean) - Method in class com.insightful.splus.SplusSessionImpl
 
sessionExit() - Method in class com.insightful.splus.SplusSessionImpl
 
sessionExit() - Method in class com.insightful.splus.SplusWinSessionImpl
 
sessionExit(boolean) - Method in class com.insightful.splus.SplusWinSessionImpl
 
SessionProfile - Class in com.insightful.splus.client
This class contains client session startup settings such as the user name, server name, server paths, and client display.
SessionProfile() - Constructor for class com.insightful.splus.client.SessionProfile
Create an empty profile
SessionProfile(XMLElement) - Constructor for class com.insightful.splus.client.SessionProfile
Create an object based on an XML description.
SessionProfileList - Class in com.insightful.splus.client
LinkedList of SessionProfile objects.
SessionProfileList() - Constructor for class com.insightful.splus.client.SessionProfileList
Initializes the SessionProfileList to an empty list or the saved profiles.
setActionCommand(String) - Method in class com.insightful.controls.SplusCheckBox
Sets the action command for the check box.
setActionCommand(String) - Method in class com.insightful.controls.SplusComboBox
Sets the action command for the combo box.
setActionCommand(String) - Method in class com.insightful.controls.SplusRadioButton
 
setActionCommand(String) - Method in class com.insightful.controls.SplusRadioButtonGroup
Sets the action command for all buttons
setActionControl(JComponent) - Method in class com.insightful.controls.SplusLabelBox
Method to specify the actionControl.
setAltBackgroundColor(Color) - Method in class com.insightful.gdevice.SCanvasAWT
 
setAltColorScheme(ColorScheme) - Method in class com.insightful.gdevice.SCanvasAWT
 
setAlwaysOnTop(Dialog, boolean) - Static method in class com.insightful.controls.SplusWin32Tools
Sets whether a Dialog is always-on-top under Win32.
setAlwaysOnTop(Frame, boolean) - Static method in class com.insightful.controls.SplusWin32Tools
Sets whether a Frame is always-on-top under Win32.
setAnnotationTextColor(int) - Static method in class com.insightful.gdevice.SCanvasPaneController
 
setAppend(String[]) - Method in class com.insightful.controls.SplusComboBox
Sets the list of items to append to the option list specified by setOptionList().
setAppend(String[]) - Method in class com.insightful.controls.SplusListBox
 
setApplyVisible(boolean) - Method in class com.insightful.controls.SplusDialog
Some dialogs don't have an Apply button.
setAttribute(String, float) - Method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setAttributes(HashMap) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
setAttributes(HashMap) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
setAttributes(HashMap) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
setAutoZoom(boolean) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setBackgroundBorders(boolean) - Static method in class com.insightful.gdevice.SCanvasPaneController
Sets the m_backgroundBorders flag that determines whether to display borders around graph with graph background color, or gray.
setBackgroundColor(Color) - Method in class com.insightful.gdevice.SCanvasPaneController
 
SetBackgroundColor() - Method in interface com.insightful.gdevice.SGraphicsDevice
 
SetBackgroundColor() - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
SetBackgroundColor() - Method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
SetBackgroundColor() - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
setBackgroundRGBA(int, int, int, int) - Method in class com.insightful.gdevice.SCanvasAWT
 
setBreakInfo(String, long[]) - Static method in class com.insightful.splus.SplusDebugHandler
called from the engine to store the furrent expression and it's address
setCallStackInfo(String[], String[], String[]) - Static method in class com.insightful.splus.SplusDebugHandler
called from the engine to store info about the call stack.
setCanRead(boolean) - Method in class com.insightful.splus.client.ServerFile
 
setCanvasHandler(SplusCanvasHandler) - Static method in class com.insightful.splus.SplusSystem
Set the canvas query handler.
setCanvasTagSet(TagSet) - Method in class com.insightful.gdevice.SCanvasAWT
set TagSet.
setCanWrite(boolean) - Method in class com.insightful.splus.client.ServerFile
 
setCenterPanel(JComponent) - Method in class com.insightful.controls.SplusDialog
Add component to center panel and size the dialog.
setCheckExists(boolean) - Static method in class com.insightful.splus.client.ServerFile
 
setCheckReadable(boolean) - Static method in class com.insightful.splus.client.ServerFile
Method to check whether to do engine queries or just return true.
setCheckWritable(boolean) - Static method in class com.insightful.splus.client.ServerFile
 
setClassLoader(ClassLoader) - Static method in class com.insightful.splus.util.ClassUtilities
Set the current class loader used for mapping from names to classes.
setClientObjectFactory(ClientObjectFactory) - Method in interface com.insightful.splus.SplusSession
Set a ClientObjectFactory that the server can use to perform operations in the client JVM.
setClientObjectFactory(ClientObjectFactory) - Method in class com.insightful.splus.SplusSessionImpl
 
setClientObjectFactory(ClientObjectFactory) - Method in class com.insightful.splus.SplusWinSessionImpl
Since remote operation is not supported, it's unlikely that the setClientObjectFactory() and getClientObjectFactory() methods will be used.
setClipIdentify(boolean) - Method in class com.insightful.gdevice.SCanvasAWT
set/get flag for whether to clip java.identify regions to plot region.
setColorScheme(ColorScheme) - Method in class com.insightful.gdevice.SCanvas
this only sets the color scheme for the SCanvas itself.
setColorScheme(ColorScheme) - Method in class com.insightful.gdevice.SCanvasAWT
Sets the color scheme for this SCanvas.
setColorScheme(ColorScheme) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
setColorScheme(String, int[]) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
setColorScheme(ColorScheme) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
setColorScheme(String, int[]) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
setColorScheme(int, String, int[]) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setColorScheme(String, int[]) - Method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setColorScheme(ColorScheme) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
setColorScheme(String, int[]) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
setColorSchemeClientInfo() - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setColorSchemeCommit(int) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setColorSchemeIndexName(int, String) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setColorSchemeIndexSize(int) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setColorSchemeName(int, String) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setColorSchemeRow(int, int, int, int, int) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setCurrentPageBack() - Method in class com.insightful.gdevice.SApplet
Switch the currently-selected page to the last one viewed.
setCurrentPageBack() - Method in class com.insightful.gdevice.SCanvasPaneController
 
setCurrentPageBack() - Method in class com.insightful.gdevice.SGui
 
setCurrentPageByNumber(int) - Method in class com.insightful.gdevice.SApplet
Set the currently-selected page to the one with the given number.
setCurrentPageByNumber(int) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setCurrentPageByNumber(int) - Method in class com.insightful.gdevice.SGui
 
setCurrentPageByTag(String) - Method in class com.insightful.gdevice.SApplet
Set the current-selected page to the one with the given tag name.
setCurrentPageByTagName(String) - Method in class com.insightful.gdevice.SApplet
Set the current-selected page to the one with the given tag name.
setCurrentPageByTagName(String) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setCurrentPageByTagName(String) - Method in class com.insightful.gdevice.SGui
 
setCurrentPageForward() - Method in class com.insightful.gdevice.SApplet
Switch the currently-selected page to the next one viewed.
setCurrentPageForward() - Method in class com.insightful.gdevice.SCanvasPaneController
 
setCurrentPageForward() - Method in class com.insightful.gdevice.SGui
 
setCwd(File) - Static method in class com.insightful.splus.SplusSystem
Set the current working directory for file browsing.
setCwd(String) - Static method in class com.insightful.splus.SplusSystem
Set the current working directory for file browsing.
setDebug(boolean) - Method in class com.insightful.gdevice.SCanvasAWT
set/get flag for whether to print debugging info.
setDebug(boolean) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setDebugFirehose(boolean) - Static method in class com.insightful.gdevice.SCanvasPaneController
 
setDebugFirehoseCheckSleep(int) - Static method in class com.insightful.gdevice.SCanvasPaneController
 
setDebugMode(boolean) - Method in class com.insightful.splus.SplusDebugHandler
wrapper function used to call native set debug mode and command line methods
setDefaultFrame(Frame) - Static method in class com.insightful.splus.SplusSystem
Set the default parent Frame for dialogs.
setDefaultNumberOfRows(int) - Static method in class com.insightful.splus.util.ResultSetUtilities
Specify the default number of rows.
setDependentValue(String) - Method in class com.insightful.splus.SplusWideFormulaField
Set the left-hand-side of a formula.
setDeviceNumber(int) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
setDeviceNumber(int) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
set the Splus device number for the graphics device sending to this SCanvasLocalReceiver.
setDeviceNumber(int) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
set the Splus device number for the graphics device sending to this SCanvasLocalReceiver.
setDialogActivated(int, boolean) - Static method in class com.insightful.splus.SplusWinSessionImpl
 
setDialogRegister(int, boolean) - Static method in class com.insightful.splus.SplusWinSessionImpl
 
setDocumentBase(URL) - Method in class com.insightful.gdevice.SCanvasAWT
set/get documentBase to be used when resolving URLs in embedded images
setEditable(boolean) - Method in class com.insightful.controls.SplusComboBox
Sets whether the combo box is editable.
setEditor(String) - Method in class com.insightful.splus.SplusClientEditorImpl
 
setEnabled(boolean) - Method in class com.insightful.controls.SplusCheckBox
Sets whether the control is enabled.
setEnabled(boolean) - Method in class com.insightful.controls.SplusComboBox
Sets the control to be enabled or disabled.
setEnabled(boolean) - Method in interface com.insightful.controls.SplusControlMethods
Set whether the control is enabled.
setEnabled(boolean) - Method in class com.insightful.controls.SplusDoubleSpinner
Sets the control to be enabled or disabled.
setEnabled(boolean) - Method in class com.insightful.controls.SplusIntegerSpinner
Sets the control to be enabled or disabled.
setEnabled(boolean) - Method in class com.insightful.controls.SplusInvisibleControl
Required method for SplusControlMethods interface.
setEnabled(boolean) - Method in class com.insightful.controls.SplusListBox
 
setEnabled(boolean) - Method in class com.insightful.controls.SplusPasswordField
Sets the control to be enabled or disabled.
setEnabled(boolean) - Method in class com.insightful.controls.SplusRadioButton
 
setEnabled(boolean) - Method in class com.insightful.controls.SplusRadioButtonGroup
 
setEnabled(boolean) - Method in class com.insightful.controls.SplusStaticTextField
 
setEnabled(boolean) - Method in class com.insightful.controls.SplusTextField
Sets the control to be enabled or disabled.
setEncoding(String) - Static method in class com.insightful.splus.util.XMLTransformUtilities
Set the type of encoding used in subsequent XML document creation.
setEngineQueryHandler(SplusEngineQueryHandler) - Static method in class com.insightful.splus.SplusSystem
Set the engine query handler.
setErrorBreakpoint(boolean) - Method in class com.insightful.splus.SplusDebugHandler
wrapper function used to call native set error breakpoint method
setErrorCode(int) - Method in class com.insightful.splus.SplusConnectSpec
 
setErrorReport(String) - Method in class com.insightful.splus.SplusConnectSpec
 
setEvalInfo(String, String[]) - Static method in class com.insightful.splus.SplusDebugHandler
called from the engine to store expression evaluations
setExecutingScriptThreaded(boolean) - Static method in class com.insightful.splus.SplusWinSessionImpl
 
setExists(boolean) - Method in class com.insightful.splus.client.ServerFile
 
setFactoryArgs(String[]) - Method in class com.insightful.splus.client.ClientLoginDialog
 
setForegroundWindow(Dialog) - Static method in class com.insightful.controls.SplusWin32Tools
Sets a Dialog to the foreground under Win32.
setForegroundWindow(Frame) - Static method in class com.insightful.controls.SplusWin32Tools
Sets a Frame to the foreground under Win32.
setFromXML(XMLElement, IDHash) - Method in class com.insightful.gdevice.SCanvasAWT
 
setFunctionInfo(SplusFunctionInfo) - Method in class com.insightful.controls.SplusDialog
Set the SplusFunctionInfo object.
setFunctionName(String) - Method in class com.insightful.controls.SplusFunctionInfo
Set the name of the S-PLUS function to call.
setGraphics2DFlag() - Method in class com.insightful.gdevice.SApplet
 
setGraphicsDevice(SGraphicsDevice) - Method in class com.insightful.gdevice.SCanvas
Set SGraphicsDevice currently sending graphics commands to this SCanvas, or NULL, if there is no such device.
setHelpHost(String) - Method in class com.insightful.splus.client.SessionProfile
 
setHelpHost(String) - Method in class com.insightful.splus.SplusConnectSpec
 
setHelpHost(String) - Static method in class com.insightful.splus.SplusLogin
 
setHelpOff(String) - Method in class com.insightful.splus.client.SessionProfile
 
setHelpQueryHandler(SplusHelpQueryHandler) - Static method in class com.insightful.splus.SplusSystem
Set the help query handler.
setHighlightOutline(boolean) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setInApplet(boolean) - Method in class com.insightful.gdevice.SCanvasAWT
set/get flag for whether to print applet info.
setIndependentValue(String) - Method in class com.insightful.splus.SplusWideFormulaField
Set the right-hand-side of the formula.
setIsDir(boolean) - Method in class com.insightful.splus.client.ServerFile
 
setLabelColor(Color) - Static method in class com.insightful.gdevice.SCanvasPaneController
 
setLabelEnabled(boolean) - Method in class com.insightful.controls.SplusLabelBox
Method to enable the label
setLabelFor(JComponent) - Method in class com.insightful.controls.SplusLabelBox
Method to set the control attached to the label.
setLastModified(long) - Method in class com.insightful.splus.client.ServerFile
 
setLegacyGraphicsMode(boolean) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
Set the legacy graphics mode on or off
setLength(long) - Method in class com.insightful.splus.client.ServerFile
 
setLocatorFractionDigits(int) - Static method in class com.insightful.gdevice.SCanvasPaneController
Sets the number of digits that will be printed after the decimal point when displaying the mouse position.
setMainActionListener(ActionListener) - Static method in class com.insightful.splus.SplusSystem
Set the main ActionListener.
setMainMenuBar(JMenuBar) - Static method in class com.insightful.splus.SplusSystem
Set the main JMenuBar.
setMainToolBar(JToolBar) - Static method in class com.insightful.splus.SplusSystem
Set the main JToolBar.
setMnemonic(char) - Method in class com.insightful.controls.SplusCheckBox
Sets the mnemonic for the check box as a char.
setMnemonic(int) - Method in class com.insightful.controls.SplusCheckBox
Sets the mnemonic for the check box as an int.
setMnemonic(char) - Method in interface com.insightful.controls.SplusControlMethods
Sets the mnemonic for the control as a char.
setMnemonic(int) - Method in interface com.insightful.controls.SplusControlMethods
Sets the mnemonic for the control as an int.
setMnemonic(char) - Method in class com.insightful.controls.SplusInvisibleControl
Required method for SplusControlMethods interface.
setMnemonic(int) - Method in class com.insightful.controls.SplusInvisibleControl
Required method for SplusControlMethods interface.
setMnemonic(char) - Method in class com.insightful.controls.SplusLabelBox
 
setMnemonic(int) - Method in class com.insightful.controls.SplusLabelBox
 
setMnemonic(int) - Method in class com.insightful.controls.SplusRadioButton
 
setMnemonic(char) - Method in class com.insightful.controls.SplusRadioButton
 
setNewActiveCanvas(SCanvas) - Method in class com.insightful.gdevice.SCanvas
Set a new canvas to be the active canvas for this canvas' graphics device.
setObjectsInfo(String[], String[], String[], String[], String[], String[], String[]) - Static method in class com.insightful.splus.SplusDebugHandler
called from the engine to store info about the objects in the current frame.
setOption(String, String) - Method in class com.insightful.gdevice.SApplet
Set options from option dialog.
setOption(String, String) - Static method in class com.insightful.splus.SplusOptionsManager
Set an option to a specified value.
setOptionDisplayMousePosition(boolean) - Method in class com.insightful.gdevice.SGui
 
setOptionDisplayPageTabs(boolean) - Method in class com.insightful.gdevice.SGui
 
setOptionEnableActiveRegions(boolean) - Method in class com.insightful.gdevice.SGui
 
setOptionList(String[]) - Method in class com.insightful.controls.SplusCheckBox
Required method for SplusControlMethods interface.
setOptionList(String[]) - Method in class com.insightful.controls.SplusColorControl
Required method for SplusControlMethods.
setOptionList(String[]) - Method in class com.insightful.controls.SplusComboBox
Sets the option list to contain the specified elements plus any append or prepend values defined by setAppend() and setPrepend().
setOptionList(String[]) - Method in interface com.insightful.controls.SplusControlMethods
Sets the option list for the control.
setOptionList(String[]) - Method in class com.insightful.controls.SplusDoubleSpinner
Required method for SplusControlMethods interface.
setOptionList(String[]) - Method in class com.insightful.controls.SplusIntegerSpinner
Required method for SplusControlMethods interface.
setOptionList(String[]) - Method in class com.insightful.controls.SplusInvisibleControl
Required method for SplusControlMethods interface.
setOptionList(String[]) - Method in class com.insightful.controls.SplusLineStyleControl
Override method to do nothing since option list fixed.
setOptionList(String[]) - Method in class com.insightful.controls.SplusListBox
 
setOptionList(String[]) - Method in class com.insightful.controls.SplusPasswordField
Required method for SplusControlMethods interface.
setOptionList(String[]) - Method in class com.insightful.controls.SplusRadioButton
 
setOptionList(String[]) - Method in class com.insightful.controls.SplusRadioButtonGroup
 
setOptionList(String[]) - Method in class com.insightful.controls.SplusSymbolStyleControl
Override method to do nothing since option list fixed.
setOptionList(String[]) - Method in class com.insightful.controls.SplusTextField
Required method for SplusControlMethods interface.
setOptionMousePositionDigits(int) - Method in class com.insightful.gdevice.SGui
 
setOptionPrintMultiplePages(boolean) - Method in class com.insightful.gdevice.SGui
 
setOptionPrintSelectedRegions(boolean) - Method in class com.insightful.gdevice.SGui
 
setOptionPrintUnzoomedPage(boolean) - Method in class com.insightful.gdevice.SGui
 
setPagePropertyAction(int, String) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
setPagePropertyAction(int, String) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
setPagePropertyAction(int, String) - Method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setPagePropertyAction(int, int, String) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setPagePropertyAction(int, String) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
setPager(String) - Method in class com.insightful.splus.SplusClientEditorImpl
 
setPageTag(int, String) - Method in class com.insightful.gdevice.SApplet
Set full page tag (which may be XML) for a given page number (1-based).
setPageTag(String) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
setPageTag(String) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
setPageTag(String) - Method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setPageTag(int, String) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setPageTag(String) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
setPageTag(int, String) - Method in class com.insightful.gdevice.SGui
 
setPageTitle(int, String) - Method in class com.insightful.gdevice.SApplet
Set page title for a given page number (1-based).
setPageTitle(String) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
setPageTitle(String) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
setPageTitle(String) - Method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setPageTitle(int, String) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setPageTitle(String) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
setPageTitle(int, String) - Method in class com.insightful.gdevice.SGui
 
setParserProperties() - Static method in class com.insightful.splus.util.XMLTransformUtilities
Set System property hints for java xml implementation classes.
setPort(int) - Method in class com.insightful.splus.SplusConnectSpec
 
setPrepend(String[]) - Method in class com.insightful.controls.SplusComboBox
Sets the list of items to prepend to the option list specified by setOptionList().
setPrepend(String[]) - Method in class com.insightful.controls.SplusListBox
 
setProfileName(String) - Method in class com.insightful.splus.client.SessionProfile
 
setProgressText(String) - Method in class com.insightful.splus.SplusLogin
 
setProgressUpdateCode(Runnable) - Method in class com.insightful.splus.SplusLogin
 
setPromptFlag(boolean) - Method in class com.insightful.splus.SplusWinSessionImpl
Set whether prompts should be printed.
setPropertyAction(String) - Method in class com.insightful.gdevice.SCanvasAWT
 
setReadOnly() - Method in class com.insightful.splus.client.ServerFile
 
setResultControl(SplusControlMethods) - Method in class com.insightful.controls.SplusFunctionInfo
Set the control which will specify the name to which the results of the function should be assigned in S-PLUS.
setRtfExternalGraphicCompressionRate(int) - Method in class com.insightful.splus.util.XMLTransformUtilities.SplusConverterOption
 
setScrollVisible(int, boolean) - Method in interface com.insightful.gdevice.SCanvasPaneView
 
setScrollVisible(int, boolean) - Method in class com.insightful.gdevice.SGui
 
setSelectedIndex(int) - Method in class com.insightful.controls.SplusComboBox
Sets the selected value based on an index into the option list.
setSelectedIndex(int) - Method in class com.insightful.controls.SplusListBox
 
setSelectedIndices(int[]) - Method in class com.insightful.controls.SplusListBox
 
setSelectedTab(int) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setSelectedTabBack() - Method in class com.insightful.gdevice.SCanvasPaneController
 
setSelectedTabForward() - Method in class com.insightful.gdevice.SCanvasPaneController
 
setSelectedTagArray(String[]) - Method in class com.insightful.gdevice.SCanvas
 
setSelectedTagArray(String[]) - Method in class com.insightful.gdevice.SCanvasAWT
 
setSelectedTagArray(String[]) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
setSelectedTagArray(String[]) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
setSelectedTagArray(String[]) - Method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setSelectedTagArray(int, String[]) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setSelectedTagArray(String[]) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
setSelectedTags(String) - Method in class com.insightful.gdevice.SApplet
Sets the tags of the selected active regions.
setSelectedTags(String[]) - Method in class com.insightful.gdevice.SCanvasPaneController
Sets the tags of the selected rectangles.
setSelectedTags(String[]) - Method in class com.insightful.gdevice.SGui
Sets the tags of the selected rectangles.
setSelectionHighlightColor(Color) - Method in class com.insightful.gdevice.SCanvasPaneController
Sets the color for highlighting selected regions.
setSelectionHighlightMode(String) - Method in class com.insightful.gdevice.SCanvasPaneController
Sets the drawing mode for highlighting selected active regions.
setSelectionMode(int) - Method in class com.insightful.controls.SplusListBox
 
setSelectionRect(String) - Method in class com.insightful.gdevice.SApplet
Set selection rectangle.
setSelectionRect(SCanvasRectangle) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setSelectionRect(SCanvasRectangle) - Method in class com.insightful.gdevice.SGui
 
setSelectionRectControlDown(boolean) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setSelectionRectControlDown(boolean) - Method in class com.insightful.gdevice.SGui
 
setSelectionRectKeys(String) - Method in class com.insightful.gdevice.SApplet
Sets the key flags for the current selection rectangle.
setSelectionRectShiftDown(boolean) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setSelectionRectShiftDown(boolean) - Method in class com.insightful.gdevice.SGui
 
setServerCwd(String) - Method in class com.insightful.splus.client.SessionProfile
 
setServerFileHandler(SplusServerFileHandler) - Static method in class com.insightful.splus.SplusSystem
Set the server file handler.
setServerHost(String) - Method in class com.insightful.splus.client.SessionProfile
 
setServerPrompt(String) - Method in class com.insightful.splus.client.SessionProfile
 
setServerRmiport(String) - Method in class com.insightful.splus.client.SessionProfile
 
setServerTelnetScript(String) - Method in class com.insightful.splus.client.SessionProfile
 
setSessionArgs(String) - Method in class com.insightful.splus.client.SessionProfile
 
setSessionHost(String) - Method in class com.insightful.splus.SplusConnectSpec
 
setSessionID(String) - Method in class com.insightful.splus.SplusConnectSpec
 
setShowActiveRegions(boolean) - Static method in class com.insightful.gdevice.SCanvasPaneController
 
setShowMouseLocation(boolean) - Static method in class com.insightful.gdevice.SCanvasPaneController
 
setSize(int, int) - Method in class com.insightful.gdevice.SCanvasAWT
Sets the width and height of the virtual graphsheet.
setStandardColorScheme(int, String, int[]) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setStandardColorSchemeIndexNames(Vector) - Method in interface com.insightful.gdevice.SGraphicsDeviceFactory
 
setStandardColorSchemeIndexNames(Vector) - Method in class com.insightful.gdevice.SGraphicsDeviceFactoryImplementation
 
setStandardColorSchemeIndexNames(Vector) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceFactoryImplementation
 
setStandardColorSchemes(Vector) - Method in interface com.insightful.gdevice.SGraphicsDeviceFactory
 
setStandardColorSchemes(Vector) - Method in class com.insightful.gdevice.SGraphicsDeviceFactoryImplementation
 
setStandardColorSchemes(Vector) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceFactoryImplementation
 
setTabTag(int, String) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setTabTitle(int, String) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setTag(String) - Method in class com.insightful.gdevice.SCanvasAWT
Sets the tag string, which uniquely identifies the page.
setText(String) - Method in class com.insightful.controls.SplusCheckBox
Sets the text label for the check box.
setText(String) - Method in interface com.insightful.controls.SplusControlMethods
Sets the text label for the control.
setText(String) - Method in class com.insightful.controls.SplusInvisibleControl
Required method for SplusControlMethods interface.
setText(String) - Method in class com.insightful.controls.SplusLabelBox
 
setText(String) - Method in class com.insightful.controls.SplusRadioButton
 
setText(String) - Method in class com.insightful.controls.SplusStaticTextField
 
setTitle(String) - Method in class com.insightful.gdevice.SCanvas
 
setTitle(String) - Method in class com.insightful.gdevice.SCanvasAWT
Sets the canvas page title.
setUseCommandVector(int, boolean) - Static method in class com.insightful.gdevice.SGraphicsDeviceReceiver
 
setUserName(String) - Method in class com.insightful.splus.client.SessionProfile
 
setUserObject(Object) - Method in class com.insightful.gdevice.STreeNode
 
setUserSize(Dimension) - Method in class com.insightful.gdevice.SCanvasAWT
Sets the user size.
setUserSize(Dimension) - Method in interface com.insightful.gdevice.SGraphicsDevice
 
setUserSize(Dimension) - Method in class com.insightful.gdevice.SGraphicsDeviceImplementation
 
setUserSize(Dimension) - Method in class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
setValue(String) - Method in class com.insightful.controls.SplusCheckBox
Sets the value of the check box as a String.
setValue(String) - Method in class com.insightful.controls.SplusColorControl
Sets the selected color.
setValue(String) - Method in class com.insightful.controls.SplusComboBox
Sets the combo box to have a specified value.
setValue(String) - Method in interface com.insightful.controls.SplusControlMethods
Sets the value of the control as a String.
setValue(String) - Method in class com.insightful.controls.SplusDoubleSpinner
Sets the field to have a specified value.
setValue(String) - Method in class com.insightful.controls.SplusIntegerSpinner
Sets the field to have a specified value.
setValue(String) - Method in class com.insightful.controls.SplusInvisibleControl
Set the stored value.
setValue(String) - Method in class com.insightful.controls.SplusLineStyleControl
 
setValue(String) - Method in class com.insightful.controls.SplusListBox
 
setValue(String) - Method in class com.insightful.controls.SplusPasswordField
Sets the content of the text field.
setValue(String) - Method in class com.insightful.controls.SplusRadioButton
 
setValue(String) - Method in class com.insightful.controls.SplusRadioButtonGroup
 
setValue(String) - Method in class com.insightful.controls.SplusSymbolStyleControl
 
setValue(String) - Method in class com.insightful.controls.SplusTextField
Sets the content of the text field.
setValues(String[]) - Method in class com.insightful.controls.SplusListBox
 
setWarningBreakpoint(boolean) - Method in class com.insightful.splus.SplusDebugHandler
wrapper function used to call native set warning breakpoint method
setXserverDisplay(String) - Method in class com.insightful.splus.client.SessionProfile
 
setZoom(double) - Method in class com.insightful.gdevice.SApplet
Set zoom factor.
setZoom(double) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setZoom(double) - Method in class com.insightful.gdevice.SGui
 
setZoomToRect(String) - Method in class com.insightful.gdevice.SApplet
Zoom to show specified rectangle.
setZoomToRect(SCanvasRectangle) - Method in class com.insightful.gdevice.SCanvasPaneController
 
setZoomToRect(SCanvasRectangle) - Method in class com.insightful.gdevice.SGui
 
setZoomToSelectionRect() - Method in class com.insightful.gdevice.SApplet
Zoom to last selection rectangle.
SFactory - Class in com.insightful.gdevice
 
SFactory() - Constructor for class com.insightful.gdevice.SFactory
 
SFactoryAWT - Class in com.insightful.gdevice
 
SFactoryAWT() - Constructor for class com.insightful.gdevice.SFactoryAWT
 
SGraphicsDevice - Interface in com.insightful.gdevice
Interface of methods required by an S-PLUS graphics device.
SGraphicsDeviceFactory - Interface in com.insightful.gdevice
Interface for an object factory to create SGraphicsDevice objects and get/set color schemes.
SGraphicsDeviceFactoryImplementation - Class in com.insightful.gdevice
Object factory to create SGraphicsDeviceImplementation and get/set color schemes.
SGraphicsDeviceFactoryImplementation() - Constructor for class com.insightful.gdevice.SGraphicsDeviceFactoryImplementation
 
SGraphicsDeviceFactoryImplementation(SplusSession) - Constructor for class com.insightful.gdevice.SGraphicsDeviceFactoryImplementation
 
SGraphicsDeviceImplementation - Class in com.insightful.gdevice
S-PLUS graphics device.
SGraphicsDeviceImplementation(SCanvas) - Constructor for class com.insightful.gdevice.SGraphicsDeviceImplementation
 
SGraphicsDeviceImplementation(SCanvas, SplusSession) - Constructor for class com.insightful.gdevice.SGraphicsDeviceImplementation
 
SGraphicsDeviceReceiver - Class in com.insightful.gdevice
Server-side object providing access to a client-side SGraphicsDeviceFactoryImplementation.
SGraphicsDeviceReceiver(float, String) - Constructor for class com.insightful.gdevice.SGraphicsDeviceReceiver
 
SGraphicsLocalDeviceFactoryImplementation - Class in com.insightful.gdevice
Non-remote object factory to create SGraphicsDeviceImplementation and get/set color schemes.
SGraphicsLocalDeviceFactoryImplementation() - Constructor for class com.insightful.gdevice.SGraphicsLocalDeviceFactoryImplementation
 
SGraphicsLocalDeviceImplementation - Class in com.insightful.gdevice
Local S-PLUS graphics device.
SGraphicsLocalDeviceImplementation(SCanvas) - Constructor for class com.insightful.gdevice.SGraphicsLocalDeviceImplementation
 
SGui - Class in com.insightful.gdevice
 
SGui() - Constructor for class com.insightful.gdevice.SGui
 
SGui(Applet) - Constructor for class com.insightful.gdevice.SGui
 
SGui.MessageDialog - Class in com.insightful.gdevice
A MessageDialog gives information to the user.
SGui.SGuiPrintable - Class in com.insightful.gdevice
 
SGui.SGuiPrintable(SCanvasPaneController, boolean, boolean) - Constructor for class com.insightful.gdevice.SGui.SGuiPrintable
 
show() - Method in class com.insightful.controls.SplusDialog
Override show() method to set focus to the first focusable component in the first component added to the content pane when the dialog is shown.
showHelpDialog() - Method in class com.insightful.gdevice.SApplet
Display popup help dialog.
showMessageDialog(String, Component) - Method in class com.insightful.gdevice.SGui
 
showMessageDialog(String, String) - Method in class com.insightful.gdevice.SGui
 
showNewCanvas(SCanvas) - Method in interface com.insightful.splus.SplusCanvasHandler
 
showNewCanvas(SCanvas) - Method in class com.insightful.splus.SplusMinGui
 
showNewDialog(String) - Static method in class com.insightful.controls.SplusDialog
Utility method to create and show a new dialog given the class name.
showOptionsDialog() - Method in class com.insightful.gdevice.SApplet
Display popup dialog showing the options.
showPrintDialog() - Method in class com.insightful.gdevice.SApplet
Display popup print dialog.
showSelectedTab() - Method in class com.insightful.gdevice.SCanvasPaneController
 
showTopic(String) - Method in class com.insightful.splus.client.ClientLoginHelpDialog
Scroll the page to a specified anchor in the HTML file.
showTopic(String) - Method in class com.insightful.splus.util.SimpleHelpDialog
Jump to a specified topic on the page.
shutdown() - Method in interface com.insightful.splus.ClientObjectFactory
Shut down the client process.
shutdown() - Method in class com.insightful.splus.ClientObjectFactoryImpl
Shutdown the process with System.exit(0)
SimpleHelpDialog - Class in com.insightful.splus.util
A JDialog displaying an HTML page in a JEditorPane within a JScrollPane.
SimpleHelpDialog(Dialog, String, String) - Constructor for class com.insightful.splus.util.SimpleHelpDialog
Create the Help dialog with a Dialog as its owner, the dialog title, and the URL for the HTML help file.
skip(long) - Method in interface com.insightful.splus.FileInputStreamProxy
 
skip(long) - Method in class com.insightful.splus.FileInputStreamProxyImpl
 
skip(long) - Method in class com.insightful.splus.RemoteFileInputStream
 
SPLUS_DISPLAY_HEIGHT - Static variable in class com.insightful.gdevice.SCanvasAWT
S-PLUS graphsheet height.
SPLUS_DISPLAY_WIDTH - Static variable in class com.insightful.gdevice.SCanvasAWT
S-PLUS graphsheet width.
SPLUS_LICENSE_ERROR - Static variable in class com.insightful.splus.SplusConnectSpec
 
SPLUS_STARTUP_ERROR - Static variable in class com.insightful.splus.SplusConnectSpec
 
SplusBadDataException - Exception in com.insightful.splus
Exception indicating that an SplusDataResult was queried for an unavailable type of data.
SplusBadDataException() - Constructor for exception com.insightful.splus.SplusBadDataException
 
SplusBadDataException(String) - Constructor for exception com.insightful.splus.SplusBadDataException
Create an exception with the specified message.
SplusBooleanDataResult - Class in com.insightful.splus
Result of evaluating an S-PLUS expression producing boolean (logical) vector.
SplusBooleanDataResult(String, String, String[], String, boolean[]) - Constructor for class com.insightful.splus.SplusBooleanDataResult
Constructor with boolean data.
SplusBoxFiller - Class in com.insightful.controls
Box.Filler sized to be as wide as an SplusGroupPanel.
SplusBoxFiller() - Constructor for class com.insightful.controls.SplusBoxFiller
Constructs a box used as a spacer in an SplusDialog.
SplusBoxFiller(int) - Constructor for class com.insightful.controls.SplusBoxFiller
Constructs a box with a specified number of lines.
SplusButton - Class in com.insightful.controls
A JButton with attributes such as size consistent with the S-PLUS standard.
SplusButton(String, char) - Constructor for class com.insightful.controls.SplusButton
Constructs a button with a specified label and mnemonic.
SplusButton(String, int) - Constructor for class com.insightful.controls.SplusButton
Constructs a button with a specified label and mnemonic.
SplusButton(String) - Constructor for class com.insightful.controls.SplusButton
Constructs a button with a specified label.
SplusByteDataResult - Class in com.insightful.splus
Result of evaluating an S-PLUS expression producing byte (rawData) vector.
SplusByteDataResult(String, String, String[], String, byte[]) - Constructor for class com.insightful.splus.SplusByteDataResult
 
SplusCanvasHandler - Interface in com.insightful.splus
Interface with methods for creating and accessing SCanvas objects.
SplusCheckBox - Class in com.insightful.controls
A check box component sized as a standard S-PLUS control and implementing SplusControlMetrics.
SplusCheckBox(String, char) - Constructor for class com.insightful.controls.SplusCheckBox
Constructs a check box component with the specified label and mnemonic.
SplusCheckBox(String, int) - Constructor for class com.insightful.controls.SplusCheckBox
Constructs a check box component with the specified label and mnemonic.
SplusCheckBox(String) - Constructor for class com.insightful.controls.SplusCheckBox
Constructs a check box component with the specified label.
SplusClientEditor - Interface in com.insightful.splus
Provides access to client-side editor
SplusClientEditorImpl - Class in com.insightful.splus
Default implementation of the SplusClientEditor.
SplusClientEditorImpl() - Constructor for class com.insightful.splus.SplusClientEditorImpl
 
SplusClientEditorImpl(SplusSession) - Constructor for class com.insightful.splus.SplusClientEditorImpl
 
SplusColorControl - Class in com.insightful.controls
Non-editable combo box containing a list of the colors available under the current color scheme.
SplusColorControl() - Constructor for class com.insightful.controls.SplusColorControl
Constructs a color control
SplusComboBox - Class in com.insightful.controls
Standard combo box control for S-PLUS dialogs.
SplusComboBox() - Constructor for class com.insightful.controls.SplusComboBox
Constructs a combo box with a blank label.
SplusComboBox(String) - Constructor for class com.insightful.controls.SplusComboBox
Constructs a combo box with the specified label.
SplusComboBox(String, char) - Constructor for class com.insightful.controls.SplusComboBox
Constructs a combo box with the specified label and mnemonic.
SplusComboBox(String, int) - Constructor for class com.insightful.controls.SplusComboBox
Constructs a combo box with the specified label and mnemonic.
SplusComboBox(String, char, String[]) - Constructor for class com.insightful.controls.SplusComboBox
Constructs a combo box with the specified label, mnemonic, and option list.
SplusComboBox(String, int, String[]) - Constructor for class com.insightful.controls.SplusComboBox
Constructs a combo box with the specified label, mnemonic, and option list.
SplusComboBox(String, String[]) - Constructor for class com.insightful.controls.SplusComboBox
Constructs a combo box with the specified label and option list.
SplusConnectSpec - Class in com.insightful.splus
Encapsulates transaction data returned when trying to acquire a remote SplusSession from an SplusSessionFactory.
SplusConnectSpec(String, String, String, int) - Constructor for class com.insightful.splus.SplusConnectSpec
 
SplusConnectSpec(String, String, String) - Constructor for class com.insightful.splus.SplusConnectSpec
 
SplusConnectSpec(String, String, int) - Constructor for class com.insightful.splus.SplusConnectSpec
 
SplusConnectSpec(String, String) - Constructor for class com.insightful.splus.SplusConnectSpec
 
SplusConnectSpec(String, int) - Constructor for class com.insightful.splus.SplusConnectSpec
 
SplusConnectSpec(String) - Constructor for class com.insightful.splus.SplusConnectSpec
 
SplusControlMethods - Interface in com.insightful.controls
This interface provides a common set of methods for standard S-PLUS dialog controls.
SplusControlMetrics - Class in com.insightful.controls
Singleton which calculates the standard Dimension for a control based on the size of the font used in dialogs.
SplusDataColumnComboBox - Class in com.insightful.splus
Combo box for column names.
SplusDataColumnComboBox(SplusDataColumnListProvider) - Constructor for class com.insightful.splus.SplusDataColumnComboBox
Create a combo box labeled "Variable:".
SplusDataColumnComboBox(String, char, SplusDataColumnListProvider) - Constructor for class com.insightful.splus.SplusDataColumnComboBox
Create a combo box with a specific label and mnemonic.
SplusDataColumnComboBox(String, int, SplusDataColumnListProvider) - Constructor for class com.insightful.splus.SplusDataColumnComboBox
Create a combo box with a specific label and mnemonic.
SplusDataColumnComboBox(String, SplusDataColumnListProvider) - Constructor for class com.insightful.splus.SplusDataColumnComboBox
Create a combo box with a specific label.
SplusDataColumnListBox - Class in com.insightful.splus
List box for column names.
SplusDataColumnListBox(SplusDataColumnListProvider) - Constructor for class com.insightful.splus.SplusDataColumnListBox
Create a list box labeled "Variables:".
SplusDataColumnListBox(String, char, SplusDataColumnListProvider) - Constructor for class com.insightful.splus.SplusDataColumnListBox
Create a list box with a specific label and mnemonic.
SplusDataColumnListBox(String, int, SplusDataColumnListProvider) - Constructor for class com.insightful.splus.SplusDataColumnListBox
Create a list box with a specific label and mnemonic.
SplusDataColumnListBox(String, SplusDataColumnListProvider) - Constructor for class com.insightful.splus.SplusDataColumnListBox
Create a list box with a specific label and no mnemonic.
SplusDataColumnListProvider - Interface in com.insightful.splus
Interface providing a column list to a control.
SplusDataResult - Class in com.insightful.splus
Result information from a query to the S-PLUS engine.
SplusDataResult(String, String, String, String[]) - Constructor for class com.insightful.splus.SplusDataResult
Create a result with no data.
SplusDataSetComboBox - Class in com.insightful.splus
Combo box listing S-PLUS data sets.
SplusDataSetComboBox() - Constructor for class com.insightful.splus.SplusDataSetComboBox
Create a combo box labeled "Data Set".
SplusDataSetComboBox(String, char) - Constructor for class com.insightful.splus.SplusDataSetComboBox
Create a combo box with the specified label and mnemonic.
SplusDataSetComboBox(String, int) - Constructor for class com.insightful.splus.SplusDataSetComboBox
Create a combo box with the specified label and mnemonic.
SplusDataSetComboBox(String) - Constructor for class com.insightful.splus.SplusDataSetComboBox
Create a combo box with the specified label.
SplusDebugHandler - Class in com.insightful.splus
The intent of this class is to provide a single entry/exit point for the debug functionality contained in the S-PLUS engine and accessed via the java connection.
SplusDebugHandler() - Constructor for class com.insightful.splus.SplusDebugHandler
Default constructor just starts the job queue for communication with the engine
SplusDebugListener - Interface in com.insightful.splus
 
SplusDialog - Class in com.insightful.controls
Standard dialog used by the S-PLUS GUI.
SplusDialog() - Constructor for class com.insightful.controls.SplusDialog
Dialog with default Frame as parent and no title.
SplusDialog(String) - Constructor for class com.insightful.controls.SplusDialog
Dialog with default Frame as parent and the specified title.
SplusDialog(Frame, String) - Constructor for class com.insightful.controls.SplusDialog
Dialog with the specified parent and the specified title.
SplusDialog.SplusDialogButtonListener - Interface in com.insightful.controls
 
splusDialogButtonPressed(SplusDialog, String) - Method in interface com.insightful.controls.SplusDialog.SplusDialogButtonListener
 
SplusDoubleDataResult - Class in com.insightful.splus
Result of evaluating an S-PLUS expression producing double (numeric) vector.
SplusDoubleDataResult(String, String, String[], String, double[]) - Constructor for class com.insightful.splus.SplusDoubleDataResult
 
SplusDoubleSpinner - Class in com.insightful.controls
A JTextField with a JScrollBar which behaves as a spinner and an associated JLabel.
SplusDoubleSpinner(String) - Constructor for class com.insightful.controls.SplusDoubleSpinner
Create a spinner field with the specified label.
SplusDoubleSpinner(String, char) - Constructor for class com.insightful.controls.SplusDoubleSpinner
Create a spinner field with the specified label and mnemonic.
SplusDoubleSpinner(String, int) - Constructor for class com.insightful.controls.SplusDoubleSpinner
Create a spinner field with the specified label and mnemonic.
SplusDoubleSpinner(String, int, double, double, double) - Constructor for class com.insightful.controls.SplusDoubleSpinner
Create a spinner field with the specified label, mnemonic, and specified values for the spinner min, max, and increment.
SplusDoubleSpinner(String, char, double, double, double) - Constructor for class com.insightful.controls.SplusDoubleSpinner
Create a spinner field with the specified label, mnemonic, and specified values for the spinner min, max, and increment.
SplusDoubleSpinner(String, double, double, double) - Constructor for class com.insightful.controls.SplusDoubleSpinner
Create a spinner field with the specified label and specified values for the spinner min, max, and increment.
SplusEditManager - Class in com.insightful.splus
Provides server-side static methods for accessing client-side editors.
SplusEditManager() - Constructor for class com.insightful.splus.SplusEditManager
 
SplusEngineBusyException - Exception in com.insightful.splus
Exception generated when the engine is queried while it is already evaluation an expression.
SplusEngineBusyException() - Constructor for exception com.insightful.splus.SplusEngineBusyException
 
SplusEngineQueryHandler - Interface in com.insightful.splus
Interface supporting methods to query the S-PLUS engine.
SplusException - Exception in com.insightful.splus
Base class for Exceptions generated by S-PLUS.
SplusException() - Constructor for exception com.insightful.splus.SplusException
 
SplusFloatDataResult - Class in com.insightful.splus
Result of evaluating an S-PLUS expression producing float (single) vector.
SplusFloatDataResult(String, String, String[], String, float[]) - Constructor for class com.insightful.splus.SplusFloatDataResult
 
SplusFunctionInfo - Class in com.insightful.controls
Holds information on which controls contain values to use in a function call, and how to format the values.
SplusFunctionInfo() - Constructor for class com.insightful.controls.SplusFunctionInfo
Construct an empty SplusFunctionInfo object.
SplusFunctionInfo(String) - Constructor for class com.insightful.controls.SplusFunctionInfo
Construct an SplusFunctionInfo object specifying the name of the S-PLUS function to call.
SplusGroupPanel - Class in com.insightful.controls
A JComponent with layout consistent with S-PLUS standards.
SplusGroupPanel(String) - Constructor for class com.insightful.controls.SplusGroupPanel
Title for the panel.
SplusHelpQueryHandler - Interface in com.insightful.splus
Interface supporting methods to query the help system.
SplusIncompleteExpressionException - Exception in com.insightful.splus
Generated when an expression that is not syntactically complete is submitted for evaluation by the S-PLUS engine.
SplusIncompleteExpressionException() - Constructor for exception com.insightful.splus.SplusIncompleteExpressionException
 
SplusIntegerSpinner - Class in com.insightful.controls
A JTextField with a JScrollBar which behaves as a spinner and an associated JLabel.
SplusIntegerSpinner(String) - Constructor for class com.insightful.controls.SplusIntegerSpinner
Create a spinner field with the specified label.
SplusIntegerSpinner(String, char) - Constructor for class com.insightful.controls.SplusIntegerSpinner
Create a spinner field with the specified label and mnemonic.
SplusIntegerSpinner(String, int) - Constructor for class com.insightful.controls.SplusIntegerSpinner
Create a spinner field with the specified label and mnemonic.
SplusIntegerSpinner(String, int, int, int, int) - Constructor for class com.insightful.controls.SplusIntegerSpinner
Create a spinner field with the specified label, mnemonic, and specified values for the spinner min, max, and increment.
SplusIntegerSpinner(String, char, int, int, int) - Constructor for class com.insightful.controls.SplusIntegerSpinner
Create a spinner field with the specified label, mnemonic, and specified values for the spinner min, max, and increment.
SplusIntegerSpinner(String, int, int, int) - Constructor for class com.insightful.controls.SplusIntegerSpinner
Create a spinner field with the specified label and specified values for the spinner min, max, and increment.
SplusInvisibleControl - Class in com.insightful.controls
Control implementing SplusControlMethods that has no visible control.
SplusInvisibleControl(String) - Constructor for class com.insightful.controls.SplusInvisibleControl
Create the control storing the specified value.
SplusLabelBox - Class in com.insightful.controls
The basic building block for S-PLUS controls which have a JLabel and an action control such as a JTextField.
SplusLabelBox(String, char) - Constructor for class com.insightful.controls.SplusLabelBox
 
SplusLabelBox(String) - Constructor for class com.insightful.controls.SplusLabelBox
 
SplusLicenseException - Exception in com.insightful.splus
Exception indicating there is a problem with the S-PLUS license.
SplusLicenseException() - Constructor for exception com.insightful.splus.SplusLicenseException
 
SplusLicenseException(String) - Constructor for exception com.insightful.splus.SplusLicenseException
Create an exception with the specified message.
SplusLineStyleControl - Class in com.insightful.controls
Control providing a list of Line Styles which gets and sets values using integers 1 to 9.
SplusLineStyleControl() - Constructor for class com.insightful.controls.SplusLineStyleControl
 
SplusListBox - Class in com.insightful.controls
Control with a JList in a JScrollPane and an associated JLabel.
SplusListBox() - Constructor for class com.insightful.controls.SplusListBox
 
SplusListBox(String) - Constructor for class com.insightful.controls.SplusListBox
 
SplusListBox(String, char) - Constructor for class com.insightful.controls.SplusListBox
 
SplusListBox(String, int) - Constructor for class com.insightful.controls.SplusListBox
 
SplusListBox(String, char, String[]) - Constructor for class com.insightful.controls.SplusListBox
 
SplusListBox(String, int, String[]) - Constructor for class com.insightful.controls.SplusListBox
 
SplusListBox(String, String[]) - Constructor for class com.insightful.controls.SplusListBox
 
SplusLogin - Class in com.insightful.splus
 
SplusLogin() - Constructor for class com.insightful.splus.SplusLogin
 
SplusLogin.LookupThread - Class in com.insightful.splus
The inner class LookupThread represents a separate thread to call Naming.lookup the first time it needs to be called (namely to find the SplusSessionFactory).
SplusLogin.LookupThread(String, int) - Constructor for class com.insightful.splus.SplusLogin.LookupThread
 
SplusLogin.SplusLoginException - Exception in com.insightful.splus
 
SplusLogin.SplusLoginException(String) - Constructor for exception com.insightful.splus.SplusLogin.SplusLoginException
 
SplusLogin.SplusLoginFatalException - Exception in com.insightful.splus
More severe exception class thrown by newSession.
SplusLogin.SplusLoginFatalException(String) - Constructor for exception com.insightful.splus.SplusLogin.SplusLoginFatalException
 
SplusLongDataResult - Class in com.insightful.splus
Result of evaluating an S-PLUS expression producing long (integer) vector.
SplusLongDataResult(String, String, String[], String, long[]) - Constructor for class com.insightful.splus.SplusLongDataResult
 
SplusMinGui - Class in com.insightful.splus
Support for a Java graphics device in the non-GUI Java version.
SplusMinGui() - Constructor for class com.insightful.splus.SplusMinGui
 
SplusMinGui(boolean) - Constructor for class com.insightful.splus.SplusMinGui
 
SplusObjectComboBox - Class in com.insightful.splus
Combo box containing a list of the S-PLUS objects of a specific class.
SplusObjectComboBox(String, char, String) - Constructor for class com.insightful.splus.SplusObjectComboBox
Create a combo box listing objects of a specific class with a specified label and mnemonic.
SplusObjectComboBox(String, int, String) - Constructor for class com.insightful.splus.SplusObjectComboBox
Create a combo box listing objects of a specific class with a specified label and mnemonic.
SplusObjectComboBox(String, String) - Constructor for class com.insightful.splus.SplusObjectComboBox
Create a combo box listing objects of a specific class with a specified label.
SplusOptionsManager - Class in com.insightful.splus
Support for Java GUI options.
SplusOptionsManager() - Constructor for class com.insightful.splus.SplusOptionsManager
 
SplusOutputHandler - Interface in com.insightful.splus
Interface for a class that can handle standard output and standard error from the S-PLUS engine.
SplusOutputHandlerImpl - Class in com.insightful.splus
Write text from the S-PLUS engine to the Java GUI.
SplusOutputHandlerImpl() - Constructor for class com.insightful.splus.SplusOutputHandlerImpl
Create the object to route the output.
SplusOutputHandlerImpl(SplusSession) - Constructor for class com.insightful.splus.SplusOutputHandlerImpl
 
SplusPasswordField - Class in com.insightful.controls
Standard password field control for S-PLUS dialogs.
SplusPasswordField(String, char) - Constructor for class com.insightful.controls.SplusPasswordField
Constructs a labeled text field control.
SplusPasswordField(String) - Constructor for class com.insightful.controls.SplusPasswordField
Constructs a labeled text field control.
SplusRadioButton - Class in com.insightful.controls
Control that behaves like a check box but looks like a radio button.
SplusRadioButton(String, char) - Constructor for class com.insightful.controls.SplusRadioButton
 
SplusRadioButton(String, int) - Constructor for class com.insightful.controls.SplusRadioButton
 
SplusRadioButton(String) - Constructor for class com.insightful.controls.SplusRadioButton
 
SplusRadioButtonGroup - Class in com.insightful.controls
Control with a set of JRadioButton objects belonging to a ButtonGroup and an associated JLabel.
SplusRadioButtonGroup(String, char, String[]) - Constructor for class com.insightful.controls.SplusRadioButtonGroup
 
SplusRadioButtonGroup(String, int, String[]) - Constructor for class com.insightful.controls.SplusRadioButtonGroup
 
SplusRadioButtonGroup(String, String[]) - Constructor for class com.insightful.controls.SplusRadioButtonGroup
 
SplusServerFileHandler - Interface in com.insightful.splus
Interface with methods for creating server file objects.
SplusServerToolsDialog - Class in com.insightful.splus
Dialog for server management.
SplusServerToolsDialog() - Constructor for class com.insightful.splus.SplusServerToolsDialog
Create the dialog initialized to the default RMI port of 1099.
SplusServerToolsDialog(String) - Constructor for class com.insightful.splus.SplusServerToolsDialog
Create the dialog initialized to a specified RMI port number.
SplusSession - Interface in com.insightful.splus
Primary connection between Java and the S-PLUS engine.
SplusSessionImpl - Class in com.insightful.splus
Basic implementation of SplusSession for UNIX/Linux.
SplusSessionImpl(String[], boolean) - Constructor for class com.insightful.splus.SplusSessionImpl
 
SplusSessionImpl(String[]) - Constructor for class com.insightful.splus.SplusSessionImpl
 
SplusSessionImpl() - Constructor for class com.insightful.splus.SplusSessionImpl
 
SplusStaticTextField - Class in com.insightful.controls
A component with a JLabel sized to match the other S-PLUS controls.
SplusStaticTextField(String) - Constructor for class com.insightful.controls.SplusStaticTextField
 
SplusStringDataResult - Class in com.insightful.splus
Result of evaluating an S-PLUS expression producing String (character) vector.
SplusStringDataResult(String, String, String[], String, String[]) - Constructor for class com.insightful.splus.SplusStringDataResult
 
SplusSubsetField - Class in com.insightful.splus
Currently just an SplusTextField with the label "Subset Rows".
SplusSubsetField() - Constructor for class com.insightful.splus.SplusSubsetField
 
SplusSymbolStyleControl - Class in com.insightful.controls
Control providing a list of Symbol Styles which gets and sets values using integers 0 to 18.
SplusSymbolStyleControl() - Constructor for class com.insightful.controls.SplusSymbolStyleControl
 
SplusSystem - Class in com.insightful.splus
Class with static methods for accessing main GUI components.
SplusTextField - Class in com.insightful.controls
Standard text field control for S-PLUS dialogs.
SplusTextField(String, char) - Constructor for class com.insightful.controls.SplusTextField
Constructs a labeled text field control.
SplusTextField(String) - Constructor for class com.insightful.controls.SplusTextField
Constructs a labeled text field control.
SplusTimeSeriesComboBox - Class in com.insightful.splus
A variation on SplusDataSetComboBox for "timeSeries" objects.
SplusTimeSeriesComboBox() - Constructor for class com.insightful.splus.SplusTimeSeriesComboBox
Create the combo box labeled "Time Series Data".
SplusTimeSeriesComboBox(String, char) - Constructor for class com.insightful.splus.SplusTimeSeriesComboBox
Create the combo box with the specified label and mnemonic.
SplusTimeSeriesComboBox(String, int) - Constructor for class com.insightful.splus.SplusTimeSeriesComboBox
Create the combo box with the specified label and mnemonic.
SplusTimeSeriesComboBox(String) - Constructor for class com.insightful.splus.SplusTimeSeriesComboBox
Create the combo box with the specified label.
SplusUserApp - Class in com.insightful.splus
Connects a user-written Java application to the S-PLUS engine.
SplusWideBoxFiller - Class in com.insightful.controls
Box.Filler sized to be as wide as two SplusGroupPanels.
SplusWideBoxFiller() - Constructor for class com.insightful.controls.SplusWideBoxFiller
Constructs a wide box used as a spacer in an SplusDialog.
SplusWideBoxFiller(int) - Constructor for class com.insightful.controls.SplusWideBoxFiller
Constructs a wide box with a specified number of lines.
SplusWideComboBox - Class in com.insightful.controls
An SplusComboBox sized to span two columns.
SplusWideComboBox() - Constructor for class com.insightful.controls.SplusWideComboBox
 
SplusWideComboBox(String) - Constructor for class com.insightful.controls.SplusWideComboBox
 
SplusWideComboBox(String, char) - Constructor for class com.insightful.controls.SplusWideComboBox
 
SplusWideComboBox(String, int) - Constructor for class com.insightful.controls.SplusWideComboBox
 
SplusWideComboBox(String, char, String[]) - Constructor for class com.insightful.controls.SplusWideComboBox
 
SplusWideComboBox(String, int, String[]) - Constructor for class com.insightful.controls.SplusWideComboBox
 
SplusWideComboBox(String, String[]) - Constructor for class com.insightful.controls.SplusWideComboBox
 
SplusWideFormulaField - Class in com.insightful.splus
An SplusWideTextField with methods to modify the left or right side of a formula.
SplusWideFormulaField() - Constructor for class com.insightful.splus.SplusWideFormulaField
Create the wide text field with the label "Formula".
SplusWideListBox - Class in com.insightful.controls
An SplusListBox sized to span two columns.
SplusWideListBox() - Constructor for class com.insightful.controls.SplusWideListBox
 
SplusWideListBox(String) - Constructor for class com.insightful.controls.SplusWideListBox
 
SplusWideListBox(String, char) - Constructor for class com.insightful.controls.SplusWideListBox
 
SplusWideListBox(String, int) - Constructor for class com.insightful.controls.SplusWideListBox
 
SplusWideListBox(String, char, String[]) - Constructor for class com.insightful.controls.SplusWideListBox
 
SplusWideListBox(String, int, String[]) - Constructor for class com.insightful.controls.SplusWideListBox
 
SplusWideListBox(String, String[]) - Constructor for class com.insightful.controls.SplusWideListBox
 
SplusWideTextField - Class in com.insightful.controls
An SplusTextField sized to span two columns.
SplusWideTextField(String, char) - Constructor for class com.insightful.controls.SplusWideTextField
 
SplusWideTextField(String, int) - Constructor for class com.insightful.controls.SplusWideTextField
 
SplusWideTextField(String) - Constructor for class com.insightful.controls.SplusWideTextField
 
SplusWin32Tools - Class in com.insightful.controls
Contains static methods for performing window operations under Win32.
SplusWin32Tools() - Constructor for class com.insightful.controls.SplusWin32Tools
 
SplusWinApp - Class in com.insightful.splus
Experimental support for starting Java within S-PLUS for Windows.
SplusWinSessionImpl - Class in com.insightful.splus
Implementation of SplusSession that connects to the S-PLUS engine using Connect/C++.
SplusWinSessionImpl(String[]) - Constructor for class com.insightful.splus.SplusWinSessionImpl
args are used to initialize the S-PLUS engine.
SplusWinSessionImpl() - Constructor for class com.insightful.splus.SplusWinSessionImpl
 
start() - Method in class com.insightful.splus.client.SwingWorker
Start the worker thread.
start() - Method in class com.insightful.splus.SplusDebugHandler
make sure the job queue has started and that it isn't waiting for info
start() - Static method in class com.insightful.splus.SplusWinApp
Call this to create the SplusWinApp.
startPollOutput(SplusOutputHandler) - Method in interface com.insightful.splus.SplusSession
Register an SplusOutputHandler to be notified when output is available.
startPollOutput(SplusOutputHandler) - Method in class com.insightful.splus.SplusSessionImpl
 
startPollOutput(SplusOutputHandler) - Method in class com.insightful.splus.SplusWinSessionImpl
 
startSession(String[]) - Static method in class com.insightful.splus.SplusUserApp
Start the S-PLUS Session used by the SplusUserApp with specific command-line arguments.
store() - Method in class com.insightful.splus.client.SessionProfileList
Store the profile list in the defaults file.
STreeNode - Class in com.insightful.gdevice
STreeNode represents a node in a tree data structure.
STreeNode() - Constructor for class com.insightful.gdevice.STreeNode
 
STreeNode(Object) - Constructor for class com.insightful.gdevice.STreeNode
 
StringMatrixTableModel - Class in com.insightful.splus.util
Contains a String representation of an S-PLUS data.frame or matrix.
StringMatrixTableModel(String) - Constructor for class com.insightful.splus.util.StringMatrixTableModel
Create the table model based on an S-PLUS expression.
StringUtilities - Class in com.insightful.splus.util
Some useful string manipulation static methods.
SwingWorker - Class in com.insightful.splus.client
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class com.insightful.splus.client.SwingWorker
Start a thread that will call the construct method and then exit.
SybaseInit - Class in com.insightful.splus
Utility package for initializing a connection to a Sybase server.
SybaseInit() - Constructor for class com.insightful.splus.SybaseInit
 

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.