Uses of Class
com.tick42.glue.desktop.intents.IntentTarget
-
Packages that use IntentTarget Package Description com.tick42.glue.desktop.intents Intents API. -
-
Uses of IntentTarget in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentTarget Modifier and Type Method Description static IntentTargetIntentTarget. application(String application)Returns anIntentTargetthat will start a new instance of a specific Intent handler application.static IntentTargetIntentTarget. instance(String instance)Returns anIntentTargetthat will reuse a specific instance of an Intent handler.static IntentTargetIntentTarget. reuse()Returns anIntentTargetthat will try to reuse first available running (i.e.static IntentTargetIntentTarget. startNew()Returns anIntentTargetthat will start a new application instance of the first availableIntentHandler.Methods in com.tick42.glue.desktop.intents that return types with arguments of type IntentTarget Modifier and Type Method Description Optional<IntentTarget>IntentRequest. getTarget()Returns anOptionaleventually containing Intent request's target.Methods in com.tick42.glue.desktop.intents with parameters of type IntentTarget Modifier and Type Method Description IntentRequest.BuilderIntentRequest.Builder. withTarget(IntentTarget target)Sets target for this Intent request builder.
-