Uses of Class
org.praxislive.core.ControlInfo
Packages that use ControlInfo
Package
Description
-
Uses of ControlInfo in org.praxislive.base
Methods in org.praxislive.base that return types with arguments of type ControlInfoModifier and TypeMethodDescriptionabstract Optional<ControlInfo> Binding.getControlInfo()Get the ControlInfo of the bound Control, if available.Binding.PropertyAdaptor.info()Access the property info if available. -
Uses of ControlInfo in org.praxislive.code
Fields in org.praxislive.code declared as ControlInfoModifier and TypeFieldDescriptionstatic final ControlInfoCodeCompilerService.COMPILE_INFOstatic final ControlInfoCodeChildFactoryService.NEW_CHILD_INSTANCE_INFOstatic final ControlInfoCodeContextFactoryService.NEW_CONTEXT_INFOControlInfo for the new context control.static final ControlInfoCodeComponentFactoryService.NEW_INSTANCE_INFOControlInfo for the new instance control.static final ControlInfoCodeRootFactoryService.NEW_ROOT_INSTANCE_INFOControlInfo of the new root instance control.static final ControlInfoSharedCodeService.NEW_SHARED_INFOControlInfo of the new shared code control.static final ControlInfoSharedCodeProtocol.SHARED_CODE_ADD_INFOControl info for the shared code add control.static final ControlInfoSharedCodeProtocol.SHARED_CODE_INFOControl info for the shared code property control.static final ControlInfoSharedCodeProtocol.SHARED_CODE_MERGE_INFOControl info for the shared code merge control.Methods in org.praxislive.code that return ControlInfoModifier and TypeMethodDescriptionabstract ControlInfoControlDescriptor.controlInfo()Get the control info for this control.InfoProperty.Descriptor.controlInfo()PropertyControl.Descriptor.controlInfo()ResourceProperty.Descriptor.controlInfo()TriggerControl.Descriptor.controlInfo()CodeChildFactoryService.getControlInfo(String control) CodeCompilerService.getControlInfo(String control) CodeComponentFactoryService.getControlInfo(String control) CodeContextFactoryService.getControlInfo(String control) CodeRootFactoryService.getControlInfo(String control) SharedCodeProtocol.getControlInfo(String control) SharedCodeService.getControlInfo(String control) -
Uses of ControlInfo in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return types with arguments of type ControlInfoModifier and TypeMethodDescriptionProperty.Sync.info()Obtain theControlInfofor the bound control, if and when synchronized. -
Uses of ControlInfo in org.praxislive.core
Methods in org.praxislive.core that return ControlInfoModifier and TypeMethodDescriptionInfo.ActionInfoBuilder.build()abstract ControlInfoInfo.ControlInfoBuilder.build()Info.FunctionInfoBuilder.build()Info.PropertyInfoBuilder.build()Info.ReadOnlyPropertyInfoBuilder.build()static ControlInfoApply the provided function to a ControlInfoChooser to choose and customize a ControlInfoBuilder and return the resulting ControlInfo.ComponentInfo.controlInfo(String control) Access theControlInfofor the given control.static ControlInfoControlInfo.createActionInfo(PMap properties) Create ControlInfo for an action control.static ControlInfoControlInfo.createFunctionInfo(List<ArgumentInfo> inputs, List<ArgumentInfo> outputs, PMap properties) Create ControlInfo for a function control.static ControlInfoControlInfo.createPropertyInfo(List<ArgumentInfo> arguments, List<Value> defaults, PMap properties) static ControlInfoControlInfo.createPropertyInfo(ArgumentInfo argument, Value def, PMap properties) Create ControlInfo for a property control.static ControlInfoControlInfo.createReadOnlyPropertyInfo(List<ArgumentInfo> arguments, PMap properties) static ControlInfoControlInfo.createReadOnlyPropertyInfo(ArgumentInfo argument, PMap properties) Create ControlInfo for a read-only property control.Protocol.getControlInfo(String control) Query the ControlInfo for the provided control name on this protocol.static ControlInfoCreate info for a simple Watch function that accepts no query argument, and returns data with the provided mime type wrapped in the provided response type.static ControlInfoParse the provided String into a ControlInfo if possible.Methods in org.praxislive.core that return types with arguments of type ControlInfoModifier and TypeMethodDescriptionstatic Optional<ControlInfo> Coerce the provided Value into a ControlInfo if possible.Methods in org.praxislive.core with parameters of type ControlInfoModifier and TypeMethodDescriptionInfo.ComponentInfoBuilder.control(String id, ControlInfo info) Add control info.static booleanWatch.isWatch(ControlInfo info) Check whether a control info reflects a Watch control. -
Uses of ControlInfo in org.praxislive.core.protocols
Fields in org.praxislive.core.protocols declared as ControlInfoModifier and TypeFieldDescriptionstatic final ControlInfoContainerProtocol.ADD_CHILD_INFOInfo for the add-child control.static final ControlInfoContainerProtocol.CHILDREN_INFOInfo for the children control.static final ControlInfoContainerProtocol.CONNECT_INFOInfo for the connect control.static final ControlInfoContainerProtocol.CONNECTIONS_INFOInfo for the connections control.static final ControlInfoContainerProtocol.DISCONNECT_INFOInfo for the disconnect control.static final ControlInfoComponentProtocol.INFO_INFOControl info for theinfocontrol.static final ControlInfoStartableProtocol.IS_RUNNING_INFOInfo for the is-running control.static final ControlInfoComponentProtocol.META_INFOControl info for themetaproperty.static final ControlInfoComponentProtocol.META_MERGE_INFOControl info for themeta-mergecontrol.static final ControlInfoContainerProtocol.REMOVE_CHILD_INFOInfo for the remove-child control.static final ControlInfoSerializableProtocol.SERIALIZE_INFOControl info for the serialize control.static final ControlInfoStartableProtocol.START_INFOInfo for the start control.static final ControlInfoStartableProtocol.STOP_INFOInfo for the stop control.static final ControlInfoContainerProtocol.SUPPORTED_TYPES_INFOInfo for the (optional) supported-types control.Methods in org.praxislive.core.protocols that return ControlInfoModifier and TypeMethodDescriptionComponentProtocol.getControlInfo(String control) ContainerProtocol.getControlInfo(String control) SerializableProtocol.getControlInfo(String control) StartableProtocol.getControlInfo(String control) -
Uses of ControlInfo in org.praxislive.core.services
Fields in org.praxislive.core.services declared as ControlInfoModifier and TypeFieldDescriptionstatic final ControlInfoRootManagerService.ADD_ROOT_INFOstatic final ControlInfoScriptService.CLEAR_INFOstatic final ControlInfoScriptService.EVAL_INFOstatic final ControlInfoLogService.LOG_INFOstatic final ControlInfoComponentFactoryService.NEW_INSTANCE_INFOControlInfo for the new instance control.static final ControlInfoRootFactoryService.NEW_ROOT_INSTANCE_INFOControlInfo of the new root instance control.static final ControlInfoRootManagerService.REMOVE_ROOT_INFOstatic final ControlInfoRootManagerService.ROOTS_INFOstatic final ControlInfoTaskService.SUBMIT_INFOstatic final ControlInfoSystemManagerService.SYSTEM_EXIT_INFOMethods in org.praxislive.core.services that return ControlInfoModifier and TypeMethodDescriptionComponentFactoryService.getControlInfo(String control) LogService.getControlInfo(String control) RootFactoryService.getControlInfo(String control) RootManagerService.getControlInfo(String control) ScriptService.getControlInfo(String control) SystemManagerService.getControlInfo(String control) TaskService.getControlInfo(String control)