S-PLUS Connect/Java v1.0

Serialized Form


Package com.insightful.controls

Class com.insightful.controls.SplusBoxFiller extends Box.Filler implements Serializable

Class com.insightful.controls.SplusButton extends JButton implements Serializable

Class com.insightful.controls.SplusCheckBox extends JComponent implements Serializable

Serialized Fields

checkBox

JCheckBox checkBox
The check box control.

Class com.insightful.controls.SplusColorControl extends SplusComboBox implements Serializable

Serialized Fields

styleList

String[] styleList
List of color labels


colorScheme

ColorScheme colorScheme
Current color scheme


iconList

com.insightful.controls.SplusColorControl.LocalIcon[] iconList
List of color swatches to use as option list

Class com.insightful.controls.SplusComboBox extends SplusLabelBox implements Serializable

Serialized Fields

comboBox

JComboBox comboBox
The combo box.


dataModel

com.insightful.controls.SplusComboBox.InnerComboBoxModel dataModel
Use a custom ComboBoxModel to work around Sun bug 4167850 JComboBox.removeAllItems() crashes Solaris JDK 1.2


prependString

String[] prependString
Array of String values to always prepend to column list Common choices include "<ALL>" and "<NONE>".


appendString

String[] appendString
Array of String values to always append to column list Common choices include "<ALL>" and "<NONE>".

Class com.insightful.controls.SplusDialog extends JDialog implements Serializable

Serialized Fields

buttonPanel

JPanel buttonPanel
Buttons in bottom panel


buttonListener

com.insightful.controls.SplusDialog.ButtonListener buttonListener

okButton

com.insightful.controls.SplusDialog.LocalButton okButton

cancelButton

com.insightful.controls.SplusDialog.LocalButton cancelButton

applyButton

com.insightful.controls.SplusDialog.LocalButton applyButton

helpButton

com.insightful.controls.SplusDialog.LocalButton helpButton

closeListeners

Vector closeListeners

funcInfo

SplusFunctionInfo funcInfo
Information for writing command on OK or Apply


m_hwnd

int m_hwnd

Class com.insightful.controls.SplusDoubleSpinner extends SplusLabelBox implements Serializable

Serialized Fields

textField

JTextField textField

scrollBar

JScrollBar scrollBar

label

JLabel label

minValue

double minValue

maxValue

double maxValue

incrementValue

double incrementValue

numSteps

int numSteps

lastStepValue

int lastStepValue

Class com.insightful.controls.SplusGroupPanel extends JComponent implements Serializable

Class com.insightful.controls.SplusIntegerSpinner extends SplusLabelBox implements Serializable

Serialized Fields

textField

JTextField textField

scrollBar

JScrollBar scrollBar

minValue

int minValue

maxValue

int maxValue

incrementValue

int incrementValue

numSteps

int numSteps

lastStepValue

int lastStepValue

Class com.insightful.controls.SplusInvisibleControl extends JComponent implements Serializable

Serialized Fields

storedValue

String storedValue
Current value.

Class com.insightful.controls.SplusLabelBox extends JComponent implements Serializable

Serialized Fields

label

JLabel label

actionControl

JComponent actionControl

boxDimension

Dimension boxDimension

Class com.insightful.controls.SplusLineStyleControl extends SplusComboBox implements Serializable

Serialized Fields

styleList

String[] styleList

Class com.insightful.controls.SplusListBox extends SplusLabelBox implements Serializable

Serialized Fields

list

JList list

scrollPane

JScrollPane scrollPane

prependString

String[] prependString

appendString

String[] appendString

Class com.insightful.controls.SplusPasswordField extends SplusLabelBox implements Serializable

Serialized Fields

textField

JPasswordField textField
Password field component.


listeners

Vector listeners
Listeners to notify when an action occurs.

Class com.insightful.controls.SplusRadioButton extends JComponent implements Serializable

Serialized Fields

checkBox

JRadioButton checkBox

Class com.insightful.controls.SplusRadioButtonGroup extends SplusLabelBox implements Serializable

Serialized Fields

listSize

int listSize

buttonList

JRadioButton[] buttonList

buttonGroup

ButtonGroup buttonGroup

buttonPanel

JPanel buttonPanel

Class com.insightful.controls.SplusStaticTextField extends JComponent implements Serializable

Serialized Fields

label

JLabel label

Class com.insightful.controls.SplusSymbolStyleControl extends SplusComboBox implements Serializable

Serialized Fields

styleList

String[] styleList

Class com.insightful.controls.SplusTextField extends SplusLabelBox implements Serializable

Serialized Fields

textField

JTextField textField
Text field component.


listeners

Vector listeners
Listeners to notify when an action occurs.

Class com.insightful.controls.SplusWideBoxFiller extends Box.Filler implements Serializable

Class com.insightful.controls.SplusWideComboBox extends SplusComboBox implements Serializable

Class com.insightful.controls.SplusWideListBox extends SplusListBox implements Serializable

Class com.insightful.controls.SplusWideTextField extends SplusTextField implements Serializable


Package com.insightful.gdevice

Class com.insightful.gdevice.ColorScheme extends Object implements Serializable

Serialized Fields

m_name

String m_name
Friendly name for the color scheme.


m_backgroundColor

Color m_backgroundColor
Background color.


m_paletteColors

Color[] m_paletteColors
Palette colors (16).


m_imageColors

Color[] m_imageColors
Image colors (256).

Class com.insightful.gdevice.ColorScheme.PDFColorScheme extends ColorScheme implements Serializable

Serialized Fields

m_pdfLineColors

Color[] m_pdfLineColors

m_pdfTextColors

Color[] m_pdfTextColors

m_pdfPolygonColors

Color[] m_pdfPolygonColors

m_pdfImageColors

Color[] m_pdfImageColors

m_pdfBackgroundColor

Color m_pdfBackgroundColor

Class com.insightful.gdevice.IDHash extends Hashtable implements Serializable

Class com.insightful.gdevice.SApplet extends Applet implements Serializable

Serialized Fields

m_gui

SGui m_gui
The main panel that does most of the applet's work.

Class com.insightful.gdevice.SCanvas extends SCanvasAWT implements Serializable

Class com.insightful.gdevice.SCanvasAWT extends Object implements Serializable

Serialized Fields

m_graphRect

Rectangle m_graphRect
Rectangle for the S-PLUS graphsheet being viewed within this window. Width and height encode zooming, relative to standard size left and top (usually negative) encode panning.


m_displayList

Vector m_displayList
Collection of graph commands that make up this graph. The element types are all subclasses of SGraphCommand.

See Also:
SGraphCommand

m_title

String m_title
Title of canvas page. A value of "#" means to generate a title containing the page number.


m_tag

String m_tag
Tag string for canvas page, or XML with tag and other elements


m_clearCount

int m_clearCount
The number of clears performed on this canvas.


m_colorScheme

ColorScheme m_colorScheme
Color scheme used for this SCanvas.


m_userSize

Dimension m_userSize

m_documentBase

URL m_documentBase

m_clipIdentify

boolean m_clipIdentify

m_debug

boolean m_debug

m_inApplet

boolean m_inApplet

m_propertyAction

String m_propertyAction

m_bgColorR

int m_bgColorR

m_bgColorG

int m_bgColorG

m_bgColorB

int m_bgColorB

m_bgColorA

int m_bgColorA

m_bgColor

Color m_bgColor

Class com.insightful.gdevice.SCanvasPoint extends Object implements Serializable

Serialized Fields

m_x

float m_x
x-coordinate of the point.


m_y

float m_y
y-coordinate of the point.

Class com.insightful.gdevice.SCanvasRectangle extends Object implements Serializable

Serialized Fields

m_x

float m_x

m_y

float m_y

m_width

float m_width

m_height

float m_height

Class com.insightful.gdevice.SGraphicsDeviceFactoryImplementation extends UnicastRemoteObject implements Serializable

Serialized Fields

m_session

SplusSession m_session

Class com.insightful.gdevice.SGraphicsDeviceImplementation extends UnicastRemoteObject implements Serializable

Serialized Fields

m_deviceNumber

int m_deviceNumber

m_canvas

SCanvas m_canvas

m_canvasList

Vector m_canvasList

m_colorScheme

ColorScheme m_colorScheme

m_userSize

Dimension m_userSize

m_mapAttributes

HashMap m_mapAttributes

Class com.insightful.gdevice.SGui extends Panel implements Serializable

Serialized Fields

m_applet

Applet m_applet

m_canvasPopupMenu

PopupMenu m_canvasPopupMenu

m_canvasPopupMenuActionListener

ActionListener m_canvasPopupMenuActionListener

m_hscroll

Scrollbar m_hscroll

m_vscroll

Scrollbar m_vscroll

m_pagePanel

Panel m_pagePanel

m_pageCanvas

Canvas m_pageCanvas

m_tabCanvas

Canvas m_tabCanvas

m_controller

SCanvasPaneController m_controller
Pane controller.


m_buttonLayout

FlowLayout m_buttonLayout

m_brandImageFilename

String m_brandImageFilename

m_brandImageMapBackground

boolean m_brandImageMapBackground

m_brandImage

Image m_brandImage

m_brandImageWidth

int m_brandImageWidth

m_brandImageHeight

int m_brandImageHeight

m_jsObjectWindow

Object m_jsObjectWindow

m_javascriptEvalMt

Method m_javascriptEvalMt

m_printMultiplePages

boolean m_printMultiplePages

m_printUnzoomedPages

boolean m_printUnzoomedPages

m_printSelectedRegions

boolean m_printSelectedRegions

m_lastFileDirectory

String m_lastFileDirectory

m_canvasContextMenu

PopupMenu m_canvasContextMenu

Class com.insightful.gdevice.SGui.MessageDialog extends Dialog implements Serializable

Class com.insightful.gdevice.XMLParseException extends RuntimeException implements Serializable

Serialized Fields

lineNr

int lineNr
Where the error occurred, or -1 if the line number is unknown.


Package com.insightful.splus.client

Class com.insightful.splus.client.ClientLoginDialog extends JDialog implements Serializable

Serialized Fields

profileList

SessionProfileList profileList

m_vstrFactoryArgs

String[] m_vstrFactoryArgs

m_session

SplusSession m_session

m_login

SplusLogin m_login

sessionField

SplusComboBox sessionField

passwordField

SplusPasswordField passwordField

okButton

JButton okButton

cancelButton

JButton cancelButton

helpButton

JButton helpButton

editButton

JButton editButton

m_lblProgress

JLabel m_lblProgress

buttonListener

com.insightful.splus.client.ClientLoginDialog.ButtonListener buttonListener

buttonPanel

JPanel buttonPanel

centerPanel

JPanel centerPanel

leftPanel

SplusGroupPanel leftPanel

rightPanel

SplusGroupPanel rightPanel

helpDialog

ClientLoginHelpDialog helpDialog

thisDialog

JDialog thisDialog

Class com.insightful.splus.client.ClientLoginHelpDialog extends JDialog implements Serializable

Serialized Fields

editorPane

JEditorPane editorPane

fileName

String fileName

thisDialog

JDialog thisDialog

Class com.insightful.splus.client.EditSessionProfileDialog extends JDialog implements Serializable

Serialized Fields

sessionName

SplusWideTextField sessionName

serverName

SplusWideTextField serverName

userName

SplusWideTextField userName

cwdName

SplusWideTextField cwdName

xserverDisplay

SplusWideTextField xserverDisplay

advancedButton

SplusButton advancedButton

helpOffValue

String helpOffValue

helpHostValue

String helpHostValue

serverRmiportValue

String serverRmiportValue

serverPromptValue

String serverPromptValue

serverTelnetScriptValue

String serverTelnetScriptValue

buttonPanel

JPanel buttonPanel

centerPanel

JPanel centerPanel

nameGroup

SplusGroupPanel nameGroup

userGroup

SplusGroupPanel userGroup

serverGroup

SplusGroupPanel serverGroup

xserverGroup

SplusGroupPanel xserverGroup

okButton

JButton okButton

cancelButton

JButton cancelButton

helpButton

JButton helpButton

removeButton

JButton removeButton

buttonListener

com.insightful.splus.client.EditSessionProfileDialog.ButtonListener buttonListener

currentProfileList

SessionProfileList currentProfileList

currentProfile

SessionProfile currentProfile

currentIndex

int currentIndex

helpDialog

ClientLoginHelpDialog helpDialog

thisDialog

JDialog thisDialog

Class com.insightful.splus.client.ServerFile extends File implements Serializable

Serialized Fields

sepChar

char sepChar

sepString

String sepString

parentName

String parentName

fileName

String fileName

lastMod

long lastMod

length

long length

canRead

boolean canRead

canWrite

boolean canWrite

exists

boolean exists

isDir

boolean isDir

setCanRead

boolean setCanRead

setCanWrite

boolean setCanWrite

setExists

boolean setExists

setDir

boolean setDir

knowDirStatus

boolean knowDirStatus

dirStatus

boolean dirStatus

Class com.insightful.splus.client.SessionProfileList extends LinkedList implements Serializable

Serialized Fields

saveFileName

String saveFileName

Class com.insightful.splus.client.TransferFileDialog extends SplusDialog implements Serializable

Serialized Fields

directionButtons

SplusRadioButtonGroup directionButtons

serverFileName

SplusWideTextField serverFileName

clientFileName

SplusWideTextField clientFileName

serverFileButton

SplusButton serverFileButton

clientFileButton

SplusButton clientFileButton

serverFileChooser

JFileChooser serverFileChooser

clientFileChooser

JFileChooser clientFileChooser

savedCursor

Cursor savedCursor


Package com.insightful.splus.util

Class com.insightful.splus.util.JavaPrimitive extends Object implements Serializable

Serialized Fields

wrappedValue

Object wrappedValue

type

int type

Class com.insightful.splus.util.NamedTableScrollPane extends JScrollPane implements Serializable

Serialized Fields

tableModel

AbstractTableModel tableModel

table

com.insightful.splus.util.NamedTableScrollPane.LocalTable table

rowNameList

JList rowNameList

rowHeight

int rowHeight

Class com.insightful.splus.util.SimpleHelpDialog extends JDialog implements Serializable

Serialized Fields

editorPane

JEditorPane editorPane

fileName

String fileName

thisDialog

JDialog thisDialog

Class com.insightful.splus.util.StringMatrixTableModel extends AbstractTableModel implements Serializable

Serialized Fields

dataExpression

String dataExpression

numRows

int numRows

numCols

int numCols

rowNames

String[] rowNames

colNames

String[] colNames

dataValues

String[] dataValues


Class com.insightful.splus.ClientObjectFactoryImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

m_session

SplusSession m_session


Class com.insightful.splus.ClientUtilitiesImpl extends UnicastRemoteObject implements Serializable


Class com.insightful.splus.FileInputStreamProxyImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

stream

FileInputStream stream

lastByteValues

byte[] lastByteValues


Class com.insightful.splus.FileOutputStreamProxyImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

stream

FileOutputStream stream


Class com.insightful.splus.SplusBadDataException extends SplusException implements Serializable


Class com.insightful.splus.SplusBooleanDataResult extends SplusDataResult implements Serializable

Serialized Fields

rawData

boolean[] rawData


Class com.insightful.splus.SplusByteDataResult extends SplusDataResult implements Serializable

Serialized Fields

rawData

byte[] rawData


Class com.insightful.splus.SplusClientEditorImpl extends UnicastRemoteObject implements Serializable


Class com.insightful.splus.SplusConnectSpec extends Object implements Serializable

Serialized Fields

sessionHost

String sessionHost

rmiPort

int rmiPort

sessionID

String sessionID

helpHost

String helpHost

errorReport

String errorReport

errorCode

int errorCode


Class com.insightful.splus.SplusDataColumnComboBox extends SplusComboBox implements Serializable

Serialized Fields

dataSetControl

SplusDataColumnListProvider dataSetControl


Class com.insightful.splus.SplusDataColumnListBox extends SplusListBox implements Serializable

Serialized Fields

dataSetControl

SplusDataColumnListProvider dataSetControl


Class com.insightful.splus.SplusDataResult extends Object implements Serializable

Serialized Fields

output

String output

error

String error

expression

String expression

warning

String[] warning


Class com.insightful.splus.SplusDataSetComboBox extends SplusComboBox implements Serializable

Serialized Fields

registeredColumnControls

Vector registeredColumnControls

columnList

String[] columnList


Class com.insightful.splus.SplusDebugHandler extends UnicastRemoteObject implements Serializable

Serialized Fields

m_objName

Vector m_objName
store a list of objects' names


m_objClass

Vector m_objClass
store a list of objects' classes


m_objLength

Vector m_objLength
store a list of objects' lengths


m_objExtent

Vector m_objExtent
store a list of objects' dimensions/sizes


m_objDate

Vector m_objDate
store a list of objects' creation dates


m_objValue

Vector m_objValue
store a list of objects' string values (as if they had print(...))


m_objMode

Vector m_objMode
store a list of objects' modes


m_stackItems

Vector m_stackItems
store a list of stack frames


m_functionNames

Vector m_functionNames
store a list the function names corresponding to the stack frames


m_containerFunctionNames

Vector m_containerFunctionNames
store a list the top-level function names corresponding to the stack frames


m_breakInfo

String m_breakInfo
store a description of the current location we're paused at


m_breakAddress

long[] m_breakAddress
store the location of the current paused location relative to the top-level function


m_evalValues

HashMap m_evalValues
store the values and strings of the expressions evaluated


m_listeners

Vector m_listeners
store a list of SplusDebugListeners listeners


Class com.insightful.splus.SplusDoubleDataResult extends SplusDataResult implements Serializable

Serialized Fields

rawData

double[] rawData


Class com.insightful.splus.SplusEngineBusyException extends SplusException implements Serializable


Class com.insightful.splus.SplusException extends Exception implements Serializable


Class com.insightful.splus.SplusFloatDataResult extends SplusDataResult implements Serializable

Serialized Fields

rawData

float[] rawData


Class com.insightful.splus.SplusIncompleteExpressionException extends SplusException implements Serializable


Class com.insightful.splus.SplusLicenseException extends SplusException implements Serializable


Class com.insightful.splus.SplusLogin.SplusLoginException extends Exception implements Serializable


Class com.insightful.splus.SplusLogin.SplusLoginFatalException extends Exception implements Serializable


Class com.insightful.splus.SplusLongDataResult extends SplusDataResult implements Serializable

Serialized Fields

rawData

long[] rawData


Class com.insightful.splus.SplusObjectComboBox extends SplusComboBox implements Serializable

Serialized Fields

className

String className


Class com.insightful.splus.SplusOutputHandlerImpl extends UnicastRemoteObject implements Serializable


Class com.insightful.splus.SplusServerToolsDialog extends JDialog implements Serializable

Serialized Fields

buttonPanel

JPanel buttonPanel

centerPanel

JPanel centerPanel

factoryGroup

SplusGroupPanel factoryGroup

logGroup

SplusGroupPanel logGroup

sessionGroup

SplusGroupPanel sessionGroup

closeButton

JButton closeButton

helpButton

JButton helpButton

startButton

SplusButton startButton

stopButton

SplusButton stopButton

logButton

SplusButton logButton

refreshButton

SplusButton refreshButton

killButton

SplusButton killButton

buttonListener

com.insightful.splus.SplusServerToolsDialog.ButtonListener buttonListener

portFieldListener

com.insightful.splus.SplusServerToolsDialog.PortFieldListener portFieldListener

logFieldListener

com.insightful.splus.SplusServerToolsDialog.LogFieldListener logFieldListener

maxSessionsFieldListener

com.insightful.splus.SplusServerToolsDialog.maxSessionsFieldListener maxSessionsFieldListener

factory

com.insightful.splus.SplusSessionFactory factory

factoryStatusText

SplusStaticTextField factoryStatusText

sessionStatusText

SplusStaticTextField sessionStatusText

portField

SplusTextField portField

maxSessionsField

SplusTextField maxSessionsField

logFileField

SplusTextField logFileField

rotateLog

SplusCheckBox rotateLog

tableModel

com.insightful.splus.SplusServerToolsDialog.LocalTableModel tableModel

tableScrollPane

NamedTableScrollPane tableScrollPane

savedCursor

Cursor savedCursor

helpDialog

SimpleHelpDialog helpDialog

thisDialog

JDialog thisDialog


Class com.insightful.splus.SplusSessionImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

stdinPipeO

com.insightful.splus.SplusFifo stdinPipeO

stdoutPipeI

com.insightful.splus.SplusFifo stdoutPipeI

stderrPipeI

com.insightful.splus.SplusFifo stderrPipeI

dataToSplus

com.insightful.splus.SplusFifo dataToSplus

dataToJava

com.insightful.splus.SplusFifo dataToJava

sPlus

Thread sPlus

splusGroup

ThreadGroup splusGroup

defaultOutput

boolean defaultOutput
See Also:
Constant Field Values

defaultResult

boolean defaultResult
See Also:
Constant Field Values

defaultErrors

boolean defaultErrors
See Also:
Constant Field Values

defaultWarnings

boolean defaultWarnings
See Also:
Constant Field Values

defaultExpr

boolean defaultExpr
See Also:
Constant Field Values

defaultTimeout

int defaultTimeout
See Also:
Constant Field Values

defaultPing

boolean defaultPing
See Also:
Constant Field Values

defaultParse

boolean defaultParse
See Also:
Constant Field Values

queryTimeout

int queryTimeout

clientExitFlag

boolean clientExitFlag


Class com.insightful.splus.SplusStringDataResult extends SplusDataResult implements Serializable

Serialized Fields

rawData

String[] rawData


Class com.insightful.splus.SplusSubsetField extends SplusTextField implements Serializable


Class com.insightful.splus.SplusTimeSeriesComboBox extends SplusComboBox implements Serializable

Serialized Fields

registeredColumnControls

Vector registeredColumnControls

columnList

String[] columnList


Class com.insightful.splus.SplusWideFormulaField extends SplusWideTextField implements Serializable


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.