Package org.apache.pivot.wtk
Interface TableView.Skin
-
- All Known Implementing Classes:
TerraTableViewSkin
- Enclosing class:
- TableView
public static interface TableView.Skin
Table view skin interface. Table view skins must implement this.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bounds
getCellBounds(int rowIndex, int columnIndex)
int
getColumnAt(int x)
Bounds
getColumnBounds(int columnIndex)
int
getRowAt(int y)
Bounds
getRowBounds(int rowIndex)
-