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 ComponentInfo
AbstractRootContainer. getInfo()
-
Uses of ComponentInfo in org.praxislive.code
Fields in org.praxislive.code declared as ComponentInfo Modifier and Type Field Description static ComponentInfo
CodeCompilerService. API_INFO
Methods in org.praxislive.code that return ComponentInfo Modifier and Type Method Description protected ComponentInfo
CodeConnector. buildComponentInfo(Map<String,ControlDescriptor> controls, Map<String,PortDescriptor> ports)
Called during processing to generate the component info from the control and port maps.protected ComponentInfo
CodeConnector. extractInfo()
Called by the CodeContext to access the generatedComponentInfo
for the delegate.ComponentInfo
CodeComponent. getInfo()
ComponentInfo
CodeContainer. getInfo()
protected ComponentInfo
CodeContext. getInfo()
Get component info. -
Uses of ComponentInfo in org.praxislive.core
Methods in org.praxislive.core that return ComponentInfo Modifier and Type Method Description ComponentInfo
Info.ComponentInfoBuilder. build()
static ComponentInfo
Info. component(UnaryOperator<Info.ComponentInfoBuilder> cmp)
Apply the provided function to a new ComponentInfoBuilder and return the resulting ComponentInfo.ComponentInfo
Component. getInfo()
Get the ComponentInfo object for this component.static ComponentInfo
ComponentInfo. 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.ComponentInfoBuilder
Info.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 ComponentInfo
ComponentProtocol. API_INFO
A component info for this protocol.static ComponentInfo
ContainerProtocol. API_INFO
A component info for this protocol.static ComponentInfo
StartableProtocol. API_INFO
A 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 ComponentInfo
RootManagerService. API_INFO
-
Uses of ComponentInfo in org.praxislive.tinkerforge
Methods in org.praxislive.tinkerforge that return ComponentInfo Modifier and Type Method Description ComponentInfo
TFRoot. getInfo()
-