com.skype
Enum SkypeClient.OptionsPage

java.lang.Object
  extended by java.lang.Enum<SkypeClient.OptionsPage>
      extended by com.skype.SkypeClient.OptionsPage
All Implemented Interfaces:
Serializable, Comparable<SkypeClient.OptionsPage>
Enclosing class:
SkypeClient

public static enum SkypeClient.OptionsPage
extends Enum<SkypeClient.OptionsPage>

Enumeration of the OPTIONS page. Options dialog of Skype client.


Enum Constant Summary
ADVANCED
           
CALLFORWARD
           
CONNECTION
           
GENERAL
          GENERAL - general options dialog.
HOTKEYS
           
NOTIFICATIONS
           
PRIVACY
           
SOUNDALERTS
           
SOUNDDEVICES
           
VIDEO
           
VOICEMAIL
           
 
Method Summary
static SkypeClient.OptionsPage valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SkypeClient.OptionsPage[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

GENERAL

public static final SkypeClient.OptionsPage GENERAL
GENERAL - general options dialog. PRIVACY - privacy options dialog. NOTIFICATIONS - notifications options dialog. SOUNDALERTS - soundalerts options dialog. SOUNDDEVICES - sound devices options dialog. HOTKEYS - hotkeys options dialog. CONNECTION - connection options dialog. VOICEMAIL - voicemail options dialog. CALLFORWARD - callforward options dialog. VIDEO - video options dialog. ADVANCED - advanced options dialog.


PRIVACY

public static final SkypeClient.OptionsPage PRIVACY

NOTIFICATIONS

public static final SkypeClient.OptionsPage NOTIFICATIONS

SOUNDALERTS

public static final SkypeClient.OptionsPage SOUNDALERTS

SOUNDDEVICES

public static final SkypeClient.OptionsPage SOUNDDEVICES

HOTKEYS

public static final SkypeClient.OptionsPage HOTKEYS

CONNECTION

public static final SkypeClient.OptionsPage CONNECTION

VOICEMAIL

public static final SkypeClient.OptionsPage VOICEMAIL

CALLFORWARD

public static final SkypeClient.OptionsPage CALLFORWARD

VIDEO

public static final SkypeClient.OptionsPage VIDEO

ADVANCED

public static final SkypeClient.OptionsPage ADVANCED
Method Detail

values

public static SkypeClient.OptionsPage[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SkypeClient.OptionsPage c : SkypeClient.OptionsPage.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SkypeClient.OptionsPage valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2004-2011. All Rights Reserved.