| Interface | Description |
|---|---|
| BindingParameter<T> |
Describes a single parameter that will be used in an extensible BindingType
|
| BindingParameter.BrowseHelper |
Contains the functions needed for a binding parameter's editor to display a popup-tree so that the user can
browse for the possible values for this parameter
|
| BindingType |
A binding type describes and implements a custom binding.
|
| MutableDynamicPropertyProvider | |
| StyleProvider |
Interface that marks a component as one who supports the notion of Styles.
|
| Class | Description |
|---|---|
| DefaultBindingParameter<T> |
Default implementation of BindingParameter.
|
| EmptyParameter |
Special implementation of BindingParameter that essentially inserts a blank spot in the GUI.
|
| Exception | Description |
|---|---|
| BindingException |