| Package | Description |
|---|---|
| xyz.cofe.gui.swing.table | |
| xyz.cofe.gui.swing.table.impl | |
| xyz.cofe.gui.swing.tree |
| Modifier and Type | Field and Description |
|---|---|
protected RowData |
SortRowTM.rowData |
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.Predicate<RowData> |
FilterRowTM.rowFilter |
| Modifier and Type | Method and Description |
|---|---|
static xyz.cofe.collection.Predicate<RowData> |
RowData.and(xyz.cofe.collection.Predicate<RowData>... predicates) |
static xyz.cofe.collection.Convertor<String,xyz.cofe.collection.Predicate<RowData>> |
RowData.andConvertor(xyz.cofe.collection.Convertor<String,xyz.cofe.collection.Predicate<RowData>>... predicates) |
static xyz.cofe.collection.Convertor<String,xyz.cofe.collection.Predicate<RowData>> |
RowData.getContainsConvertor(int column)
Конвертор филльтра: contains
|
Comparator<RowData> |
SortRowTM.getRowComparator() |
xyz.cofe.collection.Predicate<RowData> |
FilterRowTM.getRowFilter() |
static xyz.cofe.collection.Predicate<RowData> |
RowData.like(String text) |
static xyz.cofe.collection.Predicate<RowData> |
RowData.not(xyz.cofe.collection.Predicate<RowData> predicate) |
static xyz.cofe.collection.Predicate<RowData> |
RowData.or(xyz.cofe.collection.Predicate<RowData>... predicates) |
static xyz.cofe.collection.Predicate<RowData> |
RowData.stringValue(int columnIndex,
xyz.cofe.collection.Predicate<String> pred)
Сравнивает текстовое представление данных (toString()) с значением (pred)
и соответственно возвращает результат сравнения.
|
static xyz.cofe.collection.Predicate<RowData> |
RowData.textContains(int column,
String text) |
| Modifier and Type | Method and Description |
|---|---|
static Closeable |
RowData.bind(FilterRowTM filterRowTM,
JTextComponent filterTextCmpt,
xyz.cofe.collection.Convertor<String,xyz.cofe.collection.Predicate<RowData>> convertToFilter) |
protected Comparator<Integer> |
SortRowTM.createComparator(TableModel tm,
Comparator<RowData> cmpr) |
protected Comparator<Integer> |
SortRowTM.createComparator(TableModel tm1,
TableModel tm2,
Comparator<RowData> cmpr) |
static xyz.cofe.collection.Predicate<RowData> |
RowData.not(xyz.cofe.collection.Predicate<RowData> predicate) |
void |
SortRowTM.setRowComparator(Comparator<RowData> rowComparator) |
void |
FilterRowTM.setRowFilter(xyz.cofe.collection.Predicate<RowData> filter) |
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.Predicate<RowData> |
FilterRowTMUnOrdererMaps.rowFilter |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.Predicate<RowData> |
FilterRowTMUnOrdererMaps.getRowFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterRowTMUnOrdererMaps.setRowFilter(xyz.cofe.collection.Predicate<RowData> filter) |
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.Predicate<RowData> |
TreeTableFilterModel.filter |
| Constructor and Description |
|---|
TreeTableSortModel(TreeTableModelInterface dm,
xyz.cofe.common.Reciver<xyz.cofe.collection.Pair<RowData,RowData>> dumpDetail) |
TreeTableSortModel(TreeTableModelInterface dm,
xyz.cofe.common.Reciver<xyz.cofe.collection.Pair<RowData,RowData>> dumpDetail) |
Copyright © 2018. All rights reserved.