SystemIcons

Inheritance: java.lang.Object

public final class SystemIcons

Each property of the SystemIcons class is an Icon object for Windows system-wide icons. This class cannot be inherited.

Constructors

ConstructorDescription
SystemIcons()

Methods

MethodDescription
getApplication()Gets an Icon object that contains the default application icon (WIN32: IDI_APPLICATION).
getAsterisk()Gets an Icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).
getError()Gets an Icon object that contains the system error icon (WIN32: IDI_ERROR).
getExclamation()Gets an Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).
getHand()Gets an Icon object that contains the system hand icon (WIN32: IDI_HAND).
getInformation()Gets an Icon object that contains the system information icon (WIN32: IDI_INFORMATION).
getQuestion()Gets an Icon object that contains the system question icon (WIN32: IDI_QUESTION).
getShield()Gets an Icon object that contains the shield icon.
getWarning()Gets an Icon object that contains the system warning icon (WIN32: IDI_WARNING).
getWinLogo()Gets an Icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).

SystemIcons()

public SystemIcons()

getApplication()

public static Icon getApplication()

Gets an Icon object that contains the default application icon (WIN32: IDI_APPLICATION).

Value: An Icon object that contains the default application icon.

Returns: Icon - an Icon object that contains the default application icon (WIN32: IDI_APPLICATION).

getAsterisk()

public static Icon getAsterisk()

Gets an Icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).

Value: An Icon object that contains the system asterisk icon.

Returns: Icon - an Icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).

getError()

public static Icon getError()

Gets an Icon object that contains the system error icon (WIN32: IDI_ERROR).

Value: An Icon object that contains the system error icon.

Returns: Icon - an Icon object that contains the system error icon (WIN32: IDI_ERROR).

getExclamation()

public static Icon getExclamation()

Gets an Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).

Value: An Icon object that contains the system exclamation icon.

Returns: Icon - an Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).

getHand()

public static Icon getHand()

Gets an Icon object that contains the system hand icon (WIN32: IDI_HAND).

Value: An Icon object that contains the system hand icon.

Returns: Icon - an Icon object that contains the system hand icon (WIN32: IDI_HAND).

getInformation()

public static Icon getInformation()

Gets an Icon object that contains the system information icon (WIN32: IDI_INFORMATION).

Value: An Icon object that contains the system information icon.

Returns: Icon - an Icon object that contains the system information icon (WIN32: IDI_INFORMATION).

getQuestion()

public static Icon getQuestion()

Gets an Icon object that contains the system question icon (WIN32: IDI_QUESTION).

Value: An Icon object that contains the system question icon.

Returns: Icon - an Icon object that contains the system question icon (WIN32: IDI_QUESTION).

getShield()

public static Icon getShield()

Gets an Icon object that contains the shield icon.

Value: An Icon object that contains the shield icon.

Returns: Icon - an Icon object that contains the shield icon.

getWarning()

public static Icon getWarning()

Gets an Icon object that contains the system warning icon (WIN32: IDI_WARNING).

Value: An Icon object that contains the warning icon.

Returns: Icon - an Icon object that contains the system warning icon (WIN32: IDI_WARNING).

getWinLogo()

public static Icon getWinLogo()

Gets an Icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).

Value: An Icon object that contains the winlogo icon.

Returns: Icon - an Icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).