org.objectweb.jonas_lib.deployment.xml.Icon Class Reference

Inherits org.objectweb.jonas_lib.deployment.xml.AbsElement.

Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.Icon:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.xml.Icon:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setSmallIcon (String smallIcon)
void setLargeIcon (String largeIcon)
String getSmallIcon ()
String getLargeIcon ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element icon.
Author:
Florent Benoit

Definition at line 33 of file Icon.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.Icon.getLargeIcon  ) 
 

Returns:
the large icon name

Definition at line 81 of file Icon.java.

Referenced by org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement.setLargeIcon().

String org.objectweb.jonas_lib.deployment.xml.Icon.getSmallIcon  ) 
 

Returns:
the small icon name

Definition at line 73 of file Icon.java.

Referenced by org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement.setSmallIcon().

void org.objectweb.jonas_lib.deployment.xml.Icon.setLargeIcon String  largeIcon  ) 
 

Sets the large icon name

Parameters:
largeIcon the name of the file for large GIF or JPEG icon image

Definition at line 61 of file Icon.java.

Referenced by org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement.setLargeIcon().

void org.objectweb.jonas_lib.deployment.xml.Icon.setSmallIcon String  smallIcon  ) 
 

Sets the small icon name

Parameters:
smallIcon the name of the file for small GIF or JPEG icon image

Definition at line 52 of file Icon.java.

Referenced by org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement.setSmallIcon().

String org.objectweb.jonas_lib.deployment.xml.Icon.toXML int  indent  )  [virtual]
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Implements org.objectweb.jonas_lib.deployment.xml.AbsElement.

Definition at line 91 of file Icon.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:34 2005 for JOnAS by  doxygen 1.3.9.1