org.objectweb.jonas_rar.deployment.api
Class IconDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.IconDesc
All Implemented Interfaces:
java.io.Serializable

public class IconDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element icon

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
IconDesc(Icon icon)
          Constructor
 
Method Summary
 java.lang.String getLargeIcon()
          Gets the large-icon
 java.lang.String getSmallIcon()
          Gets the small-icon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconDesc

public IconDesc(Icon icon)
Constructor

Method Detail

getSmallIcon

public java.lang.String getSmallIcon()
Gets the small-icon

Returns:
the small-icon

getLargeIcon

public java.lang.String getLargeIcon()
Gets the large-icon

Returns:
the large-icon