List Data Sources

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 list representation objects which represent both an object and a relation. The IlsRpElement objects are the target objects of the relation that is represented as a list. List representation objects interface servers objects with a list data source (see IlsListDataSource).

ilog.server.jsds.list.IlsRpElement

The class IlsRpElement instantiates element representation objects which are the target objects of the relation represented as a list object (see previous paragraph). In other words, each instance of IlsRpElement represents an element in the list representation object. Element representation objects interface server objects with a list data source (see IlsListDataSource).

ilog.server.jsds.list.IlsListDataSource

Instances of this class create a bridge between an Server representation model and a Swing JComboBox object or a Swing JList object through an IlsListDS2JComboBoxAdapter or IlsListDS2JlistAdapter object, respectively.

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.