Class PTWidgetFactory


  • class PTWidgetFactory
    extends java.lang.Object
    This class is a factory that builds the widget that is part of a property table
    • Constructor Summary

      Constructors 
      Constructor Description
      PTWidgetFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static PTWidget build​(PropertyTable table)
      Build the widget displayed in a property table
      • Methods inherited from class java.lang.Object

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

      • PTWidgetFactory

        PTWidgetFactory()
    • Method Detail

      • build

        static PTWidget build​(PropertyTable table)
        Build the widget displayed in a property table
        Parameters:
        table - property table
        Returns:
        the widget