Uses of Class
com.tick42.glue.desktop.intents.IntentTarget
Packages that use IntentTarget
-
Uses of IntentTarget in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentTargetModifier and TypeMethodDescriptionstatic IntentTargetIntentTarget.application(String application) Returns anIntentTargetthat will start a new instance of a specific Intent handler application.static IntentTargetReturns 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 IntentTargetModifier and TypeMethodDescriptionIntentRequest.getTarget()Returns anOptionaleventually containing Intent request's target.Methods in com.tick42.glue.desktop.intents with parameters of type IntentTargetModifier and TypeMethodDescriptionIntentRequest.Builder.withTarget(IntentTarget target) Sets target for this Intent request builder.