| Package | Description |
|---|---|
| eu.fthevenet.binjr.controllers | |
| eu.fthevenet.binjr.data.workspace | |
| eu.fthevenet.binjr.dialogs |
| Modifier and Type | Method and Description |
|---|---|
Worksheet<java.lang.Double> |
WorksheetController.getWorksheet()
Returns the
Worksheet instance associated with this controller |
| Constructor and Description |
|---|
ChartPropertiesController(Worksheet<T> worksheet,
Chart<T> chart) |
WorksheetController(MainViewController parentController,
Worksheet<java.lang.Double> worksheet,
java.util.Collection<DataAdapter> sourcesAdapters) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Worksheet> |
Workspace.getWorksheets()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.addWorksheets(Worksheet<?>... worksheetsToAdd) |
void |
Workspace.removeWorksheets(Worksheet... worksheetsToRemove)
Remove all the elements in the provided collection from the list of
Worksheet instances |
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.addWorksheets(java.util.Collection<Worksheet<?>> worksheetsToAdd)
Add all the elements in the provided collection to the list of
Worksheet instances |
| Constructor and Description |
|---|
Worksheet(Worksheet<T> initWorksheet)
Copy constructor to deep clone a
Worksheet instance. |
| Constructor and Description |
|---|
EditWorksheetDialog(Worksheet<T> worksheet,
javafx.scene.Node owner)
Initializes a new instance of the
EditWorksheetDialog class. |
Copyright © 2018 Frederic Thevenet. All rights reserved.