public interface IlpGraphSelectionModel extends IlpRepresentationObjectSelectionModel, IlpObjectSelectionModel
IlpGraphView
.
Note: This interface does not provide methods to add
and/or remove selection listeners. Such methods are available as typed
methods (like
IlpNetworkSelectionModel.addNetworkSelectionListener
and
IlpEquipmentSelectionModel.removeEquipmentSelectionListener
).
This is to keep backward compatibility only.
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObjectMapper |
getRepresentationObjectMapper()
Returns the
IlpRepresentationObjectMapper used
to find the IlpRepresentationObject associated
with an IlpObject . |
void |
setRepresentationObjectMapper(IlpRepresentationObjectMapper repObjMapper)
Sets the
IlpRepresentationObjectMapper that will
be used to find the IlpRepresentationObject
associated with an IlpObject . |
addSelectionRepresentationObject, clearSelection, getSelectedRepresentationObject, getSelectedRepresentationObjects, isRepresentationObjectSelected, removeSelectionRepresentationObject, removeSelectionRepresentationObjects, setSelectedRepresentationObject, setSelectedRepresentationObjects
addSelectionObject, clearSelection, getSelectedObject, getSelectedObjects, isObjectSelected, removeSelectionObject, setSelectedObject, setSelectedObjects
IlpRepresentationObjectMapper getRepresentationObjectMapper()
IlpRepresentationObjectMapper
used
to find the IlpRepresentationObject
associated
with an IlpObject
.null
.void setRepresentationObjectMapper(IlpRepresentationObjectMapper repObjMapper)
IlpRepresentationObjectMapper
that will
be used to find the IlpRepresentationObject
associated with an IlpObject
.repObjMapper
- The representation object mapper to be used. If this
parameter is null
, the
IlpObject
selection API has no effect.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.