Package jaxx.runtime.swing.list.filter
Class FilterableActionCheckListModel<T>
- java.lang.Object
-
- jaxx.runtime.swing.list.ActionCheckListModel<T>
-
- jaxx.runtime.swing.list.filter.FilterableActionCheckListModel<T>
-
- All Implemented Interfaces:
ListModel,CheckListModel<T>,FilterableCheckListModel<T>
public class FilterableActionCheckListModel<T> extends ActionCheckListModel<T> implements FilterableCheckListModel<T>
-
-
Field Summary
-
Fields inherited from class jaxx.runtime.swing.list.ActionCheckListModel
actionCheckAll, actionItems, checks, listeners, originalModel
-
-
Constructor Summary
Constructors Constructor Description FilterableActionCheckListModel(DefaultFilterableCheckListModel<T> originalModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(String filter, org.nuiton.decorator.Decorator<Object> decorator, CheckListFilterType filterType)Filters list view without losing actual data-
Methods inherited from class jaxx.runtime.swing.list.ActionCheckListModel
addListDataListener, getCheckedItems, getElementAt, getOriginalSize, getSize, isCheckedIndex, removeListDataListener, setCheckedIndex, setCheckedItems
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jaxx.runtime.swing.list.CheckListModel
getCheckedItems, getOriginalSize, isCheckedIndex, setCheckedIndex, setCheckedItems
-
Methods inherited from interface javax.swing.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
-
-
-
-
Constructor Detail
-
FilterableActionCheckListModel
public FilterableActionCheckListModel(DefaultFilterableCheckListModel<T> originalModel)
-
-
Method Detail
-
filter
public void filter(String filter, org.nuiton.decorator.Decorator<Object> decorator, CheckListFilterType filterType)
Description copied from interface:FilterableCheckListModelFilters list view without losing actual data- Specified by:
filterin interfaceFilterableCheckListModel<T>
-
-