|
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 final DTMFTone tone
public final int keyCode
public final char keyChar
public final ImageID imageID
public final ImageID macImageID
public final ImageID macImageRolloverID
public final 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 OS X-specific image if any.macImageRolloverID - the Mac OS X-specific rollover image if anysound - 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 | |||||||||