Uses of Class
com.openinventor.inventor.actions.SoCallbackAction.Responses
-
Packages that use SoCallbackAction.Responses Package Description com.openinventor.inventor.actions -
-
Uses of SoCallbackAction.Responses in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoCallbackAction.Responses Modifier and Type Method Description SoCallbackAction.Responses
SoCallbackAction. getCurrentResponse()
static SoCallbackAction.Responses
SoCallbackAction.Responses. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoCallbackAction.Responses
SoCallbackAction.Responses. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoCallbackAction.Responses[]
SoCallbackAction.Responses. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-