Uses of Interface
org.jdesktop.swingx.renderer.StringValue

Packages that use StringValue
org.jdesktop.swingx.renderer   
 

Uses of StringValue in org.jdesktop.swingx.renderer
 

Classes in org.jdesktop.swingx.renderer that implement StringValue
 class FormatStringValue
          Base type for Format-backed StringValue.
 

Fields in org.jdesktop.swingx.renderer declared as StringValue
static StringValue StringValue.EMPTY
          Converter returning an empty String always.
protected  StringValue ComponentProvider.formatter
          the converter to use for string representation.
static StringValue StringValue.TO_STRING
          Default converter using the toString.
 

Methods in org.jdesktop.swingx.renderer that return StringValue
 StringValue ComponentProvider.getToStringConverter()
          Returns the converter to use for obtaining the String representation.
 

Methods in org.jdesktop.swingx.renderer with parameters of type StringValue
 void ComponentProvider.setToStringConverter(StringValue formatter)
          Sets the StringValue to use.
 

Constructors in org.jdesktop.swingx.renderer with parameters of type StringValue
DefaultListRenderer(StringValue converter)
          Instantiates a default table renderer with a default component controller using the given converter.
DefaultTableRenderer(StringValue converter)
          Instantiates a default table renderer with a default component controller using the given converter.
DefaultTreeRenderer(StringValue converter)
          Instantiates a default table renderer with a default component controller using the given converter.
LabelProvider(StringValue converter)
          Instantiates a default component provider with LEADING horizontal alignment and the given to-String converter.
TreeLabelProvider(StringValue converter)
          Deprecated.  
WrappingProvider(StringValue converter)