Uses of Class
org.praxislive.core.ControlInfo
-
Packages that use ControlInfo Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.core.protocols org.praxislive.core.services -
-
Uses of ControlInfo in org.praxislive.base
Methods in org.praxislive.base that return types with arguments of type ControlInfo Modifier and Type Method Description abstract Optional<ControlInfo>
Binding. getControlInfo()
Get the ControlInfo of the bound Control, if available. -
Uses of ControlInfo in org.praxislive.code
Fields in org.praxislive.code declared as ControlInfo Modifier and Type Field Description static ControlInfo
CodeCompilerService. COMPILE_INFO
static ControlInfo
SharedCodeProperty. INFO
static ControlInfo
CodeContextFactoryService. NEW_CONTEXT_INFO
static ControlInfo
SharedCodeService. NEW_SHARED_INFO
Methods in org.praxislive.code that return ControlInfo Modifier and Type Method Description ControlInfo
CodeCompilerService. getControlInfo(String control)
ControlInfo
CodeContextFactoryService. getControlInfo(String control)
ControlInfo
SharedCodeService. getControlInfo(String control)
abstract ControlInfo
ControlDescriptor. getInfo()
Get the control info for this control.ControlInfo
InfoProperty.Descriptor. getInfo()
ControlInfo
PropertyControl.Descriptor. getInfo()
ControlInfo
ResourceProperty.Descriptor. getInfo()
ControlInfo
TriggerControl.Descriptor. getInfo()
-
Uses of ControlInfo in org.praxislive.core
Methods in org.praxislive.core that return ControlInfo Modifier and Type Method Description ControlInfo
Info.ControlInfoBuilder. build()
static ControlInfo
Info. control(Function<Info.ControlInfoChooser,Info.ControlInfoBuilder<?>> c)
Apply the provided function to a ControlInfoChooser to choose and customize a ControlInfoBuilder and return the resulting ControlInfo.ControlInfo
ComponentInfo. controlInfo(String control)
static ControlInfo
ControlInfo. createActionInfo(PMap properties)
static ControlInfo
ControlInfo. createFunctionInfo(List<ArgumentInfo> inputs, List<ArgumentInfo> outputs, PMap properties)
static ControlInfo
ControlInfo. createPropertyInfo(List<ArgumentInfo> arguments, List<Value> defaults, PMap properties)
static ControlInfo
ControlInfo. createPropertyInfo(ArgumentInfo argument, Value def, PMap properties)
static ControlInfo
ControlInfo. createReadOnlyPropertyInfo(List<ArgumentInfo> arguments, PMap properties)
static ControlInfo
ControlInfo. createReadOnlyPropertyInfo(ArgumentInfo argument, PMap properties)
ControlInfo
Protocol. getControlInfo(String control)
Query the ControlInfo for the provided control name on this protocol.static ControlInfo
ControlInfo. parse(String string)
Methods in org.praxislive.core that return types with arguments of type ControlInfo Modifier and Type Method Description static Optional<ControlInfo>
ControlInfo. from(Value arg)
Methods in org.praxislive.core with parameters of type ControlInfo Modifier and Type Method Description Info.ComponentInfoBuilder
Info.ComponentInfoBuilder. control(String id, ControlInfo info)
Add control info. -
Uses of ControlInfo in org.praxislive.core.protocols
Fields in org.praxislive.core.protocols declared as ControlInfo Modifier and Type Field Description static ControlInfo
ContainerProtocol. ADD_CHILD_INFO
Info for the add-child control.static ControlInfo
ContainerProtocol. CHILDREN_INFO
Info for the children control.static ControlInfo
ContainerProtocol. CONNECT_INFO
Info for the connect control.static ControlInfo
ContainerProtocol. CONNECTIONS_INFO
Info for the connections control.static ControlInfo
ContainerProtocol. DISCONNECT_INFO
Info for the disconnect control.static ControlInfo
ComponentProtocol. INFO_INFO
Control info for the info control.static ControlInfo
StartableProtocol. IS_RUNNING_INFO
Info for the is-running control.static ControlInfo
ContainerProtocol. REMOVE_CHILD_INFO
Info for the remove-child control.static ControlInfo
StartableProtocol. START_INFO
Info for the start control.static ControlInfo
StartableProtocol. STOP_INFO
Info for the stop control.static ControlInfo
ContainerProtocol. SUPPORTED_TYPES_INFO
Info for the (optional) supported-types control.Methods in org.praxislive.core.protocols that return ControlInfo Modifier and Type Method Description ControlInfo
ComponentProtocol. getControlInfo(String control)
ControlInfo
ContainerProtocol. getControlInfo(String control)
ControlInfo
StartableProtocol. getControlInfo(String control)
-
Uses of ControlInfo in org.praxislive.core.services
Fields in org.praxislive.core.services declared as ControlInfo Modifier and Type Field Description static ControlInfo
RootManagerService. ADD_ROOT_INFO
static ControlInfo
ScriptService. CLEAR_INFO
static ControlInfo
ScriptService. EVAL_INFO
static ControlInfo
LogService. LOG_INFO
static ControlInfo
ComponentFactoryService. NEW_INSTANCE_INFO
ControlInfo for the new instance control.static ControlInfo
RootFactoryService. NEW_ROOT_INSTANCE_INFO
ControlInfo of the new root instance control.static ControlInfo
RootManagerService. REMOVE_ROOT_INFO
static ControlInfo
RootManagerService. ROOTS_INFO
static ControlInfo
TaskService. SUBMIT_INFO
static ControlInfo
SystemManagerService. SYSTEM_EXIT_INFO
Methods in org.praxislive.core.services that return ControlInfo Modifier and Type Method Description ControlInfo
ComponentFactoryService. getControlInfo(String control)
ControlInfo
LogService. getControlInfo(String control)
ControlInfo
RootFactoryService. getControlInfo(String control)
ControlInfo
RootManagerService. getControlInfo(String control)
ControlInfo
ScriptService. getControlInfo(String control)
ControlInfo
SystemManagerService. getControlInfo(String control)
ControlInfo
TaskService. getControlInfo(String control)
-