public interface IlpRepresentationObjectSelectionModel
IlpRepresentationObject
s.IlpRepresentationObject getSelectedRepresentationObject()
IlpRepresentationObject
from the collection of selected representation objects.
Returns null
if there is no selected object.null
if
the selection is empty.Collection getSelectedRepresentationObjects()
IlpRepresentationObject
s.
The set should be ordered if the component implementing this interface
supports an ordered selection.
Returns an empty set if there is no selected object.IlpRepresentationObject
svoid setSelectedRepresentationObject(IlpRepresentationObject object)
IlpRepresentationObject
.
This has no effect if the given object is already selected.object
- The object that will become the selection.void setSelectedRepresentationObjects(Collection objects)
IlpRepresentationObject
s.objects
- The collection of representation objects that will become
the selection.boolean isRepresentationObjectSelected(IlpRepresentationObject object)
object
- The representation object that may be selected.void addSelectionRepresentationObject(IlpRepresentationObject object)
IlpRepresentationObject
to the
selection.
This has no effect if the given object is null
or if
it is already selected.object
- The representation object that will be added to the
selection.void removeSelectionRepresentationObject(IlpRepresentationObject object)
IlpRepresentationObject
from the
selection.
This has no effect if the given object is null
or if it
is currently unselected.object
- The representation object that will be removed from the
selection.void removeSelectionRepresentationObjects(Collection ros)
IlpRepresentationObject
s from
the selection.
This has no effect if the given objects are null
or if
they are currently unselected.ros
- The collection of representation objects to be removedvoid clearSelection()
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.