com.rolemodelsoft.drawlet
Interface StringHolder

All Known Subinterfaces:
LabelHolder

public interface StringHolder

When implemented, this interface allows implementing classes to serve a String.


Method Summary
 java.lang.String getString()
          Answer the string the receiver is holding.
 void setString(java.lang.String string)
          Set the String the receiver is holding.
 

Method Detail

getString

public java.lang.String getString()
Answer the string the receiver is holding.
Returns:
the String the receiver is holding

setString

public void setString(java.lang.String string)
Set the String the receiver is holding.
Parameters:
string - the String to hold