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 Context
Context. fromJson(org.json.JSONObject jsonObject)
Methods in com.openfin.desktop.fdc3 with parameters of type Context Modifier and Type Method Description void
FDC3Client. broadcast(Context context, AckListener ackListener)
Publishes context to other apps on the desktop.void
FDC3Client. 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.void
FDC3Client. findIntentsByContext(Context context, AsyncCallback<java.util.List<AppIntent>> callback)
Find all the avalable intents for a particular context.org.json.JSONObject
ContextListener. onContext(Context context)
org.json.JSONObject
IntentListener. onIntent(Context context)
void
FDC3Client. open(java.lang.String name, Context context, AckListener ackListener)
Launches/links to an application by name.void
FDC3Client. 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 void
Channel. getCurrentContext(AsyncCallback<Context> callback)