Uses of Package
org.praxislive.core.protocols
-
Packages that use org.praxislive.core.protocols Package Description org.praxislive.base org.praxislive.core.protocols -
Classes in org.praxislive.core.protocols used by org.praxislive.base Class Description SupportedTypes Containers can expose an instance of this interface in their lookup to facilitate child container support of the supported-types control.SupportedTypes.Result Supported types result to be returned fromSupportedTypes.query()
. -
Classes in org.praxislive.core.protocols used by org.praxislive.core.protocols Class Description ComponentProtocol Basic component protocol, providing access to the component info.ContainerProtocol A container protocol that allows for calls to add / remove child components, and connect / disconnect their ports.StartableProtocol Protocol for a component that can be started and stopped.SupportedTypes.Result Supported types result to be returned fromSupportedTypes.query()
.