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 class
AbstractAsyncControl
protected class
AbstractContainer.AddChildControl
protected class
AbstractContainer.ChildrenControl
protected class
AbstractContainer.ConnectControl
protected class
AbstractContainer.ConnectionsControl
protected class
AbstractContainer.DisconnectControl
protected class
AbstractContainer.RemoveChildControl
class
AbstractProperty
A basic property control base class.class
BindingContextControl
An implementation of BindingContext based around a single Control.Methods in org.praxislive.base that return Control Modifier and Type Method Description Control
AbstractComponent. getControl(String id)
Control
AbstractRootContainer. getControl(String id)
Methods in org.praxislive.base with parameters of type Control Modifier and Type Method Description protected void
AbstractComponent. registerControl(String id, Control control)
protected void
AbstractRootContainer. 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 class
AbstractAsyncProperty<V>
class
AbstractBasicProperty
Deprecated.class
InfoProperty
class
PropertyControl
class
ResourceProperty<V>
class
SharedCodeProperty
A property control for shared code classes.class
TriggerControl
Methods in org.praxislive.code that return Control Modifier and Type Method Description Control
CodeComponent. getControl(String id)
protected Control
CodeContext. getControl(String id)
Get the control to handle the specified ID, or null if there isn't one.abstract Control
ControlDescriptor. getControl()
Get the wrapped control.Control
InfoProperty.Descriptor. getControl()
Control
PropertyControl.Descriptor. getControl()
Control
ResourceProperty.Descriptor. getControl()
Control
TriggerControl.Descriptor. getControl()
Methods in org.praxislive.code with parameters of type Control Modifier and Type Method Description abstract void
ControlDescriptor. attach(CodeContext<?> context, Control previous)
Configure the control for the provided context during attachment.void
InfoProperty.Descriptor. attach(CodeContext<?> context, Control previous)
void
PropertyControl.Descriptor. attach(CodeContext<?> context, Control previous)
void
ResourceProperty.Descriptor. attach(CodeContext<?> context, Control previous)
void
TriggerControl.Descriptor. attach(CodeContext<?> context, Control previous)
protected ControlAddress
CodeContext. 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 Control Modifier and Type Method Description Control
Component. 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 void
BasicCoreRoot. buildControlMap(Map<String,Control> ctrls)
-