See: Description
Interface | Description |
---|---|
DMXAdapter |
Defines methods required by Adapter part of the MVA (Model-View-Adapter) pattern.
|
DMXController |
Controller represents one piece of application logic that performs some operation.
|
DMXEventRegistrationHandler<T> |
Defines common way to register event listeners for UI components on supported platforms.
|
DMXView |
Interface for all classes implementing View part of MVC pattern.
|
DMXViewManager |
View manager is responsible for managing all views defines for application.
|
Class | Description |
---|---|
AbstractViewManager |
Base class for specific implementations of
ViewManager . |
DMXAbstractController |
Abstract implementation of
DMXController . |
DMXAbstractView |
An implementation of
DMXView interface which provides some common methods that can be used
for view across all supported platforms. |
DMXDefaultAdapter |
Represents the Adapter in Model-View-Adapter pattern.
|
DMXModel |
Represents a Model in Model-View-Adapter pattern.
|
Exception | Description |
---|---|
ExecutionException |
Thrown when an error occurs during controller execution.
|
IncompleteDeclarationException |
This exception is thrown when class declared by annotations as either view or
controller can not be registered due to incomplete information.
|
NoSuchControllerException |
Thrown when an unknown controller is attempted to be invoked.
|
NoSuchViewException |
Thrown when client attempts to access a view name that does not exist.
|
ViewAlreadyExistsException |
Thrown when client attempts to register a view under the name that already exists.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.