public class TableRange
extends java.lang.Object
TableView
can be derived from a table range,
providing read access to the range.Constructor and Description |
---|
TableRange(TableReader reader) |
Modifier and Type | Method and Description |
---|---|
TableView |
createTableView() |
int |
getFirstCol() |
int |
getFirstRow() |
int |
getLastCol() |
int |
getLastRow() |
boolean |
includeFiltered() |
boolean |
includeHidden() |
void |
setFirstCol(int nCol) |
void |
setFirstRow(int nRow) |
void |
setIncludeFiltered(boolean b) |
void |
setIncludeHidden(boolean b) |
void |
setLastCol(int nCol) |
void |
setLastRow(int nRow) |
public TableRange(TableReader reader)
public void setFirstRow(int nRow)
public int getFirstRow()
public void setLastRow(int nRow)
public int getLastRow()
public void setFirstCol(int nCol)
public int getFirstCol()
public void setLastCol(int nCol)
public int getLastCol()
public void setIncludeHidden(boolean b)
public boolean includeHidden()
public void setIncludeFiltered(boolean b)
public boolean includeFiltered()
public TableView createTableView()