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
Modifier and Type Method Description (package private) static PTWidget
build(PropertyTable table)
Build the widget displayed in a property table
-
Constructor Details
-
PTWidgetFactory
PTWidgetFactory()
-
-
Method Details
-
build
Build the widget displayed in a property table- Parameters:
table
- property table- Returns:
- the widget
-