Uses of Class
com.tick42.glue.desktop.intents.IntentHandlerType
-
Packages that use IntentHandlerType Package Description com.tick42.glue.desktop.intents Intents API. -
-
Uses of IntentHandlerType in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentHandlerType Modifier and Type Method Description IntentHandlerTypeIntentHandler. getType()Returns the type of the handler.static IntentHandlerTypeIntentHandlerType. valueOf(String name)Returns the enum constant of this type with the specified name.static IntentHandlerType[]IntentHandlerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-