SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.utils
Class SoundProperties

java.lang.Object
  extended by net.java.sip.communicator.impl.gui.utils.SoundProperties

public final class SoundProperties
extends Object

Manages the access to the properties file containing all sounds paths.

Author:
Yana Stamcheva

Field Summary
static String BUSY
          The busy sound id.
static String CALL_SECURITY_ERROR
          The sound id of the sound played when a call security error occurs.
static String CALL_SECURITY_ON
          The sound id of the sound played when call security is turned on.
static String DIAL_DIEZ
          The diez tone sound id.
static String DIAL_EIGHT
          The eight tone sound id.
static String DIAL_FIVE
          The five tone sound id.
static String DIAL_FOUR
          The four tone sound id.
static String DIAL_NINE
          The nine tone sound id.
static String DIAL_ONE
          The one tone sound id.
static String DIAL_SEVEN
          The seven tone sound id.
static String DIAL_SIX
          The six tone sound id.
static String DIAL_STAR
          The star tone sound id.
static String DIAL_THREE
          The three tone sound id.
static String DIAL_TWO
          The two tone sound id.
static String DIAL_ZERO
          The zero tone sound id.
static String DIALING
          The dialing sound id.
static String HANG_UP
          The hang up sound id.
static String INCOMING_CALL
          The incoming call sound id.
static String INCOMING_FILE
          The incoming file sound id.
static String INCOMING_MESSAGE
          The incoming message sound id.
static String OUTGOING_CALL
          The outgoing call sound id.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INCOMING_MESSAGE

public static final String INCOMING_MESSAGE
The incoming message sound id.


INCOMING_FILE

public static final String INCOMING_FILE
The incoming file sound id.


OUTGOING_CALL

public static final String OUTGOING_CALL
The outgoing call sound id.


INCOMING_CALL

public static final String INCOMING_CALL
The incoming call sound id.


DIAL_ZERO

public static final String DIAL_ZERO
The zero tone sound id.


DIAL_ONE

public static final String DIAL_ONE
The one tone sound id.


DIAL_TWO

public static final String DIAL_TWO
The two tone sound id.


DIAL_THREE

public static final String DIAL_THREE
The three tone sound id.


DIAL_FOUR

public static final String DIAL_FOUR
The four tone sound id.


DIAL_FIVE

public static final String DIAL_FIVE
The five tone sound id.


DIAL_SIX

public static final String DIAL_SIX
The six tone sound id.


DIAL_SEVEN

public static final String DIAL_SEVEN
The seven tone sound id.


DIAL_EIGHT

public static final String DIAL_EIGHT
The eight tone sound id.


DIAL_NINE

public static final String DIAL_NINE
The nine tone sound id.


DIAL_DIEZ

public static final String DIAL_DIEZ
The diez tone sound id.


DIAL_STAR

public static final String DIAL_STAR
The star tone sound id.


BUSY

public static final String BUSY
The busy sound id.


DIALING

public static final String DIALING
The dialing sound id.


CALL_SECURITY_ON

public static final String CALL_SECURITY_ON
The sound id of the sound played when call security is turned on.


CALL_SECURITY_ERROR

public static final String CALL_SECURITY_ERROR
The sound id of the sound played when a call security error occurs.


HANG_UP

public static final String HANG_UP
The hang up sound id.


SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.