Serialized Form
Package com.insightful.controls |
checkBox
JCheckBox checkBox
- The check box control.
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
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>".
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<E> closeListeners
funcInfo
SplusFunctionInfo funcInfo
- Information for writing command on OK or Apply
m_hwnd
int m_hwnd
textField
JTextField textField
scrollBar
JScrollBar scrollBar
label
JLabel label
minValue
double minValue
maxValue
double maxValue
incrementValue
double incrementValue
numSteps
int numSteps
lastStepValue
int lastStepValue
textField
JTextField textField
scrollBar
JScrollBar scrollBar
minValue
int minValue
maxValue
int maxValue
incrementValue
int incrementValue
numSteps
int numSteps
lastStepValue
int lastStepValue
storedValue
String storedValue
- Current value.
label
JLabel label
actionControl
JComponent actionControl
boxDimension
Dimension boxDimension
styleList
String[] styleList
list
JList list
scrollPane
JScrollPane scrollPane
prependString
String[] prependString
appendString
String[] appendString
textField
JPasswordField textField
- Password field component.
listeners
Vector<E> listeners
- Listeners to notify when an action occurs.
checkBox
JRadioButton checkBox
listSize
int listSize
buttonList
JRadioButton[] buttonList
buttonGroup
ButtonGroup buttonGroup
buttonPanel
JPanel buttonPanel
label
JLabel label
styleList
String[] styleList
textField
JTextField textField
- Text field component.
listeners
Vector<E> listeners
- Listeners to notify when an action occurs.
Package com.insightful.gdevice |
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).
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
m_gui
SGui m_gui
- The main panel that does most of the applet's work.
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<E> 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
m_x
float m_x
- x-coordinate of the point.
m_y
float m_y
- y-coordinate of the point.
m_x
float m_x
m_y
float m_y
m_width
float m_width
m_height
float m_height
m_session
SplusSession m_session
m_deviceNumber
int m_deviceNumber
m_canvas
SCanvas m_canvas
m_canvasList
Vector<E> m_canvasList
m_colorScheme
ColorScheme m_colorScheme
m_userSize
Dimension m_userSize
m_mapAttributes
HashMap<K,V> m_mapAttributes
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
lineNr
int lineNr
- Where the error occurred, or -1 if the line number is unknown.
Package com.insightful.splus |
m_session
SplusSession m_session
Class com.insightful.splus.DialogOptionsDialog extends JDialog implements Serializable |
okButton
JButton okButton
cancelButton
JButton cancelButton
helpButton
JButton helpButton
buttonListener
com.insightful.splus.DialogOptionsDialog.ButtonListener buttonListener
buttonPanel
JPanel buttonPanel
graphPanel
JPanel graphPanel
textPanel
JPanel textPanel
createGraphCheckBox
JCheckBox createGraphCheckBox
echoCommandCheckBox
JCheckBox echoCommandCheckBox
createGraphInitialValue
String createGraphInitialValue
echoCommandInitialValue
String echoCommandInitialValue
stream
FileInputStream stream
lastByteValues
byte[] lastByteValues
stream
FileOutputStream stream
f
File f
Class com.insightful.splus.FileSystemViewProxyImpl extends UnicastRemoteObject implements Serializable |
view
FileSystemView view
Class com.insightful.splus.FileViewProxyImpl extends UnicastRemoteObject implements Serializable |
view
FileView view
rawData
boolean[] rawData
rawData
byte[] rawData
sessionHost
String sessionHost
rmiPort
int rmiPort
sessionID
String sessionID
helpHost
String helpHost
errorReport
String errorReport
errorCode
int errorCode
dataSetControl
SplusDataColumnListProvider dataSetControl
dataSetControl
SplusDataColumnListProvider dataSetControl
output
String output
error
String error
expression
String expression
warning
String[] warning
registeredColumnControls
Vector<E> registeredColumnControls
columnList
String[] columnList
m_objName
Vector<E> m_objName
- store a list of objects' names
m_objClass
Vector<E> m_objClass
- store a list of objects' classes
m_objLength
Vector<E> m_objLength
- store a list of objects' lengths
m_objExtent
Vector<E> m_objExtent
- store a list of objects' dimensions/sizes
m_objDate
Vector<E> m_objDate
- store a list of objects' creation dates
m_objValue
Vector<E> m_objValue
- store a list of objects' string values (as if they had print(...))
m_objMode
Vector<E> m_objMode
- store a list of objects' modes
m_stackItems
Vector<E> m_stackItems
- store a list of stack frames
m_functionNames
Vector<E> m_functionNames
- store a list the function names corresponding to the stack frames
m_containerFunctionNames
Vector<E> 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<K,V> m_evalValues
- store the values and strings of the expressions evaluated
m_listeners
Vector<E> m_listeners
- store a list of SplusDebugListeners listeners
Class com.insightful.splus.SplusDistributionComboBox extends SplusComboBox implements Serializable |
Class com.insightful.splus.SplusDistributionParameterGroup extends SplusGroupPanel implements Serializable |
distributionControl
com.insightful.splus.SplusDistributionComboBox distributionControl
parameterControlList
ArrayList<E> parameterControlList
rawData
double[] rawData
rawData
float[] rawData
Class com.insightful.splus.SplusGui extends JFrame implements Serializable |
textPaste
String textPaste
waitingOnSplusOutput
boolean waitingOnSplusOutput
origIn
InputStream origIn
origOut
PrintStream origOut
origErr
PrintStream origErr
splusSession
SplusSession splusSession
m_fileSystemView
FileSystemView m_fileSystemView
desktop
JDesktopPane desktop
mainActionListener
com.insightful.splus.SplusMainActionListener mainActionListener
mainMenuBar
com.insightful.splus.SplusMainMenuBar mainMenuBar
mainToolBar
com.insightful.splus.SplusMainToolBar mainToolBar
reportWindow
com.insightful.splus.report.ReportWindow reportWindow
commandsWindow
com.insightful.splus.commands.CommandsWindow commandsWindow
objectsSummaryWindow
com.insightful.splus.ObjectsSummaryWindow objectsSummaryWindow
helpManager
com.insightful.splus.SplusHelpManagerInstanceImpl helpManager
m_wa
com.insightful.splus.WindowArranger m_wa
savedCurrentCursor
Cursor savedCurrentCursor
waitCursor
Cursor waitCursor
clArgs
String[] clArgs
m_engineQueryLock
Object m_engineQueryLock
Class com.insightful.splus.SplusHelpManagerInstanceImpl extends UnicastRemoteObject implements Serializable |
jhmanager
com.insightful.splus.ExtHelpManager jhmanager
helpLock
Object helpLock
helpStarted
boolean helpStarted
setsToLoad
Vector<E> setsToLoad
pathsToLoad
Vector<E> pathsToLoad
setsToRemove
Vector<E> setsToRemove
cWindow
com.insightful.splus.commands.CommandsWindow cWindow
Class com.insightful.splus.SplusJhHyperlink extends JButton implements Serializable |
myView
View myView
hs
javax.help.HelpSet hs
textAttribs
SimpleAttributeSet textAttribs
base
URL base
doc
HTMLDocument doc
origCursor
Cursor origCursor
ident
javax.help.Map.ID ident
- properties
rawData
long[] rawData
Class com.insightful.splus.SplusMainMenuBar extends JMenuBar implements Serializable |
actionListener
ActionListener actionListener
windowArranger
com.insightful.splus.WindowArranger windowArranger
fileMenu
JMenu fileMenu
viewMenu
JMenu viewMenu
statsMenu
JMenu statsMenu
graphMenu
JMenu graphMenu
optionsMenu
JMenu optionsMenu
helpMenu
JMenu helpMenu
submenu
JMenu submenu
submenu2
JMenu submenu2
menuItems
String[][][] menuItems
menus
Vector<E> menus
Class com.insightful.splus.SplusMainToolBar extends JToolBar implements Serializable |
actionListener
ActionListener actionListener
className
String className
Class com.insightful.splus.SplusRemoteWinSessionImpl extends UnicastRemoteObject implements Serializable |
m_session
SplusWinSessionImpl m_session
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.SplusSessionFactoryFloor extends UnicastRemoteObject implements Serializable |
sessions
List<E> sessions
maxSessions
int maxSessions
defaultMaxSessions
int defaultMaxSessions
portNum
int portNum
cleanUp
Thread cleanUp
working
boolean working
localRMI
boolean localRMI
log
com.insightful.splus.SplusSessionFactoryLog log
userRmiPort
String userRmiPort
userSessionID
String userSessionID
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
defaultResult
boolean defaultResult
defaultErrors
boolean defaultErrors
defaultWarnings
boolean defaultWarnings
defaultExpr
boolean defaultExpr
defaultTimeout
int defaultTimeout
defaultPing
boolean defaultPing
defaultParse
boolean defaultParse
queryTimeout
int queryTimeout
clientExitFlag
boolean clientExitFlag
Class com.insightful.splus.SplusSessionListEntry extends SplusConnectSpec implements Serializable |
userID
String userID
workDir
String workDir
displayTo
String displayTo
licenseHost
String licenseHost
Class com.insightful.splus.SplusSSLClientSocketFactory extends Object implements Serializable |
Class com.insightful.splus.SplusSSLServerSocketFactory extends Object implements Serializable |
m_session
SplusSession m_session
m_port
String m_port
m_host
String m_host
rawData
String[] rawData
registeredColumnControls
Vector<E> registeredColumnControls
columnList
String[] columnList
Class com.insightful.splus.SplusWideTrellisFormulaField extends SplusWideFormulaField implements Serializable |
Class com.insightful.splus.SplusWinSessionEvent extends Object implements Serializable |
m_eventType
int m_eventType
Package com.insightful.splus.client |
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
editorPane
JEditorPane editorPane
fileName
String fileName
thisDialog
JDialog thisDialog
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
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
saveFileName
String saveFileName
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 |
wrappedValue
Object wrappedValue
type
int type
tableModel
AbstractTableModel tableModel
table
com.insightful.splus.util.NamedTableScrollPane.LocalTable table
rowNameList
JList rowNameList
rowHeight
int rowHeight
editorPane
JEditorPane editorPane
fileName
String fileName
thisDialog
JDialog thisDialog
dataExpression
String dataExpression
numRows
int numRows
numCols
int numCols
rowNames
String[] rowNames
colNames
String[] colNames
dataValues
String[] dataValues
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.