|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpNetworkSelectionModel | |
|---|---|
| ilog.cpl | ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. |
| ilog.cpl.network | Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. |
| Uses of IlpNetworkSelectionModel in ilog.cpl |
|---|
| Methods in ilog.cpl that return IlpNetworkSelectionModel | |
|---|---|
IlpNetworkSelectionModel |
IlpNetwork.getSelectionModel()
Returns the selection model. |
| Methods in ilog.cpl with parameters of type IlpNetworkSelectionModel | |
|---|---|
void |
IlpNetwork.setSelectionModel(IlpNetworkSelectionModel selectionModel)
Sets the selection model. |
| Uses of IlpNetworkSelectionModel in ilog.cpl.network |
|---|
| Classes in ilog.cpl.network that implement IlpNetworkSelectionModel | |
|---|---|
class |
IlpAbstractNetworkSelectionModel
This class is an implementation of the IlpNetworkSelectionModel
interface which handles notification to listeners of the model. |
class |
IlpDefaultNetworkSelectionModel
This is the default implementation of IlpNetworkSelectionModel. |
| Methods in ilog.cpl.network that return IlpNetworkSelectionModel | |
|---|---|
IlpNetworkSelectionModel |
NetworkSelectionEvent.getNetworkSelectionModel()
Returns the selection model to which the event refers. |
IlpNetworkSelectionModel |
IlpNetworkView.getSelectionModel()
Returns the selection model. |
| Constructors in ilog.cpl.network with parameters of type IlpNetworkSelectionModel | |
|---|---|
NetworkSelectionEvent(IlpNetworkSelectionModel source,
NetworkSelectionEvent.Type type,
IlpRepresentationObject[] objects)
Creates an event. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||