com.taco.swinger.text2gui
Class TreePathConverter

java.lang.Object
  extended by com.taco.text.ChainedInterpolatingConverter
      extended by com.taco.swinger.text2gui.TreePathConverter
All Implemented Interfaces:
IInterpolatingConverter, IInterpolatingStringToObjectConverter, IInterpolatingResourceBundleToObjectConverter

public final class TreePathConverter
extends ChainedInterpolatingConverter

A converter to a TreePath. The string and resource bundle format is the same as that of an instance collection.


Field Summary
static TreePathConverter instance
           
 
Fields inherited from class com.taco.text.ChainedInterpolatingConverter
_decoratee, _mapper
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.taco.text.ChainedInterpolatingConverter
name, toObject, toObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final TreePathConverter instance
Method Detail

main

public static void main(java.lang.String[] args)