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