| Package | Description |
|---|---|
| nl.tudelft.simulation.introspection.sortable |
Utility package enabling sorting tables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SortDefinition
The SortDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
Sortable.Definition[] |
Sortable.getDefinitions() |
Sortable.Definition[] |
SortingTableModel.getDefinitions() |
protected Sortable.Definition |
SortingTableHeader.getMatchingDef(int column)
gets the matching definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sortable.setDefinitions(Sortable.Definition[] definitions)
Sets the current definitions defined for this Sortable.
|
void |
SortingTableModel.setDefinitions(Sortable.Definition[] definitions) |
| Constructor and Description |
|---|
SortingTableHeader(Sortable.Definition[] defaultSorting)
constructs a new SortingTableHeader
|
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.