|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
---|---|
com.sas.table | A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. |
Uses of Column in com.sas.table |
---|
Methods in com.sas.table that return Column | |
---|---|
protected Column |
TableView.createColumn(int index)
Factory method for creating columns. |
Column |
TableView.findColumn(int x)
Finds the column that contains a given x-coordinate. |
Column |
DataCell.getColumn()
Returns the column that contains this cell. |
Column |
TableView.getColumn(int index)
Returns the column at a given index. |
protected Column |
Column.getThisColumn()
Returns the Column instance to delegate all variable access to. |
Column |
Column.nextColumn()
Returns the next column if any, otherwise null . |
Column |
Column.previousColumn()
Returns the previous column if any, otherwise null . |
Methods in com.sas.table with parameters of type Column | |
---|---|
protected DataCell |
TableView.createCell(Row row,
Column col)
Factory method for creating cells. |
protected LabelCell |
TableView.createColumnLabel(Column col)
Factory method for creating column labels. |
boolean |
Column.equals(Column other)
Compares this and a given column for equality. |
DataCell |
TableView.getCell(Row row,
Column col)
Returns the cell at the intersection of a given row and column. |
protected void |
TableView.onSizeColumn(Column col,
java.awt.Graphics g)
Sizes a given column. |
void |
TablePainterInterface.paintColumn(Column column,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
Paints the background of the given column. |
void |
TableView.scrollToColumn(Column col,
boolean makeFirst)
Ensures that a column is scrolled fully into view. |
void |
TableView.select(Column start,
Column end,
boolean extend)
Selects a contiguous range of columns. |
Constructors in com.sas.table with parameters of type Column | |
---|---|
ColumnSelection(Column anchor)
Alias for ColumnSelection(anchor, anchor) . |
|
ColumnSelection(Column anchor,
Column end)
Constructs a new selection with the given extent. |
|
DataCell(TableView table,
Row row,
Column column)
Constructor. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |