:: com :: sun :: star :: util ::
|
interface XSortable |
|
- Description
- makes it possible to sort the contents of this object.
The available properties describing the sort criteria are
defined in the sort descriptor implemented by the object that
implements this interface.
There are older deprecated sort descriptors:
- com::sun::star::util::SortDescriptor
- com::sun::star::table::TableSortDescriptor
- com::sun::star::text::TextSortDescriptor
And a new set of sort descriptors:
- com::sun::star::util::SortDescriptor2
- com::sun::star::table::TableSortDescriptor2
- com::sun::star::text::TextSortDescriptor2
Both types may be implemented by the same object.
When calling the sort method however properties from different
descriptors must not be mixed.
- Developers Guide
- Text - Sorting Text
|
Top of Page
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.