|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellStyle | |
---|---|
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 CellStyle in com.sas.table |
---|
Methods in com.sas.table that return CellStyle | |
---|---|
static CellStyle |
TableViewDefaults.getCellStyle()
|
CellStyle |
TableView.getDefaultCellStyle()
Returns the set of style properties that serve as defaults for all cells. |
CellStyle |
CellVectorStyle.getDefaultCellStyle()
Returns the default style for data cells. |
CellStyle |
TableView.getDefaultInvalidCellStyle()
Returns the set of style properties that serve as defaults for invalid cells. |
CellStyle |
TableView.getDefaultLabelStyle()
Returns the set of style properties that serve as defaults for all labels. |
CellStyle |
CellVectorStyle.getDefaultLabelStyle()
Returns the default style for label cells. |
static CellStyle |
TableViewDefaults.getInvalidCellStyle()
Returns a default invalid cell style. |
static CellStyle |
TableViewDefaults.getLabelStyle()
Returns a default label style. |
Methods in com.sas.table with parameters of type CellStyle | |
---|---|
void |
TableView.setDefaultCellStyle(CellStyle newValue)
Specifies the set of style properties to use as defaults for all cells. |
void |
CellVectorStyle.setDefaultCellStyle(CellStyle newValue)
Specifies the default style for cells. |
void |
TableView.setDefaultInvalidCellStyle(CellStyle newValue)
Specifies the set of style properties to use as defaults for invalid cells. |
void |
TableView.setDefaultLabelStyle(CellStyle newValue)
Specifies the set of style properties to use as defaults for all labels. |
void |
CellVectorStyle.setDefaultLabelStyle(CellStyle newValue)
Specifies the default style for label cells. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |