|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnLabelInterface
Defines an interface for modifying a table's column labels.
TableInterface
,
RowLabelInterface
Method Summary | |
---|---|
boolean |
isColumnLabelsModifiable()
Indicates whether column labels can be modified. |
void |
setColumnLabel(int index,
java.lang.Object label)
Specifies the label to associate with a column. |
Methods inherited from interface com.sas.table.StaticColumnLabelInterface |
---|
getColumnLabel, getColumnLabels, isColumnLabelsSupported, isColumnsLabelSupported |
Method Detail |
---|
boolean isColumnLabelsModifiable()
true
if column labels can be modified,
and false
otherwise.void setColumnLabel(int index, java.lang.Object label) throws com.sas.table.TableException
When isColumnsLabelSupported() is true, setColumnLabel(0)
can
be used to set the label for the entire set of column labels.
index
- A one-based index that identifies the column.
See note about use of zero above.label
- The column's new label.
TableException
- Thrown if the query can not be satisfied (e.g. i/o-failure).
java.lang.IndexOutOfBoundsException
- Thrown if index is negative, zero, or greater than
the number of columns. See note about use of zero above.StaticColumnLabelInterface.isColumnsLabelSupported()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |