Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.Icon:
Public Member Functions | |
| void | setSmallIcon (String smallIcon) |
| void | setLargeIcon (String largeIcon) |
| String | getSmallIcon () |
| String | getLargeIcon () |
| String | toXML (int indent) |
Definition at line 33 of file Icon.java.
|
|
Definition at line 81 of file Icon.java. Referenced by org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement.setLargeIcon(). |
|
|
Definition at line 73 of file Icon.java. Referenced by org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement.setSmallIcon(). |
|
|
Sets the large icon name
Definition at line 61 of file Icon.java. Referenced by org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement.setLargeIcon(). |
|
|
Sets the small icon name
Definition at line 52 of file Icon.java. Referenced by org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement.setSmallIcon(). |
|
|
Represents this element by it's XML description.
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:
1.3.9.1