Coherent | |
UI | |
Binding | |
CallbackArguments | Holds the arguments for the generic callback not handled by a registered delegate |
BoundObject | Wrapper class for .Net objects exposed to Coherent UI |
CoherentProperty | Specify a property / field or method visible to Coherent UI |
CoherentType | Specify which properties and fields of a type are visible to Coherent UI |
UnsupportedPrimitiveTypeException | Thrown when trying to bind a value of unsupported primitive type such as long |
InvalidValueCastException | Thrown when casting a Value to an incompatible type |
Value | Type for representing generic JavaScript values |
ValueObject | Class for compound JavaScript objects, behaves like a Dictionary<string, Value> |
HTTPHeader | Encapsulates a HTTP header field with its content. |
BrowserView | Class that encapsulates a browser Coherent::UI::View |
BrowserViewListener | Interface that allows clients to listen to Coherent::UI::ViewListener |
BrowserViewListenerBase | Interface all browser view listeners inherit. For an easier to use interface inherit instead. Coherent::UI::BrowserViewListener |
CertificatePrincipal | Represents certificate principal. |
ChildViewInfo | Helper structure for creating child views. |
ContextError | Encapsulates a context-related error. |
ContextListener | Abstract interface to listen to Context-related events. |
ContextSettings | Encapsulates the settings of the |
ContextSettingsBase | Encapsulates the settings of the |
Download | Encapsulates a download task. |
EventModifiersState | The state of the key modifiers when an event happens. |
EventMouseModifiersState | The state of the mouse modifiers when an event happens. |
FactorySettings | Encapsulates the settings of the UIFactory. |
FactorySettingsBase | Encapsulates the settings of the UIFactory. |
FileHandler | Abstract interface that allows clients to provide their own file-handling functionality. |
FileSelectionParams | Parameters for file selection request. |
FileSelectRequest | File selection request. |
ILogHandler | Interface to allow custom logging. |
ImageData | This class represents a link to a |
KeyEventData | A keyboard event. |
MediaStreamDevice | Represents a media stream device. |
MediaStreamRequest | Represents a request for media stream. |
MouseEventData | A mouse event. |
ResourceData | Abstract interface providing data for storing resources. |
ResourceResponse | Abstract interface for responding to read resource requests. |
SubscriptionError | Encapsulates a subscription-check-related error. |
SurfaceResponse | Interface that signals for creation of rendering surfaces. |
TouchEventData | A touch event. |
URLRequest | represents a single URL request Allows monitoring and modifications of URL requests |
URLRequestBase | represents a single URL request (read-only) Allows monitoring of URL requests |
View | Class that encapsulates a UI |
ViewContext | Encapsulates basic |
ViewError | Encapsulates a view-related error. |
ViewInfo | Encapsulates the options of a |
ViewListener | Interface that allows clients to listen to |
ViewListenerBase | Interface all view listeners inherit. For an easier to use interface inherit instead -. Coherent::UI::ViewListener |
ButtonHandler | Handler for button related events |
Button | Describes a button in a CoherentUIMenu instance |
engine | Coherent UI JavaScript interface. The engine module contains all functions for communication between the UI and the game / application |
CoherentUILiveGameView | Component that needs to be attached to a camera and creates a Coherent UI Live Game View |
CoherentUISystem | Component controlling the CoherentUI System |
CoherentUIView | Component containing a Coherent UI view. |
MobileSurfaceView | Component containing a Coherent UI view for surfaces on mobile platforms. |