Uses of Class
org.praxislive.code.ControlDescriptor
Packages that use ControlDescriptor
-
Uses of ControlDescriptor in org.praxislive.code
Classes in org.praxislive.code with type parameters of type ControlDescriptorModifier and TypeClassDescriptionclassControlDescriptor<T extends ControlDescriptor<T>>A ControlDescriptor wraps a Control in a CodeContext.Subclasses of ControlDescriptor in org.praxislive.codeModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in org.praxislive.code that return ControlDescriptorModifier and TypeMethodDescriptionprotected final ControlDescriptor<?> CodeConnector.createCodeControl(int index) Create the code property control.protected final ControlDescriptorCodeConnector.createInfoControl(int index) Create the info property control.protected final ControlDescriptor<?> CodeConnector.createMetaControl(int index) Create the meta property control.protected final ControlDescriptor<?> CodeConnector.createMetaMergeControl(int index) Create the meta-merge function 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 with parameters of type ControlDescriptorModifier and TypeMethodDescriptionvoidCodeConnector.addControl(ControlDescriptor ctl) Add a control descriptor.Method parameters in org.praxislive.code with type arguments of type ControlDescriptorModifier and TypeMethodDescriptionprotected voidCodeConnector.buildControlInfo(Info.ComponentInfoBuilder cmp, Map<String, ControlDescriptor<?>> controls) Build control info.