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 ControlInfoCodeCompilerService. COMPILE_INFOstatic ControlInfoSharedCodeProperty. INFOstatic ControlInfoCodeContextFactoryService. NEW_CONTEXT_INFOstatic ControlInfoSharedCodeService. NEW_SHARED_INFOMethods in org.praxislive.code that return ControlInfo Modifier and Type Method Description ControlInfoCodeCompilerService. getControlInfo(String control)ControlInfoCodeContextFactoryService. getControlInfo(String control)ControlInfoSharedCodeService. getControlInfo(String control)abstract ControlInfoControlDescriptor. getInfo()Get the control info for this control.ControlInfoInfoProperty.Descriptor. getInfo()ControlInfoPropertyControl.Descriptor. getInfo()ControlInfoResourceProperty.Descriptor. getInfo()ControlInfoTriggerControl.Descriptor. getInfo() -
Uses of ControlInfo in org.praxislive.core
Methods in org.praxislive.core that return ControlInfo Modifier and Type Method Description ControlInfoInfo.ControlInfoBuilder. build()static ControlInfoInfo. 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.ControlInfoComponentInfo. controlInfo(String control)static ControlInfoControlInfo. createActionInfo(PMap properties)static ControlInfoControlInfo. createFunctionInfo(List<ArgumentInfo> inputs, List<ArgumentInfo> outputs, PMap properties)static ControlInfoControlInfo. createPropertyInfo(List<ArgumentInfo> arguments, List<Value> defaults, PMap properties)static ControlInfoControlInfo. createPropertyInfo(ArgumentInfo argument, Value def, PMap properties)static ControlInfoControlInfo. createReadOnlyPropertyInfo(List<ArgumentInfo> arguments, PMap properties)static ControlInfoControlInfo. createReadOnlyPropertyInfo(ArgumentInfo argument, PMap properties)ControlInfoProtocol. getControlInfo(String control)Query the ControlInfo for the provided control name on this protocol.static ControlInfoControlInfo. 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.ComponentInfoBuilderInfo.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 ControlInfoContainerProtocol. ADD_CHILD_INFOInfo for the add-child control.static ControlInfoContainerProtocol. CHILDREN_INFOInfo for the children control.static ControlInfoContainerProtocol. CONNECT_INFOInfo for the connect control.static ControlInfoContainerProtocol. CONNECTIONS_INFOInfo for the connections control.static ControlInfoContainerProtocol. DISCONNECT_INFOInfo for the disconnect control.static ControlInfoComponentProtocol. INFO_INFOControl info for the info control.static ControlInfoStartableProtocol. IS_RUNNING_INFOInfo for the is-running control.static ControlInfoContainerProtocol. REMOVE_CHILD_INFOInfo for the remove-child control.static ControlInfoStartableProtocol. START_INFOInfo for the start control.static ControlInfoStartableProtocol. STOP_INFOInfo for the stop control.static ControlInfoContainerProtocol. SUPPORTED_TYPES_INFOInfo for the (optional) supported-types control.Methods in org.praxislive.core.protocols that return ControlInfo Modifier and Type Method Description ControlInfoComponentProtocol. getControlInfo(String control)ControlInfoContainerProtocol. getControlInfo(String control)ControlInfoStartableProtocol. 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 ControlInfoRootManagerService. ADD_ROOT_INFOstatic ControlInfoScriptService. CLEAR_INFOstatic ControlInfoScriptService. EVAL_INFOstatic ControlInfoLogService. LOG_INFOstatic ControlInfoComponentFactoryService. NEW_INSTANCE_INFOControlInfo for the new instance control.static ControlInfoRootFactoryService. NEW_ROOT_INSTANCE_INFOControlInfo of the new root instance control.static ControlInfoRootManagerService. REMOVE_ROOT_INFOstatic ControlInfoRootManagerService. ROOTS_INFOstatic ControlInfoTaskService. SUBMIT_INFOstatic ControlInfoSystemManagerService. SYSTEM_EXIT_INFOMethods in org.praxislive.core.services that return ControlInfo Modifier and Type Method Description ControlInfoComponentFactoryService. getControlInfo(String control)ControlInfoLogService. getControlInfo(String control)ControlInfoRootFactoryService. getControlInfo(String control)ControlInfoRootManagerService. getControlInfo(String control)ControlInfoScriptService. getControlInfo(String control)ControlInfoSystemManagerService. getControlInfo(String control)ControlInfoTaskService. getControlInfo(String control)
-