Package SoundRecorder
Class RecorderTabPanel
java.lang.Object
SoundRecorder.RecorderTabPanel
- All Implemented Interfaces:
PamTabPanel,RecorderView
-
Field Summary
Fields inherited from interface SoundRecorder.RecorderView
BUTTON_AUTO, BUTTON_OFF, BUTTON_START, BUTTON_START_BUFFERED -
Method Summary
Modifier and TypeMethodDescriptioncreateMenu(Frame parentFrame) voidenableRecording(boolean enable) voidenableRecordingControl(boolean enable) getPanel()voidnewData(PamDataBlock dataBlock, PamDataUnit dataUnit) voidvoidvoidsetButtonStates(int pressedButton) voidsetTriggerMessage(String message) protected void
-
Method Details
-
createMenu
- Specified by:
createMenuin interfacePamTabPanel- Returns:
- a JMeny for the panel
-
getPanel
- Specified by:
getPanelin interfacePamTabPanel- Returns:
- Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame;
-
getToolBar
- Specified by:
getToolBarin interfacePamTabPanel- Returns:
- a JToolbas associated with this tab. This will only be displayed when the current tab is activated
-
newParams
public void newParams()- Specified by:
newParamsin interfaceRecorderView
-
enableRecording
public void enableRecording(boolean enable) - Specified by:
enableRecordingin interfaceRecorderView
-
enableRecordingControl
public void enableRecordingControl(boolean enable) - Specified by:
enableRecordingControlin interfaceRecorderView
-
sayStatus
- Specified by:
sayStatusin interfaceRecorderView
-
timerActions
protected void timerActions() -
newData
- Specified by:
newDatain interfaceRecorderView
-
setButtonStates
public void setButtonStates(int pressedButton) - Specified by:
setButtonStatesin interfaceRecorderView
-
setTriggerMessage
-