tyrex.resource.jca.dd
Class DDIcon

java.lang.Object
  extended bytyrex.resource.jca.dd.DDIcon

public class DDIcon
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Assaf Arkin

Constructor Summary
DDIcon()
           
 
Method Summary
 java.lang.String getLargeIcon()
          The name of the file containing an icon for the resource adapter module.
 java.lang.String getSmallIcon()
          The name of the file containing an icon for the resource adapter module.
 void setLargeIcon(java.lang.String icon)
           
 void setSmallIcon(java.lang.String icon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDIcon

public DDIcon()
Method Detail

getSmallIcon

public java.lang.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

setSmallIcon

public void setSmallIcon(java.lang.String icon)

getLargeIcon

public java.lang.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

setLargeIcon

public void setLargeIcon(java.lang.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.