|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sortable
Defines methods to define, retrieve and perform sorting definitions.
(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.
Nested Class Summary | |
---|---|
static interface |
Sortable.Definition
Defines the sort definition |
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |