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
 Bounds getCellBounds(int rowIndex, int columnIndex)
           
 int getColumnAt(int x)
           
 Bounds getColumnBounds(int columnIndex)
           
 int getRowAt(int y)
           
 Bounds getRowBounds(int rowIndex)
           
 

Method Detail

getRowAt

int getRowAt(int y)

getColumnAt

int getColumnAt(int x)

getRowBounds

Bounds getRowBounds(int rowIndex)

getColumnBounds

Bounds getColumnBounds(int columnIndex)

getCellBounds

Bounds getCellBounds(int rowIndex,
                     int columnIndex)