public interface Sortable
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Modifier and Type | Interface and Description |
---|---|
static interface |
Sortable.Definition
Defines the sort definition
|
Modifier and Type | Method and Description |
---|---|
Sortable.Definition[] |
getDefinitions() |
void |
setDefinitions(Sortable.Definition[] definitions)
Sets the current definitions defined for this Sortable.
|
void |
sort()
Instructs this Sortable to sort based on currently set sorting
definitions.
|
Sortable.Definition[] getDefinitions()
void setDefinitions(Sortable.Definition[] definitions)
definitions
- An array of sort definitions. If multiple definitions
for the same field are included, the one with highest index will
be applied.void sort()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.