Uses of Class
com.openfin.desktop.fdc3.Context
| Package | Description |
|---|---|
| com.openfin.desktop.fdc3 |
-
Uses of Context in com.openfin.desktop.fdc3
Methods in com.openfin.desktop.fdc3 that return Context Modifier and Type Method Description static ContextContext. fromJson(org.json.JSONObject jsonObject)Methods in com.openfin.desktop.fdc3 with parameters of type Context Modifier and Type Method Description voidFDC3Client. broadcast(Context context, AckListener ackListener)Publishes context to other apps on the desktop.voidFDC3Client. findIntent(java.lang.String intent, Context context, AsyncCallback<AppIntent> callback)Find out more information about a particular intent by passing its name, and optionally its context.voidFDC3Client. findIntentsByContext(Context context, AsyncCallback<java.util.List<AppIntent>> callback)Find all the avalable intents for a particular context.org.json.JSONObjectContextListener. onContext(Context context)org.json.JSONObjectIntentListener. onIntent(Context context)voidFDC3Client. open(java.lang.String name, Context context, AckListener ackListener)Launches/links to an application by name.voidFDC3Client. raiseIntent(java.lang.String intent, Context context, java.lang.String target, AsyncCallback<IntentResolution> callback)Raises an intent to the desktop agent to resolve.Method parameters in com.openfin.desktop.fdc3 with type arguments of type Context Modifier and Type Method Description voidChannel. getCurrentContext(AsyncCallback<Context> callback)