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:
- Serialized Form
-
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 Type Method Description SwappableTablegetSwappableTable()TableMapHandlegetTableMapHandle()voidonClose()voidonLocalTableUpdate(Table localTable)Updates this listener with the new table.voidupdateChartTitle()Methods inherited from class com.illumon.iris.db.plot.DynamicChartTitle.DynamicChartTitleTable
notifyTableSnapshotChangedMethods inherited from class com.illumon.iris.db.plot.DynamicChartTitle
addChartTitleChangeListener, getTitleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.db.plot.util.tables.SwappableTable.LocalTableUpdateListener
onInitialSnapshot
-
Method Details
-
getSwappableTable
-
getTableMapHandle
-
onLocalTableUpdate
Description copied from interface:SwappableTable.LocalTableUpdateListenerUpdates this listener with the new table.- Specified by:
onLocalTableUpdatein interfaceSwappableTable.LocalTableUpdateListener- Parameters:
localTable- table
-
updateChartTitle
public void updateChartTitle()- Overrides:
updateChartTitlein classChartTitle
-
onClose
public void onClose()- Overrides:
onClosein classDynamicChartTitle
-