Uses of Interface
adams.gui.event.PlotPanelPanningListener
-
-
Uses of PlotPanelPanningListener in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement PlotPanelPanningListener 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 PlotPanelPanningListener in adams.gui.visualization.core
Methods in adams.gui.visualization.core with parameters of type PlotPanelPanningListener Modifier and Type Method Description void
PlotPanel. addPanningListener(PlotPanelPanningListener l)
Adds the given listener to the internal list of panning listeners.void
PlotPanel. removePanningListener(PlotPanelPanningListener l)
Removes the given listener from the internal list of panning listeners. -
Uses of PlotPanelPanningListener in adams.gui.visualization.core.plot
Fields in adams.gui.visualization.core.plot with type parameters of type PlotPanelPanningListener Modifier and Type Field Description protected HashSet<PlotPanelPanningListener>
ContentPanel. m_PanningListeners
the panning listeners.Methods in adams.gui.visualization.core.plot with parameters of type PlotPanelPanningListener Modifier and Type Method Description void
ContentPanel. addPanningListener(PlotPanelPanningListener l)
Adds the given listener to the internal list of panning listeners.void
ContentPanel. removePanningListener(PlotPanelPanningListener l)
Removes the given listener from the internal list of panning listeners. -
Uses of PlotPanelPanningListener in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement PlotPanelPanningListener Modifier and Type Class Description class
InstanceZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of PlotPanelPanningListener in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement PlotPanelPanningListener Modifier and Type Class Description class
SpreadSheetRowZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of PlotPanelPanningListener in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement PlotPanelPanningListener Modifier and Type Class Description class
TimeseriesZoomOverviewPanel
Panel that shows the zoom in the timeseries panel as overlay.
-