org.autoplot.datasource.ui.TableRowHeader
getCellBounds
getCellBounds( int index0, int index1 ) → Rectangle
Returns the bounds of the specified range of items in JList
coordinates. Returns null
if index isn't valid.
Parameters
index0 - the index of the first JList
cell in the range
index1 - the index of the last JList
cell in the range
Returns:
the bounds of the indexed cells in pixels
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]