Package | Description |
---|---|
fr.cnes.genius.table |
Package containing the GTables classes.
|
Modifier and Type | Method and Description |
---|---|
static GTableModel.Format |
GTableModel.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GTableModel.Format[] |
GTableModel.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
GTableModel.formatValue(int fracDigits,
GTableModel.Format format,
double value)
Format the value to display according to the formatting options of the field.
|
void |
GTable.setColumnHeaderFormat(GTableModel.Format newFormat)
Set the format of the column headers.
|
void |
GTable.setDataFormat(GTableModel.Format newFormat)
Set the format of the data.
|
void |
GTableModel.setDataFormat(GTableModel.Format newFormat)
Sets the format allowed for the field.
|
void |
GTableModel.setHeaderFormat(GTableModel.Format newFormat)
Sets the format allowed for the field.
|
void |
GTable.setRowHeaderFormat(GTableModel.Format newFormat)
Set the format of the row headers.
|
Copyright © 2024. All rights reserved.