|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.desktop.IconState
The IconState class provides an icon state (icon file name and related status code).
Constructor Summary | |
---|---|
IconState()
This constructor creates an IconState object. |
Method Summary | |
---|---|
java.lang.String |
getIcon()
Gets the name of the file that contains the icon. |
java.lang.String |
getName()
Gets the status code that is related to the icon. |
void |
setIcon(java.lang.Object o)
Sets the name of the file that contains the icon. |
void |
setId(java.lang.Object o)
Sets the status code that is related to the icon. |
void |
setName(java.lang.Object o)
Sets the status code that is related to the icon. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IconState()
Method Detail |
public java.lang.String getIcon()
public java.lang.String getName()
public void setIcon(java.lang.Object o)
public void setId(java.lang.Object o)
o
- java.lang.Objectpublic void setName(java.lang.Object o)
o
- java.lang.Object
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |