Uses of Enum Class
ca.corbett.extras.audio.AudioWaveformPanel.PanelState
Packages that use AudioWaveformPanel.PanelState
Package
Description
Contains utility classes related to audio handling (playback and recording).
-
Uses of AudioWaveformPanel.PanelState in ca.corbett.extras.audio
Methods in ca.corbett.extras.audio that return AudioWaveformPanel.PanelStateModifier and TypeMethodDescriptionAudioWaveformPanel.getPanelState()Returns the current state of this panel.Returns the enum constant of this class with the specified name.static AudioWaveformPanel.PanelState[]AudioWaveformPanel.PanelState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.extras.audio with parameters of type AudioWaveformPanel.PanelStateModifier and TypeMethodDescriptionvoidAudioPanelListener.stateChanged(AudioWaveformPanel sourcePanel, AudioWaveformPanel.PanelState state) Indicates a state change within the panel. -
Uses of AudioWaveformPanel.PanelState in ca.corbett.extras.demo.panels
Methods in ca.corbett.extras.demo.panels with parameters of type AudioWaveformPanel.PanelStateModifier and TypeMethodDescriptionvoidAudioDemoPanel.stateChanged(AudioWaveformPanel sourcePanel, AudioWaveformPanel.PanelState state)