|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpGraphSelectionModel
This model gives access to and maintains the selected object in an
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.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface ilog.cpl.util.selection.IlpObjectSelectionModel |
|---|
addSelectionObject, clearSelection, getSelectedObject, getSelectedObjects, isObjectSelected, removeSelectionObject, setSelectedObject, setSelectedObjects |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||