com.ibm.dse.desktop
Class IconState
java.lang.Object
|
+--com.ibm.dse.desktop.IconState
- public class IconState
- extends java.lang.Object
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 |
IconState
public IconState()
- This constructor creates an IconState object.
getIcon
public java.lang.String getIcon()
- Gets the name of the file that contains the icon.
- Returns:
- java.lang.String
getName
public java.lang.String getName()
- Gets the status code that is related to the icon.
- Returns:
- java.lang.String
setIcon
public void setIcon(java.lang.Object o)
- Sets the name of the file that contains the icon.
- Returns:
- java.lang.String
setId
public void setId(java.lang.Object o)
- Sets the status code that is related to the icon.
- Parameters:
o
- java.lang.Object
setName
public void setName(java.lang.Object o)
- Sets the status code that is related to the icon.
- Parameters:
o
- java.lang.Object