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 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 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 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 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 m_canvasList
m_colorScheme
ColorScheme m_colorScheme
m_userSize
Dimension m_userSize
m_mapAttributes
HashMap 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.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
m_session
SplusSession m_session
stream
FileInputStream stream
lastByteValues
byte[] lastByteValues
stream
FileOutputStream stream
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 registeredColumnControls
columnList
String[] columnList
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
rawData
double[] rawData
rawData
float[] rawData
rawData
long[] rawData
className
String className
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
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
rawData
String[] rawData
registeredColumnControls
Vector registeredColumnControls
columnList
String[] columnList
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.