tyrex.resource.jca.dd

Class DDIcon

public class DDIcon extends Object

Version: $Revision: 1.2 $

Author: Assaf Arkin

Method Summary
StringgetLargeIcon()
The name of the file containing an icon for the resource adapter module.
StringgetSmallIcon()
The name of the file containing an icon for the resource adapter module.
voidsetLargeIcon(String icon)
voidsetSmallIcon(String icon)

Method Detail

getLargeIcon

public String getLargeIcon()
The name of the file containing an icon for the resource adapter module. The file name is a relative path within the resource adapter module. The file is either GIF or JPG format.

Returns: Name of the file containing an icon

getSmallIcon

public String getSmallIcon()
The name of the file containing an icon for the resource adapter module. The file name is a relative path within the resource adapter module. The file is either GIF or JPG format.

Returns: Name of the file containing an icon

setLargeIcon

public void setLargeIcon(String icon)

setSmallIcon

public void setSmallIcon(String icon)
Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.