| Modifier and Type | Method and Description |
|---|---|
TableModel |
ITablePanel.getTableModel() |
TableModel |
IPlotPanel.getTableModel() |
TableModel |
ITablePanel.getTableModel(boolean withListeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITablePanel.setTableModel(TableModel tableModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITablePanel.setTableModels(List<TableModel> tableModels) |
| Modifier and Type | Field and Description |
|---|---|
private TableModel |
AdjustingTable.tableModel
A model holding the data
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdjustingTable.setModel(TableModel model) |
| Constructor and Description |
|---|
AdjustingTable(TableModel model) |
| Modifier and Type | Field and Description |
|---|---|
private TableModel |
IqmDataBox.tableModel
The variable for the table model.
|
| Modifier and Type | Method and Description |
|---|---|
TableModel |
TableModel.clone() |
TableModel |
IqmDataBox.getTableModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
IqmDataBox.setTableModel(TableModel tableModel)
The data type is automatically set to
DataType.TABLE. |
| Constructor and Description |
|---|
IqmDataBox(TableModel tableModel)
This method creates an instance of
IqmDataBox containing a
specified table model. |
| Modifier and Type | Method and Description |
|---|---|
void |
ITable.setNewData(TableModel tableModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITable.setNewData(List<TableModel> tableModels) |
| Modifier and Type | Method and Description |
|---|---|
static TableModel |
TableTools.convertToTableModel(String csvString)
This method converts a
TableModel to the tab delimited format. |
static TableModel |
TableTools.convertToTableModel(TableModel tm)
This method converts a
TableModel to the
internal TableModel. |
static TableModel |
TableTools.mergeBoxes(List<IqmDataBox> boxList)
This method merges several table models from
IqmDataBoxes to a
single model, if the identifier and number of columns match. |
static TableModel |
TableTools.mergeTableModels(List<TableModel> modelList)
This method merges several table models to a single model, if the
identifier and number of columns match.
|
static TableModel |
TableTools.removeAllRows(TableModel model)
Removes all rows of the table model.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TableTools.convertToCSV(TableModel tableModel)
This method converts a
TableModel to the csv format. |
static String |
TableTools.convertToTabDelimited(TableModel tableModel)
This method converts a
TableModel to the tab delimited format. |
static void |
TableTools.displayTable(TableModel tableModel)
This method displays a table model in a separate
JFrame. |
static TableModel |
TableTools.removeAllRows(TableModel model)
Removes all rows of the table model.
|
static javax.media.jai.PlanarImage |
TableTools.toPlanarImage(TableModel model)
Creates an image out of a given
TableModel. |
| Modifier and Type | Method and Description |
|---|---|
static TableModel |
TableTools.mergeTableModels(List<TableModel> modelList)
This method merges several table models to a single model, if the
identifier and number of columns match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setNewData(TableModel tableModel)
Set the new data to the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setNewData(List<TableModel> tableModels)
Set the new data to the table.
|
| Modifier and Type | Field and Description |
|---|---|
private TableModel |
TablePanel.tableModel |
private TableModel |
TablePanel.testModel |
| Modifier and Type | Method and Description |
|---|---|
TableModel |
TablePanel.getTableModel()
Gets the reference to the currently displayed
DefaultTableModel
of the JTable. |
TableModel |
PlotPanel.getTableModel() |
TableModel |
TablePanel.getTableModel(boolean withListeners)
Gets the reference to the currently displayed
DefaultTableModel
of the JTable without any listeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
TablePanel.setTableModel(TableModel tableModel)
Sets the table model of the table and fires
AbstractTableModel.fireTableStructureChanged() to the listeners. |
void |
TableDisplayFrame.setTableModel(TableModel tableModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablePanel.setTableModels(List<TableModel> tableModels) |
| Modifier and Type | Method and Description |
|---|---|
private TableModel |
IqmOpStatistics.addModelColumns(TableModel model,
int binary,
int order1,
int order2)
Adds the column names to the table model
|
private TableModel |
IqmOpStatistics.createModel(String imgName)
Initializes the table model and adds the necessary columns
|
| Modifier and Type | Method and Description |
|---|---|
private TableModel |
IqmOpStatistics.addModelColumns(TableModel model,
int binary,
int order1,
int order2)
Adds the column names to the table model
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.