Package | Description |
---|---|
nixonftp.list |
Modifier and Type | Method and Description |
---|---|
static NXSortedListModel.SortOrder |
NXSortedListModel.SortOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NXSortedListModel.SortOrder[] |
NXSortedListModel.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NXSortedListModel.setSortOrder(NXSortedListModel.SortOrder sortOrder)
Change the sort order of the model at runtime
|
Constructor and Description |
---|
NXSortedListModel(NXDefaultListModel model,
NXSortedListModel.SortOrder sortOrder)
Create a SortedListModel from an existing model
using a specific comparator and sort order.
|
NXSortedListModel(NXDefaultListModel model,
NXSortedListModel.SortOrder sortOrder,
java.util.Comparator comp)
Create a SortedListModel from an existing model.
|