Inherited by org.objectweb.jonas_lib.deployment.xml.AbsEnvironmentElement.
Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement:


Public Member Functions | |
| AbsDescriptionElement () | |
| String | getDisplayName () |
| void | setDisplayName (String displayname) |
| Icon | getIcon () |
| void | setIcon (Icon icon) |
| void | setSmallIcon (String small) |
| String | setSmallIcon () |
| void | setLargeIcon (String large) |
| String | setLargeIcon () |
| String | getDescription () |
| void | setDescription (String description) |
Definition at line 35 of file AbsDescriptionElement.java.
|
|
Construct an empty AbsDescriptionElement. Definition at line 55 of file AbsDescriptionElement.java. |
|
|
Implements org.objectweb.jonas_lib.deployment.xml.DescriptionGroupXml. Definition at line 125 of file AbsDescriptionElement.java. |
|
|
Implements org.objectweb.jonas_lib.deployment.xml.DescriptionGroupXml. Definition at line 63 of file AbsDescriptionElement.java. |
|
|
Implements org.objectweb.jonas_lib.deployment.xml.DescriptionGroupXml. Definition at line 78 of file AbsDescriptionElement.java. |
|
|
Set the description
Definition at line 133 of file AbsDescriptionElement.java. |
|
|
Set the display-name
Definition at line 72 of file AbsDescriptionElement.java. |
|
|
Set the icon
Definition at line 87 of file AbsDescriptionElement.java. |
|
|
get the large icon
Definition at line 118 of file AbsDescriptionElement.java. References org.objectweb.jonas_lib.deployment.xml.Icon.getLargeIcon(). |
Here is the call graph for this function:

|
|
Set the large icon
Definition at line 111 of file AbsDescriptionElement.java. References org.objectweb.jonas_lib.deployment.xml.Icon.setLargeIcon(). |
Here is the call graph for this function:

|
|
get the small icon
Definition at line 104 of file AbsDescriptionElement.java. References org.objectweb.jonas_lib.deployment.xml.Icon.getSmallIcon(). |
Here is the call graph for this function:

|
|
Set the small icon
Definition at line 96 of file AbsDescriptionElement.java. References org.objectweb.jonas_lib.deployment.xml.Icon.setSmallIcon(). |
Here is the call graph for this function:

1.3.9.1