| java.lang.Object org.swingml.tablebrowser.ext.TableBrowser
TableBrowser | public TableBrowser()(Code) | | |
applySortDirectionArrows | public void applySortDirectionArrows()(Code) | | |
filterAll | public void filterAll()(Code) | | |
filterColumn | public void filterColumn(String colname, String filter, boolean partial)(Code) | | |
getActiveFilters | public Map getActiveFilters()(Code) | | |
isIncremental | public boolean isIncremental()(Code) | | |
moveRow | public int moveRow(int from, int to)(Code) | | Move the one given row to a new row position.
NOTE: This does not refresh the UI. That must be done manually by caller.
|
moveRowDown | public int moveRowDown(int row)(Code) | | Move the one given row down one spot. If its the last row, wrap it to the top to be the first row.
NOTE: This does not refresh the UI. That must be done manually by caller.
|
moveRowUp | public int moveRowUp(int row)(Code) | | Move the one given row up one spot. If its the first row, wrap it to the bottom to be the last row.
NOTE: This does not refresh the UI. That must be done manually by caller.
|
moveRowsTo | public void moveRowsTo(int[] rows, int to)(Code) | | |
refresh | public void refresh()(Code) | | |
refreshFilters | public void refreshFilters()(Code) | | |
removeAllFilters | public void removeAllFilters()(Code) | | |
setActiveFilters | public void setActiveFilters(Map filters)(Code) | | |
setIncremental | public void setIncremental(boolean isIncremental)(Code) | | |
showAll | public void showAll()(Code) | | |
|
|