Uses of Interface
org.praxislive.core.Control
Packages that use Control
-
Uses of Control in org.praxislive.base
Classes in org.praxislive.base that implement ControlModifier and TypeClassDescriptionclassprotected classprotected classprotected classprotected classprotected classprotected classclassA basic property control base class.classAn implementation of BindingContext based around a single Control.final classSimple implementation ofComponentProtocol.METAproperty, with linkedComponentProtocol.META_MERGEcontrol.Methods in org.praxislive.base that return ControlModifier and TypeMethodDescriptionAbstractComponent.getControl(String id) AbstractRootContainer.getControl(String id) MetaProperty.getMergeControl()Get the merge control linked to this property.Methods in org.praxislive.base with parameters of type ControlModifier and TypeMethodDescriptionprotected final voidAbstractComponent.registerControl(String id, Control control) protected final voidAbstractRootContainer.registerControl(String id, Control control) -
Uses of Control in org.praxislive.code
Classes in org.praxislive.code that implement ControlModifier and TypeClassDescriptionclassclassclassfinal classclassA property control for shared code classes.classMethods in org.praxislive.code that return ControlModifier and TypeMethodDescriptionabstract ControlControlDescriptor.control()Get the wrapped control.InfoProperty.Descriptor.control()PropertyControl.Descriptor.control()ResourceProperty.Descriptor.control()TriggerControl.Descriptor.control()CodeComponent.getControl(String id) protected ControlCodeContext.getControl(String id) Get the control to handle the specified ID, or null if there isn't one.Methods in org.praxislive.code with parameters of type ControlModifier and TypeMethodDescriptionprotected ControlAddressCodeContext.getAddress(Control control) Find the address of the passed in control, or null if it does not have one. -
Uses of Control in org.praxislive.core
Methods in org.praxislive.core that return ControlModifier and TypeMethodDescriptionComponent.getControl(String id) Get a Control that can handle a Call to the given ID, or null if it does not exist. -
Uses of Control in org.praxislive.hub
Method parameters in org.praxislive.hub with type arguments of type ControlModifier and TypeMethodDescriptionprotected voidBasicCoreRoot.buildControlMap(Map<String, Control> ctrls) Build the controls on this root.