Interface | Description |
---|---|
IComponent |
Interface for components.
|
IDialog |
Interface for dialogs.
|
IEditor<T> |
Interface for an editor for a given data type.
|
ILayout |
An interface for layouts.
|
IValidator<T> |
An interface for validators.
|
IView |
An interface for views.
|