| org.swingml.treetablebrowser.ext.BrowserContract
All known Subclasses: org.swingml.treetablebrowser.ext.TableBrowserContract,
BrowserContract | public interface BrowserContract (Code) | | author: dpitt author: To change this generated comment edit the template variable "typecomment": author: Window>Preferences>Java>Templates. author: To enable and disable the creation of type comments go to author: Window>Preferences>Java>Code Generation. |
getColumnSortType | public boolean getColumnSortType(int col)(Code) | | |
getSortedColumn | public int getSortedColumn()(Code) | | |
hasMore | public boolean hasMore(int row)(Code) | | |
hasSameSortTypeAsPrevious | public boolean hasSameSortTypeAsPrevious(int theSortedColumn, int theSecondSortedColumn)(Code) | | |
isEditable | public boolean isEditable(int row)(Code) | | |
removeColumnFromSortOrder | public void removeColumnFromSortOrder(int column)(Code) | | |
setColumnToPrimarySearch | public void setColumnToPrimarySearch(int column)(Code) | | |
setSortedColumn | public void setSortedColumn(int col)(Code) | | |
switchColumnSortType | public void switchColumnSortType(int col)(Code) | | |
|
|