S-PLUS Connect/Java v1.0

com.insightful.splus
Interface SplusDataColumnListProvider

All Known Implementing Classes:
SplusDataSetComboBox, SplusTimeSeriesComboBox

public interface SplusDataColumnListProvider

Interface providing a column list to a control.

Implemented by SplusDataSetComboBox and SplusTimeSeriesComboBox. It is used to indicate a control that can provide a column list to a control such as SplusDataColumnComboBox or SplusDataColumnListBox.


Method Summary
 String[] getColumnList()
          Return the column list.
 void registerColumnControl(SplusControlMethods control)
          Register a control to be updated when the column list changes.
 

Method Detail

getColumnList

String[] getColumnList()
Return the column list. If the column list is empty, it is preferable to return an empty array rather than a null.


registerColumnControl

void registerColumnControl(SplusControlMethods control)
Register a control to be updated when the column list changes.


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.