IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.desktop
Class IconState

java.lang.Object
  extended bycom.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
 

Constructor Detail

IconState

public IconState()
This constructor creates an IconState object.

Method Detail

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

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005