Methods' Details |
addSelection
- Description
- adds the object or the objects represented by Selection to the selection
of this XMultiSelectionSupplier.
- Parameter Selection
- either an Object that is selectable or a sequence of objects that are selectable.
- Returns
- true/, if Selection was added to the current selection.
false, if Selection or parts of Selection could not be
added to the current selection. For example, if the selection already contains
objects that are forbidden to be selected together with Selection
- Throws
- com::sun::star::lang::IllegalArgumentException
If Selection is not a selectable object for this XMultiSelectionSupplier.
Adding an object to the selection that is already part of the selection should not raise this exception
|
|
removeSelection
- Description
- remove the object or objects represented by Selection from the
selection of this XMultiSelectionSupplier.
- Parameter Selection
- either an Object that is selectable or a sequence of objects that are selectable.
- Returns
- true/, if Selection was added to the current selection.
false, if Selection or parts of Selection could not be
added to the current selection. For example, if the selection already contains
objects that are forbidden to be selected together with Selection.
- Throws
- com::sun::star::lang::IllegalArgumentException
If Selection is not a selectable object for this XMultiSelectionSupplier.
Removing an object from the selection that is not part of the selection should not raise this exception
|
|
clearSelection
|
getSelectionCount
|
createSelectionEnumeration
- Returns
- a new object to enumerate the selection of this XMultiSelectionSupplier.
It returns NULL if there are no objects in the selection.
|
|
createReverseSelectionEnumeration
- Returns
- a new object to enumerate the selection of this XMultiSelectionSupplier
in reverse order. If the order of the selected objects
It returns NULL if there are no objects in the selection.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.