| Interface | Description |
|---|---|
| ApplicationView |
The controller as seen from the view.
|
| DialogView |
The view as seen from the controller.
|
| Property<T> |
An interface used to represent a property.
|
| PropertyManager |
Manages properties for DialogObjectConstants.
|
| ResourceStore |
Resource Store is used to keep resources that the controller want the view to
grab (and possibly display)
|
| ViewModel |
The view model interface, representing the public interface to the view model of a
DialogView. |
| Class | Description |
|---|---|
| ImageInfo |
This class has model info for an image.
|
| ListRow |
Holds data and a selected flag for a ListBlock row.
|
| ListSelectionCallback |
A message callback class for handling list selections.
|
| Resource |
Defines a resource that can displayed by
|
| StringProperty |
Represents a general string property for dialog objects.
|
| ValueEvent |
A data class for events with a (new) value.
|
| Enum | Description |
|---|---|
| BooleanProperty |
Enumerates boolean dialog object properties.
|
| EffectProperty |
Enumerates various effect dialog object properties.
|
| WindowEvent |
Enum for all window block events.
|
Copyright © 2006–2017 Esito AS. All rights reserved.