jadex.util.jtable
Interface ISorterFilterTableModel
- All Superinterfaces:
- TableModel
- All Known Implementing Classes:
- SorterFilterTableModel
public interface ISorterFilterTableModel
- extends TableModel
NONE
static final int NONE
- See Also:
- Constant Field Values
DESCENDING
static final int DESCENDING
- See Also:
- Constant Field Values
ASCENDING
static final int ASCENDING
- See Also:
- Constant Field Values
getSortColumn
int getSortColumn()
getSortDirection
int getSortDirection()
setSortColumn
void setSortColumn(int sortColumn)
setSortDirection
void setSortDirection(int sortDirection)
setFilter
void setFilter(Vector filter)
getFilter
Vector getFilter()
isDoFilter
boolean isDoFilter()
setDoFilter
void setDoFilter(boolean doFilter)
Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.