Uses of Interface
ca.phon.app.log.BufferPanelSelectionListener
Packages that use BufferPanelSelectionListener
-
Uses of BufferPanelSelectionListener in ca.phon.app.log
Methods in ca.phon.app.log that return types with arguments of type BufferPanelSelectionListenerModifier and TypeMethodDescriptionBufferPanelContainer.getSelectionListeners()
BufferWindow.getSelectionListeners()
MultiBufferPanel.getSelectionListeners()
Methods in ca.phon.app.log with parameters of type BufferPanelSelectionListenerModifier and TypeMethodDescriptionvoid
BufferPanelContainer.addSelectionListener
(BufferPanelSelectionListener listener) void
BufferWindow.addSelectionListener
(BufferPanelSelectionListener listener) void
MultiBufferPanel.addSelectionListener
(BufferPanelSelectionListener listener) void
BufferPanelContainer.removeSelectionListener
(BufferPanelSelectionListener listener) void
BufferWindow.removeSelectionListener
(BufferPanelSelectionListener listener) void
MultiBufferPanel.removeSelectionListener
(BufferPanelSelectionListener listener)