|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckListFilterType | |
---|---|
com.ezware.oxbow.swingbits.list |
Uses of CheckListFilterType in com.ezware.oxbow.swingbits.list |
---|
Methods in com.ezware.oxbow.swingbits.list that return CheckListFilterType | |
---|---|
static CheckListFilterType |
CheckListFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CheckListFilterType[] |
CheckListFilterType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.ezware.oxbow.swingbits.list with parameters of type CheckListFilterType | |
---|---|
void |
ICheckListModel.filter(String filter,
IObjectToStringTranslator translator,
CheckListFilterType filterType)
Allows filtered view. |
void |
DefaultCheckListModel.filter(String filter,
IObjectToStringTranslator translator,
CheckListFilterType filterType)
|
void |
CheckList.filter(String filter,
IObjectToStringTranslator translator,
CheckListFilterType filterType)
Filters list view without losing actual data |
void |
ActionCheckListModel.filter(String filter,
IObjectToStringTranslator translator,
CheckListFilterType filterType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |