Package com.illumon.iris.db.plot
Class DynamicChartTitle.DynamicChartTitleTable
java.lang.Object
com.illumon.iris.db.plot.ChartTitle
com.illumon.iris.db.plot.DynamicChartTitle
com.illumon.iris.db.plot.DynamicChartTitle.DynamicChartTitleTable
- All Implemented Interfaces:
TableSnapshotChangeListener
,Serializable
- Direct Known Subclasses:
DynamicChartTitle.ChartTitleSwappableTable
,DynamicChartTitle.ChartTitleTable
- Enclosing class:
- DynamicChartTitle
public abstract static class DynamicChartTitle.DynamicChartTitleTable
extends DynamicChartTitle
implements TableSnapshotChangeListener
An abstract class for dynamic chart title from table and oneClick dataset
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.db.plot.DynamicChartTitle
DynamicChartTitle.ChartTitleSwappableTable, DynamicChartTitle.ChartTitleTable, DynamicChartTitle.DynamicChartTitleTable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notifies the listener when table snapshot is changedMethods inherited from class com.illumon.iris.db.plot.DynamicChartTitle
addChartTitleChangeListener, getTitle, onClose
Methods inherited from class com.illumon.iris.db.plot.ChartTitle
getPlotInfo, updateChartTitle
-
Method Details
-
notifyTableSnapshotChanged
public void notifyTableSnapshotChanged()Description copied from interface:TableSnapshotChangeListener
Notifies the listener when table snapshot is changed- Specified by:
notifyTableSnapshotChanged
in interfaceTableSnapshotChangeListener
-