Class BrowserTreeFormatter

java.lang.Object
de.kappich.pat.gnd.configBrowser.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.
  • Constructor Summary

    Constructors
    Constructor Description
    BrowserTreeFormatter()  
  • Method Summary

    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 Details

    • BrowserTreeFormatter

      public BrowserTreeFormatter()
  • Method Details

    • 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