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)Called to create the code property control.protected ControlDescriptorCodeConnector. createInfoControl(int index)Called to create the info property control.protected ControlDescriptorCodeContext. 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 voidCodeConnector. 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 ComponentInfoCodeConnector. buildComponentInfo(Map<String,ControlDescriptor> controls, Map<String,PortDescriptor> ports)Called during processing to generate the component info from the control and port maps.protected voidCodeConnector. buildControlInfo(Info.ComponentInfoBuilder cmp, Map<String,ControlDescriptor> controls)
-