Class BrowserTreeFormatter

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.kappich.properties.PropertyFormatter

    public class BrowserTreeFormatter
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.kappich.properties.PropertyFormatter
    Der BrowserTreeFormatter implementiert PropertyFormatter für die Bedürfnisse des BrowserTrees.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(de.bsvrz.sys.funclib.kappich.properties.PropertyName propertyName, java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BrowserTreeFormatter

        public BrowserTreeFormatter()
    • Method Detail

      • format

        public java.lang.String format​(de.bsvrz.sys.funclib.kappich.properties.PropertyName propertyName,
                                       java.lang.Object o)
        Specified by:
        format in interface de.bsvrz.sys.funclib.kappich.properties.PropertyFormatter