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)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_INFOstatic ControlInfoContainerProtocol. CHILDREN_INFOstatic ControlInfoContainerProtocol. CONNECT_INFOstatic ControlInfoContainerProtocol. CONNECTIONS_INFOstatic ControlInfoContainerProtocol. DISCONNECT_INFOstatic ControlInfoComponentProtocol. INFO_INFOstatic ControlInfoStartableProtocol. IS_RUNNING_INFOstatic ControlInfoContainerProtocol. REMOVE_CHILD_INFOstatic ControlInfoStartableProtocol. START_INFOstatic ControlInfoStartableProtocol. STOP_INFOMethods 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_INFOstatic ControlInfoRootFactoryService. NEW_ROOT_INSTANCE_INFOstatic 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)
-