Uses of Interface
adams.gui.event.PlotPanelZoomListener
-
-
Uses of PlotPanelZoomListener in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement PlotPanelZoomListener Modifier and Type Class Description class
AbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>
Panel that shows the zoom in the data container panel as overlay. -
Uses of PlotPanelZoomListener in adams.gui.visualization.core
Methods in adams.gui.visualization.core with parameters of type PlotPanelZoomListener Modifier and Type Method Description void
PlotPanel. addZoomListener(PlotPanelZoomListener l)
Adds the given listener to the internal list of zoom listeners.void
PlotPanel. removeZoomListener(PlotPanelZoomListener l)
Removes the given listener from the internal list of zoom listeners. -
Uses of PlotPanelZoomListener in adams.gui.visualization.core.plot
Fields in adams.gui.visualization.core.plot with type parameters of type PlotPanelZoomListener Modifier and Type Field Description protected HashSet<PlotPanelZoomListener>
ContentPanel. m_ZoomListeners
the zoom listeners.Methods in adams.gui.visualization.core.plot with parameters of type PlotPanelZoomListener Modifier and Type Method Description void
ContentPanel. addZoomListener(PlotPanelZoomListener l)
Adds the given listener to the internal list of zoom listeners.void
ContentPanel. removeZoomListener(PlotPanelZoomListener l)
Removes the given listener from the internal list of zoom listeners. -
Uses of PlotPanelZoomListener in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement PlotPanelZoomListener Modifier and Type Class Description class
InstanceZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of PlotPanelZoomListener in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement PlotPanelZoomListener Modifier and Type Class Description class
SpreadSheetRowZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of PlotPanelZoomListener in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement PlotPanelZoomListener Modifier and Type Class Description class
TimeseriesZoomOverviewPanel
Panel that shows the zoom in the timeseries panel as overlay.
-