public abstract class DefaultTableCellFilter extends Object implements TableCellFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultTableCellFilter.DefaultStringFormatter |
static interface |
DefaultTableCellFilter.StringFormatter |
| Constructor and Description |
|---|
DefaultTableCellFilter(String pattern,
boolean caseInsensitive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptCell(Object value,
int rowIndex,
int columnIndex,
TableModel model) |
abstract boolean |
acceptCell(String value,
int rowIndex,
int columnIndex,
TableModel model) |
String |
getPattern() |
DefaultTableCellFilter.StringFormatter |
getStringFormatter() |
boolean |
isCaseInsensitive() |
void |
setCaseInsensitive(boolean caseInsensitive) |
void |
setPattern(String pattern) |
void |
setStringFormatter(DefaultTableCellFilter.StringFormatter stringFormatter) |
public DefaultTableCellFilter(String pattern, boolean caseInsensitive)
public boolean acceptCell(Object value, int rowIndex, int columnIndex, TableModel model)
acceptCell in interface TableCellFilterpublic abstract boolean acceptCell(String value, int rowIndex, int columnIndex, TableModel model)
public boolean isCaseInsensitive()
public void setCaseInsensitive(boolean caseInsensitive)
public String getPattern()
public void setPattern(String pattern)
public DefaultTableCellFilter.StringFormatter getStringFormatter()
public void setStringFormatter(DefaultTableCellFilter.StringFormatter stringFormatter)
Copyright © 2021 vpc open source initiative. All rights reserved.