org.ow2.jonas.deployment.rar
Class IconDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.IconDesc
All Implemented Interfaces:
Serializable

public class IconDesc
extends Object
implements 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
 String getLargeIcon()
          Gets the large-icon
 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 String getSmallIcon()
Gets the small-icon

Returns:
the small-icon

getLargeIcon

public String getLargeIcon()
Gets the large-icon

Returns:
the large-icon


Copyright © 2010 OW2 Consortium. All Rights Reserved.