|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IconType<T>
This interface defines the contract for the iconType
xsd type
Original Documentation:
The icon type contains small-icon and large-icon elements
that specify the file names for small and large GIF, JPEG,
or PNG icon images used to represent the parent element in a
GUI tool.
The xml:lang attribute defines the language that the
icon file names are provided in. Its value is "en" (English)
by default.
Method Summary | |
---|---|
java.lang.String |
getLargeIcon()
Returns the large-icon element |
java.lang.String |
getSmallIcon()
Returns the small-icon element |
IconType<T> |
removeLargeIcon()
Removes the large-icon element |
IconType<T> |
removeSmallIcon()
Removes the small-icon element |
IconType<T> |
setLargeIcon(java.lang.String largeIcon)
If not already created, a new large-icon element with the given value will be created. |
IconType<T> |
setSmallIcon(java.lang.String smallIcon)
If not already created, a new small-icon element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
IconType<T> setSmallIcon(java.lang.String smallIcon)
small-icon
element with the given value will be created.
Otherwise, the existing small-icon
element will be updated with the given value.
IconType
IconType<T> removeSmallIcon()
small-icon
element
IconType
java.lang.String getSmallIcon()
small-icon
element
small-icon
IconType<T> setLargeIcon(java.lang.String largeIcon)
large-icon
element with the given value will be created.
Otherwise, the existing large-icon
element will be updated with the given value.
IconType
IconType<T> removeLargeIcon()
large-icon
element
IconType
java.lang.String getLargeIcon()
large-icon
element
large-icon
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |