public interface PropertyChangeEventConsts
| Modifier and Type | Field and Description |
|---|---|
static String |
MODELCHART_TIMESTAMP_RULER_FORMAT_CHANGED
used to indicate that the format of the timestamp ruler has changed (seconds since beginning
vs.
|
static String |
RULER_OFFSET_CHANGED
internal event: used to indicate changes in the "offset" property of the
ModelChartImpl.Ruler class |
static String |
TIMEOFFSETPANEL_STATE_CHANGED
Used to indicate that the state of the date / checkbox in the
TimeOffsetPanel has changed |
static final String RULER_OFFSET_CHANGED
ModelChartImpl.Ruler class
Parameters:
oldValue: offset before (Double)
newValue: offset after (Double)
static final String MODELCHART_TIMESTAMP_RULER_FORMAT_CHANGED
Parameters:
oldValue: dateStamp was shown before (boolean)
newValue: dateStamp is shown now (boolean)
static final String TIMEOFFSETPANEL_STATE_CHANGED
TimeOffsetPanel has changed
Parameters
oldValue: checkbox state before
newValue: checkbox state now
Copyright © 2019. All rights reserved.