Uses of Interface
org.praxislive.core.Control
-
Packages that use Control Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.hub -
-
Uses of Control in org.praxislive.base
Classes in org.praxislive.base that implement Control Modifier and Type Class Description classAbstractAsyncControlprotected classAbstractContainer.AddChildControlprotected classAbstractContainer.ChildrenControlprotected classAbstractContainer.ConnectControlprotected classAbstractContainer.ConnectionsControlprotected classAbstractContainer.DisconnectControlprotected classAbstractContainer.RemoveChildControlclassAbstractPropertyA basic property control base class.classBindingContextControlAn implementation of BindingContext based around a single Control.Methods in org.praxislive.base that return Control Modifier and Type Method Description ControlAbstractComponent. getControl(String id)ControlAbstractRootContainer. getControl(String id)Methods in org.praxislive.base with parameters of type Control Modifier and Type Method Description protected voidAbstractComponent. registerControl(String id, Control control)protected voidAbstractRootContainer. registerControl(String id, Control control) -
Uses of Control in org.praxislive.code
Classes in org.praxislive.code that implement Control Modifier and Type Class Description classAbstractAsyncProperty<V>classAbstractBasicPropertyclassInfoPropertyclassPropertyControlclassResourceProperty<V>classTriggerControlMethods in org.praxislive.code that return Control Modifier and Type Method Description ControlCodeComponent. getControl(String id)protected ControlCodeContext. getControl(String id)abstract ControlControlDescriptor. getControl()ControlInfoProperty.Descriptor. getControl()ControlPropertyControl.Descriptor. getControl()ControlResourceProperty.Descriptor. getControl()ControlTriggerControl.Descriptor. getControl()Methods in org.praxislive.code with parameters of type Control Modifier and Type Method Description abstract voidControlDescriptor. attach(CodeContext<?> context, Control previous)voidInfoProperty.Descriptor. attach(CodeContext<?> context, Control previous)voidPropertyControl.Descriptor. attach(CodeContext<?> context, Control previous)voidResourceProperty.Descriptor. attach(CodeContext<?> context, Control previous)voidTriggerControl.Descriptor. attach(CodeContext<?> context, Control previous)protected ControlAddressCodeContext. getAddress(Control control) -
Uses of Control in org.praxislive.core
Methods in org.praxislive.core that return Control Modifier and Type Method Description ControlComponent. 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 Control Modifier and Type Method Description protected voidBasicCoreRoot. buildControlMap(Map<String,Control> ctrls)
-