Package org.apache.pivot.wtk
Interface TableView.Skin
-
- All Known Implementing Classes:
TerraTableViewSkin
- Enclosing class:
- TableView
public static interface TableView.SkinTable view skin interface. Table view skins must implement this.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundsgetCellBounds(int rowIndex, int columnIndex)intgetColumnAt(int x)BoundsgetColumnBounds(int columnIndex)intgetRowAt(int y)BoundsgetRowBounds(int rowIndex)
-