Uses of Class
org.praxislive.core.ControlInfo.Type
-
Packages that use ControlInfo.Type Package Description org.praxislive.core -
-
Uses of ControlInfo.Type in org.praxislive.core
Methods in org.praxislive.core that return ControlInfo.Type Modifier and Type Method Description ControlInfo.Type
ControlInfo. controlType()
static ControlInfo.Type
ControlInfo.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ControlInfo.Type[]
ControlInfo.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-