public class IconImpl extends LanguageMetaData implements Icon
Constructor and Description |
---|
IconImpl()
Create a new IconImpl.
|
Modifier and Type | Method and Description |
---|---|
String |
getLargeIcon()
Get the largeIcon.
|
String |
getSmallIcon()
Get the smallIcon.
|
String |
largeIcon() |
void |
setLargeIcon(String largeIcon)
Set the largeIcon.
|
void |
setSmallIcon(String smallIcon)
Set the smallIcon.
|
String |
smallIcon() |
equals, getId, getKey, getLanguage, hashCode, language, setId, setLanguage, toString
annotationType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, equals, hashCode, toString
public String largeIcon()
public String smallIcon()
public String getLargeIcon()
public void setLargeIcon(String largeIcon)
largeIcon
- the largeIcon.IllegalArgumentException
- for a null largeIconpublic String getSmallIcon()
public void setSmallIcon(String smallIcon)
smallIcon
- the smallIcon.IllegalArgumentException
- for a null smallIconCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.