public abstract class AbstractChartMeasurement extends Object implements EventListener
| Modifier and Type | Field and Description |
|---|---|
protected Alert |
alert |
protected ButtonType |
buttonDefault |
protected ButtonType |
buttonOK |
protected ButtonType |
buttonRemove |
protected XYChart |
chart |
protected DataSetSelector |
dataSetSelector |
protected VBox |
displayPane |
protected static int |
markerCount |
protected static int |
PREFERRED_WIDTH |
protected String |
title |
protected CheckedValueField |
valueField |
protected VBox |
vBox |
| Constructor and Description |
|---|
AbstractChartMeasurement(Chart chart) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
defaultAction() |
DataSet |
getDataSet() |
protected VBox |
getDialogContentBox() |
Pane |
getDisplayPane() |
abstract void |
initialize() |
protected void |
nominalAction() |
protected void |
removeAction() |
void |
setDataSet(DataSet dataSet) |
void |
showConfigDialogue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleprotected static final int PREFERRED_WIDTH
protected static int markerCount
protected XYChart chart
protected final CheckedValueField valueField
protected String title
protected VBox displayPane
protected final Alert alert
protected final ButtonType buttonOK
protected final ButtonType buttonDefault
protected final ButtonType buttonRemove
protected final DataSetSelector dataSetSelector
protected final VBox vBox
public AbstractChartMeasurement(Chart chart)
protected void defaultAction()
public DataSet getDataSet()
protected VBox getDialogContentBox()
public Pane getDisplayPane()
public abstract void initialize()
protected void nominalAction()
protected void removeAction()
public void setDataSet(DataSet dataSet)
public void showConfigDialogue()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.