public interface IlpEquipmentSelectionModel extends IlpGraphSelectionModel
IlpEquipmentView
.IlpEquipment.getSelectionModel()
,
IlpEquipment.setSelectionModel(ilog.cpl.equipment.IlpEquipmentSelectionModel)
Modifier and Type | Method and Description |
---|---|
void |
addEquipmentSelectionListener(EquipmentSelectionListener listener)
Adds a listener that is notified each time a change to this model occurs.
|
void |
removeEquipmentSelectionListener(EquipmentSelectionListener listener)
Removes a listener previously added with
addEquipmentSelectionListener . |
getRepresentationObjectMapper, setRepresentationObjectMapper
addSelectionRepresentationObject, clearSelection, getSelectedRepresentationObject, getSelectedRepresentationObjects, isRepresentationObjectSelected, removeSelectionRepresentationObject, removeSelectionRepresentationObjects, setSelectedRepresentationObject, setSelectedRepresentationObjects
addSelectionObject, clearSelection, getSelectedObject, getSelectedObjects, isObjectSelected, removeSelectionObject, setSelectedObject, setSelectedObjects
void addEquipmentSelectionListener(EquipmentSelectionListener listener)
listener
- The listener to be added.void removeEquipmentSelectionListener(EquipmentSelectionListener listener)
addEquipmentSelectionListener
.listener
- The listener to be removed.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.