Uses of Class
org.praxislive.code.ControlDescriptor.Category
-
Packages that use ControlDescriptor.Category Package Description org.praxislive.code -
-
Uses of ControlDescriptor.Category in org.praxislive.code
Methods in org.praxislive.code that return ControlDescriptor.Category Modifier and Type Method Description ControlDescriptor.Category
ControlDescriptor. getCategory()
Get the category.static ControlDescriptor.Category
ControlDescriptor.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static ControlDescriptor.Category[]
ControlDescriptor.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.praxislive.code with parameters of type ControlDescriptor.Category Constructor Description ControlDescriptor(String id, ControlDescriptor.Category category, int index)
Create a ControlDescriptor.
-