Class PTWidgetFactory
- java.lang.Object
-
- org.eclipse.nebula.widgets.opal.propertytable.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
-
-
-
Method Detail
-
build
static PTWidget build(PropertyTable table)
Build the widget displayed in a property table- Parameters:
table
- property table- Returns:
- the widget
-
-