java.io.Serializable, java.lang.annotation.Annotation, Icon, IdMetaData, MappableMetaDatapublic class IconImpl extends LanguageMetaData implements Icon
| Constructor | Description |
|---|---|
IconImpl() |
Create a new IconImpl.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getLargeIcon() |
Get the largeIcon.
|
java.lang.String |
getSmallIcon() |
Get the smallIcon.
|
java.lang.String |
largeIcon() |
|
void |
setLargeIcon(java.lang.String largeIcon) |
Set the largeIcon.
|
void |
setSmallIcon(java.lang.String smallIcon) |
Set the smallIcon.
|
java.lang.String |
smallIcon() |
annotationTypeannotationType, equals, hashCode, toStringequals, getId, getKey, getLanguage, hashCode, language, setId, setLanguage, toStringpublic java.lang.String largeIcon()
public java.lang.String smallIcon()
public java.lang.String getLargeIcon()
public void setLargeIcon(java.lang.String largeIcon)
largeIcon - the largeIcon.java.lang.IllegalArgumentException - for a null largeIconpublic java.lang.String getSmallIcon()
public void setSmallIcon(java.lang.String smallIcon)
smallIcon - the smallIcon.java.lang.IllegalArgumentException - for a null smallIconCopyright © 2018 JBoss by Red Hat. All rights reserved.