|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDialogoRec
Genera una ventana para grabar archivos de audio. El boton Detener funciona también como "cancelar"
Constructor Summary | |
DialogoRec(javax.swing.JFrame f,
SimpleAudioRecorder sar)
Genera los componentes graficos de la ventana de grabacion y asigna Listeners a los botones corespondientes |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent a)
Escucha los botones de Grabacion y Detener. |
boolean |
isRecorded()
Permite saber el estado de la grabacion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DialogoRec(javax.swing.JFrame f, SimpleAudioRecorder sar)
f
- El marco del cual depende este Dialogo. Será el campo de JPostItFramesar
- El objeto SimpleAudioRecorder para generar la grabacionMethod Detail |
public void actionPerformed(java.awt.event.ActionEvent a)
actionPerformed
in interface java.awt.event.ActionListener
a
- El ActionEvent asociado.public boolean isRecorded()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |