public class SortSet
extends java.lang.Object
Constructor and Description |
---|
SortSet() |
Modifier and Type | Method and Description |
---|---|
void |
addMode(SortMode mode) |
int |
getComboCount() |
java.util.Map<java.lang.Integer,java.lang.Integer> |
getDefaultSortValues() |
java.util.List<SortMode> |
getModeList() |
java.util.SortedMap<java.lang.Integer,java.lang.Integer> |
getSortValues() |
void |
setComboCount(int comboCount) |
void |
setDefaultSortValue(int comboNum,
int value) |
void |
setSortValue(int comboNum,
int value) |
public int getComboCount()
public void setComboCount(int comboCount)
public java.util.List<SortMode> getModeList()
public void addMode(SortMode mode)
public void setDefaultSortValue(int comboNum, int value)
public void setSortValue(int comboNum, int value)
public java.util.SortedMap<java.lang.Integer,java.lang.Integer> getSortValues()
public java.util.Map<java.lang.Integer,java.lang.Integer> getDefaultSortValues()