putProperty(Object key, Object value) Sets the property under the specified key.
Parameters: key - They key of the property. Parameters: value - The value of the property.
Returns a clone of the object. Note: The properties are not cloned, only
a clone of the containing map is used. As a special case, if the user
object is a JSlider or a JTree then a new instance will be put in place
of the old instance.
Returns a clone of this object.
Hook for subclassers to create a custom tooltip for this user object.
This is used in
JGraphpadGraph.getToolTipForCell(Object) .
Returns a tooltip for the user object.
Sets the property under the specified key.
Parameters: key - They key of the property. Parameters: value - The value of the property. Returns the previous value.