S-PLUS Connect/Java v1.0

Uses of Interface
com.insightful.splus.SplusDataColumnListProvider

Packages that use SplusDataColumnListProvider
com.insightful.splus   
 

Uses of SplusDataColumnListProvider in com.insightful.splus
 

Classes in com.insightful.splus that implement SplusDataColumnListProvider
 class SplusDataSetComboBox
          Combo box listing S-PLUS data sets.
 class SplusTimeSeriesComboBox
          A variation on SplusDataSetComboBox for "timeSeries" objects.
 

Constructors in com.insightful.splus with parameters of type SplusDataColumnListProvider
SplusDataColumnComboBox(SplusDataColumnListProvider control)
          Create a combo box labeled "Variable:".
SplusDataColumnComboBox(String text, char mnemonic, SplusDataColumnListProvider control)
          Create a combo box with a specific label and mnemonic.
SplusDataColumnComboBox(String text, int mnemonic, SplusDataColumnListProvider control)
          Create a combo box with a specific label and mnemonic.
SplusDataColumnComboBox(String text, SplusDataColumnListProvider control)
          Create a combo box with a specific label.
SplusDataColumnListBox(SplusDataColumnListProvider control)
          Create a list box labeled "Variables:".
SplusDataColumnListBox(String text, char mnemonic, SplusDataColumnListProvider control)
          Create a list box with a specific label and mnemonic.
SplusDataColumnListBox(String text, int mnemonic, SplusDataColumnListProvider control)
          Create a list box with a specific label and mnemonic.
SplusDataColumnListBox(String text, SplusDataColumnListProvider control)
          Create a list box with a specific label and no mnemonic.
 


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.