List Data Sources
On this page:
ilog.server.jsds.list
This package includes the following classes which represent server object relations as a list with one element for each object.
-
IlsRpList
-
IlsRpElement
-
IlsListDataSource
-
IlsListDS2JComboBoxAdapter
-
IlsListDS2JListAdapter
ilog.server.jsds.list.IlsRpList
The class IlsRpList instantiates
ilog.server.jsds.list.IlsRpElement
The class IlsRpElement instantiates
ilog.server.jsds.list.IlsListDataSource
Instances of this class create a
ilog.server.jsds.adapter.IlsListDS2JComboBoxAdapter
This class provides a basic interface between a list data source and Swing JComboBox object on one hand, and the underlying DefaultComboBoxModel object on the other hand.
ilog.server.jsds.adapter.IlsListDS2JListAdapter
This class provides a basic interface between a list data source and Swing JList object on one hand, and the underlying DefaultListModel object on the other hand.