|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.byteslooser.filters.parser.generic.TableFilterHelper
public abstract class TableFilterHelper
Helper class, implementing funcionality commonly used, associated to the creation and usage of
IFilterTextParser
| Constructor Summary | |
|---|---|
TableFilterHelper()
|
|
| Method Summary | |
|---|---|
static FilterTextParser |
createTextFilterParser(TableModel model)
Creates a generic FilterTextParser that uses the identifiers provided by the passed
table model (as extracted from the table headers) |
static List<IdentifierInfo> |
extractIdentifiersFromTableColumnNames(TableModel model)
Obtains the identifiers from the table headers |
static List<IdentifierInfo> |
extractIdentifiersFromTableColumnNames(TableModel model,
int columns)
Obtains the identifiers from the table headers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableFilterHelper()
| Method Detail |
|---|
public static List<IdentifierInfo> extractIdentifiersFromTableColumnNames(TableModel model)
public static List<IdentifierInfo> extractIdentifiersFromTableColumnNames(TableModel model, int columns)
public static FilterTextParser createTextFilterParser(TableModel model)
FilterTextParser that uses the identifiers provided by the passed
table model (as extracted from the table headers)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||