Uses of Class
org.praxislive.core.ComponentInfo
-
Packages that use ComponentInfo Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.core.protocols org.praxislive.core.services org.praxislive.tinkerforge -
-
Uses of ComponentInfo in org.praxislive.base
Methods in org.praxislive.base that return ComponentInfo Modifier and Type Method Description abstract ComponentInfoAbstractRootContainer. getInfo() -
Uses of ComponentInfo in org.praxislive.code
Fields in org.praxislive.code declared as ComponentInfo Modifier and Type Field Description static ComponentInfoCodeCompilerService. API_INFOMethods in org.praxislive.code that return ComponentInfo Modifier and Type Method Description protected ComponentInfoCodeConnector. buildComponentInfo(Map<String,ControlDescriptor> controls, Map<String,PortDescriptor> ports)Called during processing to generate the component info from the control and port maps.protected ComponentInfoCodeConnector. extractInfo()Called by the CodeContext to access the generatedComponentInfofor the delegate.ComponentInfoCodeComponent. getInfo()ComponentInfoCodeContainer. getInfo()protected ComponentInfoCodeContext. getInfo()Get component info. -
Uses of ComponentInfo in org.praxislive.core
Methods in org.praxislive.core that return ComponentInfo Modifier and Type Method Description ComponentInfoInfo.ComponentInfoBuilder. build()static ComponentInfoInfo. component(UnaryOperator<Info.ComponentInfoBuilder> cmp)Apply the provided function to a new ComponentInfoBuilder and return the resulting ComponentInfo.ComponentInfoComponent. getInfo()Get the ComponentInfo object for this component.static ComponentInfoComponentInfo. parse(String string)Methods in org.praxislive.core that return types with arguments of type ComponentInfo Modifier and Type Method Description static Optional<ComponentInfo>ComponentInfo. from(Value arg)Methods in org.praxislive.core with parameters of type ComponentInfo Modifier and Type Method Description Info.ComponentInfoBuilderInfo.ComponentInfoBuilder. merge(ComponentInfo info)Merge all elements of the provided ComponentInfo. -
Uses of ComponentInfo in org.praxislive.core.protocols
Fields in org.praxislive.core.protocols declared as ComponentInfo Modifier and Type Field Description static ComponentInfoComponentProtocol. API_INFOA component info for this protocol.static ComponentInfoContainerProtocol. API_INFOA component info for this protocol.static ComponentInfoStartableProtocol. API_INFOA component info for this protocol. -
Uses of ComponentInfo in org.praxislive.core.services
Fields in org.praxislive.core.services declared as ComponentInfo Modifier and Type Field Description static ComponentInfoRootManagerService. API_INFO -
Uses of ComponentInfo in org.praxislive.tinkerforge
Methods in org.praxislive.tinkerforge that return ComponentInfo Modifier and Type Method Description ComponentInfoTFRoot. getInfo()
-