Class Summary |
SplusBoxFiller |
Box.Filler sized to be as wide as an SplusGroupPanel. |
SplusButton |
A JButton with attributes such as size consistent
with the S-PLUS standard. |
SplusCheckBox |
A check box component sized as a standard S-PLUS control and implementing
SplusControlMetrics. |
SplusColorControl |
Non-editable combo box containing a list of the colors available
under the current color scheme. |
SplusComboBox |
Standard combo box control for S-PLUS dialogs. |
SplusControlMetrics |
Singleton which calculates the standard Dimension for a control
based on the size of the font used in dialogs. |
SplusDialog |
Standard dialog used by the S-PLUS GUI. |
SplusDoubleSpinner |
A JTextField with a JScrollBar which behaves as a spinner and an associated
JLabel. |
SplusFunctionInfo |
Holds information on which controls contain values to use in a
function call, and how to format the values. |
SplusGroupPanel |
A JComponent with layout consistent with S-PLUS standards. |
SplusIntegerSpinner |
A JTextField with a JScrollBar which behaves as a spinner and an associated
JLabel. |
SplusInvisibleControl |
Control implementing SplusControlMethods that has no visible control. |
SplusLabelBox |
The basic building block for S-PLUS controls which have a JLabel and an
action control such as a JTextField. |
SplusLineStyleControl |
Control providing a list of Line Styles which gets and sets
values using integers 1 to 9. |
SplusListBox |
Control with a JList in a JScrollPane and an associated JLabel. |
SplusPasswordField |
Standard password field control for S-PLUS dialogs. |
SplusRadioButton |
Control that behaves like a check box but looks like a radio button. |
SplusRadioButtonGroup |
Control with a set of JRadioButton objects belonging to a ButtonGroup
and an associated JLabel. |
SplusStaticTextField |
A component with a JLabel sized to match the other S-PLUS controls. |
SplusSymbolStyleControl |
Control providing a list of Symbol Styles which gets and sets
values using integers 0 to 18. |
SplusTextField |
Standard text field control for S-PLUS dialogs. |
SplusWideBoxFiller |
Box.Filler sized to be as wide as two SplusGroupPanels. |
SplusWideComboBox |
An SplusComboBox sized to span two columns. |
SplusWideListBox |
An SplusListBox sized to span two columns. |
SplusWideTextField |
An SplusTextField sized to span two columns. |
SplusWin32Tools |
Contains static methods for performing window operations under Win32. |