com.objectwave.utility
Interface StringifyIF


public interface StringifyIF

Allows the user to define a stringify method for an object that may not be the object's toString() result. This is used in SimpleChoiceGui to allow a customized display of the data objects.


Method Summary
 java.lang.String toString(java.lang.Object obj)
          Return a string to identify the given object.
 

Method Detail

toString

public java.lang.String toString(java.lang.Object obj)
Return a string to identify the given object.