Uses of Class
org.praxislive.code.ControlDescriptor
-
Packages that use ControlDescriptor Package Description org.praxislive.code -
-
Uses of ControlDescriptor in org.praxislive.code
Subclasses of ControlDescriptor in org.praxislive.code Modifier and Type Class Description static classInfoProperty.Descriptorstatic classPropertyControl.Descriptorstatic classResourceProperty.Descriptor<V>static classTriggerControl.DescriptorMethods in org.praxislive.code that return ControlDescriptor Modifier and Type Method Description protected ControlDescriptorCodeConnector. createCodeControl(int index)protected ControlDescriptorCodeConnector. createInfoControl(int index)protected ControlDescriptorCodeContext. getControlDescriptor(String id)Methods in org.praxislive.code that return types with arguments of type ControlDescriptor Modifier and Type Method Description protected Map<String,ControlDescriptor>CodeConnector. extractControls()Methods in org.praxislive.code with parameters of type ControlDescriptor Modifier and Type Method Description voidCodeConnector. addControl(ControlDescriptor ctl)Method parameters in org.praxislive.code with type arguments of type ControlDescriptor Modifier and Type Method Description protected ComponentInfoCodeConnector. buildComponentInfo(Map<String,ControlDescriptor> controls, Map<String,PortDescriptor> ports)
-