Classes
| Class | Description | |
|---|---|---|
| Collection<(Of <(<'TElement>)>)> |
A collection that raises events when elements are added or removed.
| |
| ElementEventArgs<(Of <(<'TElement>)>)> |
Event that is raised for elements of type TElement, e.g. when list elements are inserted or
removed.
| |
| Interactor | An Interactor represents a (Graphical) user interface element for a particular object. It acts as an intermediate between the object and its (graphical) presentation. The interactor controls the object by monitoring events, and updating the object accordingly. | |
| InteractorCollection |
An ordered collection of Interactors. The Interactor that is at the end of the collection
will be drawn last, and thus, be on top.
| |
| InteractorFactory<(Of <(<'InteractorType>)>)> |
Creates a particular type of interactor.
| |
| InteractorLayer |
Adds a layer
on top of an existing interactor that can handle events
before the interactor itself can.
| |
| InteractorLayerCollection |
An ordered collection of Interactor Layers. The layer that is at the end of the collection
will be drawn last, and thus, be on top.
| |
| InvalidatedEventArgs |
The event data for an Invalidated event.
| |
| Point |
A point in a 2-dimensional coordinate system.
| |
| Rectangle |
A rectangular area in a 2-dimensional coordinate system.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IRelocate |
The relocate interface. Interactors may implement this interface to allow their
underlying object to be relocated to match the current transformation of the
interactor.
| |
| IText |
The Text interface. Interactors may implement this interface if they
support text editing.
| |
| IVerticalScroll |
The vertical scroll interface. Presentations that implement this interface can be extended
with a vertical scrolbar.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Direction |
Specifies a 2-dimensional direction.
|