|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.call.DTMFHandler.DTMFToneInfo
public static class DTMFHandler.DTMFToneInfo
DTMF extended information.
| Field Summary | |
|---|---|
ImageID |
imageID
The image to display in buttons sending DTMFs. |
char |
keyChar
The char associated with this DTMF tone. |
int |
keyCode
The key code when entered from keyboard. |
ImageID |
macImageID
The image to display on Mac buttons. |
ImageID |
macImageRolloverID
The id of the image to display on Mac buttons on rollover. |
String |
sound
The sound to play during send of this tone. |
DTMFTone |
tone
The tone itself |
| Constructor Summary | |
|---|---|
DTMFHandler.DTMFToneInfo(DTMFTone tone,
int keyCode,
char keyChar,
ImageID imageID,
ImageID macImageID,
ImageID macImageRolloverID,
String sound)
Creates DTMF extended info. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public DTMFTone tone
public int keyCode
public char keyChar
public ImageID imageID
public ImageID macImageID
public ImageID macImageRolloverID
public String sound
| Constructor Detail |
|---|
public DTMFHandler.DTMFToneInfo(DTMFTone tone,
int keyCode,
char keyChar,
ImageID imageID,
ImageID macImageID,
ImageID macImageRolloverID,
String sound)
tone - the tone.keyCode - its key code.keyChar - the char associated with the DTMFimageID - the image if any.macImageID - the Mac image if any.sound - the sound if any.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||