S-PLUS Connect/Java v1.0

Uses of Interface
com.insightful.controls.SplusControlMethods

Packages that use SplusControlMethods
com.insightful.controls   
com.insightful.splus   
 

Uses of SplusControlMethods in com.insightful.controls
 

Classes in com.insightful.controls that implement SplusControlMethods
 class SplusCheckBox
          A check box component sized as a standard S-PLUS control and implementing SplusControlMetrics.
 class SplusColorControl
          Non-editable combo box containing a list of the colors available under the current color scheme.
 class SplusComboBox
          Standard combo box control for S-PLUS dialogs.
 class SplusDoubleSpinner
          A JTextField with a JScrollBar which behaves as a spinner and an associated JLabel.
 class SplusIntegerSpinner
          A JTextField with a JScrollBar which behaves as a spinner and an associated JLabel.
 class SplusInvisibleControl
          Control implementing SplusControlMethods that has no visible control.
 class SplusLineStyleControl
          Control providing a list of Line Styles which gets and sets values using integers 1 to 9.
 class SplusListBox
          Control with a JList in a JScrollPane and an associated JLabel.
 class SplusPasswordField
          Standard password field control for S-PLUS dialogs.
 class SplusRadioButton
          Control that behaves like a check box but looks like a radio button.
 class SplusRadioButtonGroup
          Control with a set of JRadioButton objects belonging to a ButtonGroup and an associated JLabel.
 class SplusSymbolStyleControl
          Control providing a list of Symbol Styles which gets and sets values using integers 0 to 18.
 class SplusTextField
          Standard text field control for S-PLUS dialogs.
 class SplusWideComboBox
          An SplusComboBox sized to span two columns.
 class SplusWideListBox
          An SplusListBox sized to span two columns.
 class SplusWideTextField
          An SplusTextField sized to span two columns.
 

Methods in com.insightful.controls that return SplusControlMethods
 SplusControlMethods SplusFunctionInfo.getResultControl()
          Get the control which will specify the name to which the results of the function should be assigned in S-PLUS.
 

Methods in com.insightful.controls with parameters of type SplusControlMethods
 void SplusFunctionInfo.add(SplusControlMethods aControl)
          Add a control to the control list with no name.
 void SplusFunctionInfo.add(SplusControlMethods aControl, String aName)
          Add a control to the control list
 void SplusFunctionInfo.add(SplusControlMethods aControl, String aName, boolean isQuoted)
          Add a control to the control list
 void SplusFunctionInfo.add(SplusControlMethods aControl, String aName, boolean isQuoted, boolean isListed)
          Add a control to the control list
 void SplusFunctionInfo.add(SplusControlMethods aControl, String aName, boolean isQuoted, boolean isListed, String omitValue)
          Add a control to the control list
 void SplusFunctionInfo.setResultControl(SplusControlMethods control)
          Set the control which will specify the name to which the results of the function should be assigned in S-PLUS.
 boolean SplusDialog.warnIfEmpty(SplusControlMethods field)
          This method can be used by isComplete() to check whether a required field is empty.
 

Uses of SplusControlMethods in com.insightful.splus
 

Classes in com.insightful.splus that implement SplusControlMethods
 class SplusDataColumnComboBox
          Combo box for column names.
 class SplusDataColumnListBox
          List box for column names.
 class SplusDataSetComboBox
          Combo box listing S-PLUS data sets.
 class SplusObjectComboBox
          Combo box containing a list of the S-PLUS objects of a specific class.
 class SplusSubsetField
          Currently just an SplusTextField with the label "Subset Rows".
 class SplusTimeSeriesComboBox
          A variation on SplusDataSetComboBox for "timeSeries" objects.
 class SplusWideFormulaField
          An SplusWideTextField with methods to modify the left or right side of a formula.
 

Methods in com.insightful.splus with parameters of type SplusControlMethods
 void SplusDataColumnListProvider.registerColumnControl(SplusControlMethods control)
          Register a control to be updated when the column list changes.
 void SplusDataSetComboBox.registerColumnControl(SplusControlMethods control)
          Register a control whose option list should be the column names of the data set selected in this combo box.
 void SplusTimeSeriesComboBox.registerColumnControl(SplusControlMethods control)
          Register a control whose option list should be the column names of the timeSeries object selected in this combo box.
 


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.