Package | Description |
---|---|
org.sdrinovsky.sdsvn |
Modifier and Type | Method and Description |
---|---|
static SortedListModel.SortOrder |
SortedListModel.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortedListModel.SortOrder[] |
SortedListModel.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 |
SortedListModel.setSortOrder(SortedListModel.SortOrder sortOrder)
Change the sort order of the model at runtime
|
Constructor and Description |
---|
SortedListModel(ListModel model,
SortedListModel.SortOrder sortOrder)
Create a SortedListModel from an existing model
using a specific comparator and sort order.
|
SortedListModel(ListModel model,
SortedListModel.SortOrder sortOrder,
Comparator comp)
Create a SortedListModel from an existing model.
|
Copyright © 2015 sd-svn. All rights reserved.