|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement
This class defines an abstract implementation for all statndard environment element (entity, session, web-app, application-client, etc.)..
| Constructor Summary | |
AbsDescriptionElement()
Construct an empty AbsDescriptionElement. |
|
| Method Summary | |
java.lang.String |
getDescription()
Get the description of the deployment descriptor. |
java.lang.String |
getDisplayName()
Get the display name of the deployment descriptor. |
Icon |
getIcon()
Get the icon of the deployment descriptor. |
void |
setDescription(java.lang.String description)
Set the description |
void |
setDisplayName(java.lang.String displayname)
Set the display-name |
void |
setIcon(Icon icon)
Set the icon |
java.lang.String |
setLargeIcon()
get the large icon |
void |
setLargeIcon(java.lang.String large)
Set the large icon |
java.lang.String |
setSmallIcon()
get the small icon |
void |
setSmallIcon(java.lang.String small)
Set the small icon |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AbsDescriptionElement()
| Method Detail |
public java.lang.String getDisplayName()
DescriptionGroupXml
getDisplayName in interface DescriptionGroupXmlpublic void setDisplayName(java.lang.String displayname)
displayname - displaynamepublic Icon getIcon()
DescriptionGroupXml
getIcon in interface DescriptionGroupXmlpublic void setIcon(Icon icon)
icon - iconpublic void setSmallIcon(java.lang.String small)
small - small iconpublic java.lang.String setSmallIcon()
public void setLargeIcon(java.lang.String large)
large - large iconpublic java.lang.String setLargeIcon()
public java.lang.String getDescription()
DescriptionGroupXml
getDescription in interface DescriptionGroupXmlpublic void setDescription(java.lang.String description)
description - description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||