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 class
InfoProperty.Descriptor
static class
PropertyControl.Descriptor
static class
ResourceProperty.Descriptor<V>
static class
TriggerControl.Descriptor
Methods in org.praxislive.code that return ControlDescriptor Modifier and Type Method Description protected ControlDescriptor
CodeConnector. createCodeControl(int index)
Called to create the code property control.protected ControlDescriptor
CodeConnector. createInfoControl(int index)
Called to create the info property control.protected ControlDescriptor
CodeContext. getControlDescriptor(String id)
Get the control descriptor for the specified ID, or null if there isn't one.Methods in org.praxislive.code that return types with arguments of type ControlDescriptor Modifier and Type Method Description protected Map<String,ControlDescriptor>
CodeConnector. extractControls()
Called by the CodeContext to access all processed control descriptors.Methods in org.praxislive.code with parameters of type ControlDescriptor Modifier and Type Method Description void
CodeConnector. addControl(ControlDescriptor ctl)
Add a control descriptor.Method parameters in org.praxislive.code with type arguments of type ControlDescriptor Modifier and Type Method Description protected ComponentInfo
CodeConnector. buildComponentInfo(Map<String,ControlDescriptor> controls, Map<String,PortDescriptor> ports)
Called during processing to generate the component info from the control and port maps.protected void
CodeConnector. buildControlInfo(Info.ComponentInfoBuilder cmp, Map<String,ControlDescriptor> controls)
Build control info.
-