Package org.fest.swing.driver
Class ModelValueToString
java.lang.Object
org.fest.swing.driver.ModelValueToString
Understands converting a value from a model into a
String.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModelValueToString
private ModelValueToString()
-
-
Method Details
-
asText
Returns thetoStringvalue from the given object. If the given object does not implementtoString, this method will returnnull.- Parameters:
o- the given object.- Returns:
- the
toStringvalue from the given object, ornullif the given object does not implementtoString.
-