| Interface | Description |
|---|---|
| PTPropertyChangeListener |
Classes which implement this interface provide methods that deal with the
events that are generated when value of the property is changed
|
| PTWidget |
Classes which implement this interface are widgets that may compose a
PropertyTable (Table for Flat List, TableTree for Category)
|
| Class | Description |
|---|---|
| AbstractPTWidget |
This abstract class contains all common methods for widgets that are part of
a property table
|
| PropertyTable |
Instances of this class are property sheets
|
| PTProperty |
Instances of this class are property stored in a PropertyTableWidget
|
| PTWidgetFactory |
This class is a factory that builds the widget that is part of a property
table
|
| PTWidgetTable |
Instances of this class are table that are displayed in a PropertyTable when
the type of view is "Flat List"
|
| PTWidgetTree |
Instances of this class are table that are displayed in a PropertyTable when
the type of view is "Category"
|