public class TableViewer extends ChartPlugin
addButtonsToToolBarProperty, chartProperty| Modifier and Type | Class and Description |
|---|---|
protected static class |
TableViewer.ColumnType |
protected class |
TableViewer.DataSetsModel
Model Abstraction to the DataSets of a chart as the backing for a JavaFX TableView.
|
protected class |
TableViewer.DataSetsRow |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
editable |
protected static String |
FONT_AWESOME |
protected static int |
FONT_SIZE |
| Constructor and Description |
|---|
TableViewer()
Creates a new instance of DataSetTableViewer class and setup the required listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copySelectedToClipboard()
Copies the (selected) table data to the clipboard in csv Format.
|
void |
exportGridToCSV()
Show a FileChooser and export the (selected) Table Data to the choosen .csv File.
|
protected HBox |
getInteractorBar()
Helper function to initialize the UI elements for the Interactor toolbar.
|
TableView<?> |
getTable() |
addButtonsToToolBarProperty, chartProperty, getChart, getChartChildren, getLocationInPlotArea, isAddButtonsToToolBar, layoutChildren, registerInputEventHandler, setAddButtonsToToolBar, setChart, toDataPoint, toDisplayPointprotected static final String FONT_AWESOME
protected static final int FONT_SIZE
protected boolean editable
public TableViewer()
public void copySelectedToClipboard()
public void exportGridToCSV()
protected HBox getInteractorBar()
public TableView<?> getTable()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.