Package SoundRecorder
Class RecorderSidePanel
java.lang.Object
SoundRecorder.RecorderSidePanel
- All Implemented Interfaces:
 PamSidePanel,RecorderView
- 
Field Summary
Fields inherited from interface SoundRecorder.RecorderView
BUTTON_AUTO, BUTTON_OFF, BUTTON_START, BUTTON_START_BUFFERED - 
Method Summary
Modifier and TypeMethodDescriptionvoidenableRecording(boolean enable) voidenableRecordingControl(boolean enable) getPanel()voidnewData(PamDataBlock dataBlock, PamDataUnit dataUnit) voidvoidvoidvoidsetButtonStates(int pressedButton)  
- 
Method Details
- 
getPanel
- Specified by:
 getPanelin interfacePamSidePanel- Returns:
 - Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame; The component will be displayed to the side of the main tab control.
 
 - 
newData
- Specified by:
 newDatain interfaceRecorderView
 - 
enableRecording
public void enableRecording(boolean enable) - Specified by:
 enableRecordingin interfaceRecorderView
 - 
enableRecordingControl
public void enableRecordingControl(boolean enable) - Specified by:
 enableRecordingControlin interfaceRecorderView
 - 
newParams
public void newParams()- Specified by:
 newParamsin interfaceRecorderView
 - 
setButtonStates
public void setButtonStates(int pressedButton) - Specified by:
 setButtonStatesin interfaceRecorderView
 - 
sayStatus
- Specified by:
 sayStatusin interfaceRecorderView
 - 
rename
- Specified by:
 renamein interfacePamSidePanel
 
 -