Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class BeepType

java.lang.Object
  extended by stec.sfc.Win32.BeepType

public final class BeepType
extends java.lang.Object

Beep types used in System.beep().

Since:
1.1.0 11/18/2001

Field Summary
static int ASTERISK
          The system plays SystemAsterisk.
static int BEEP
          The system beeps.
static int DEFAULT
          The system plays SystemDefault.
static int EXCLAMATION
          The system plays SystemExclamation.
static int HAND
          The system plays SystemHand.
static int QUESTION
          The system plays SystemQuestion.
 
Constructor Summary
BeepType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEEP

public static final int BEEP
The system beeps.

Set to -1.


ASTERISK

public static final int ASTERISK
The system plays SystemAsterisk.

Set to MB_ICONASTERISK.


EXCLAMATION

public static final int EXCLAMATION
The system plays SystemExclamation.

Set to MB_ICONEXCLAMATION.


HAND

public static final int HAND
The system plays SystemHand.

Set to MB_ICONHAND.


QUESTION

public static final int QUESTION
The system plays SystemQuestion.

Set to MB_ICONQUESTION.


DEFAULT

public static final int DEFAULT
The system plays SystemDefault.

Set to MB_OK.

Constructor Detail

BeepType

public BeepType()

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.