Package com.illumon.iris.db.plot
Class DynamicChartTitle.ChartTitleSwappableTable
java.lang.Object
com.illumon.iris.db.plot.ChartTitle
com.illumon.iris.db.plot.DynamicChartTitle
com.illumon.iris.db.plot.DynamicChartTitle.DynamicChartTitleTable
com.illumon.iris.db.plot.DynamicChartTitle.ChartTitleSwappableTable
- All Implemented Interfaces:
SwappableTable.LocalTableUpdateListener
,TableSnapshotChangeListener
,Serializable
- Enclosing class:
- DynamicChartTitle
public static class DynamicChartTitle.ChartTitleSwappableTable
extends DynamicChartTitle.DynamicChartTitleTable
implements SwappableTable.LocalTableUpdateListener
A dynamic chart title from oneClick datasets
- 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
onClose()
void
onLocalTableUpdate
(Table localTable) Updates this listener with the new table.void
Methods inherited from class com.illumon.iris.db.plot.DynamicChartTitle.DynamicChartTitleTable
notifyTableSnapshotChanged
Methods inherited from class com.illumon.iris.db.plot.DynamicChartTitle
addChartTitleChangeListener, getTitle
Methods inherited from class com.illumon.iris.db.plot.ChartTitle
getPlotInfo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.plot.util.tables.SwappableTable.LocalTableUpdateListener
onInitialSnapshot
-
Method Details
-
getSwappableTable
-
getTableMapHandle
-
onLocalTableUpdate
Description copied from interface:SwappableTable.LocalTableUpdateListener
Updates this listener with the new table.- Specified by:
onLocalTableUpdate
in interfaceSwappableTable.LocalTableUpdateListener
- Parameters:
localTable
- table
-
updateChartTitle
public void updateChartTitle()- Overrides:
updateChartTitle
in classChartTitle
-
onClose
public void onClose()- Overrides:
onClose
in classDynamicChartTitle
-