Uses of Class
org.praxislive.core.ComponentType
-
-
Uses of ComponentType in org.praxislive.audio.code
Constructors in org.praxislive.audio.code with parameters of type ComponentType Constructor Description AudioCodeFactory(ComponentType type, Class<? extends AudioCodeDelegate> baseClass, String sourceTemplate)
-
Uses of ComponentType in org.praxislive.base
Methods in org.praxislive.base that return types with arguments of type ComponentType Modifier and Type Method Description Stream<ComponentType>
AbstractComponentFactory. componentTypes()
Stream<ComponentType>
AbstractComponentFactory. rootTypes()
Methods in org.praxislive.base with parameters of type ComponentType Modifier and Type Method Description Component
AbstractComponentFactory. createComponent(ComponentType type)
Root
AbstractComponentFactory. createRootComponent(ComponentType type)
ComponentFactory.MetaData<? extends Component>
AbstractComponentFactory. getMetaData(ComponentType type)
ComponentFactory.MetaData<? extends Root>
AbstractComponentFactory. getRootMetaData(ComponentType type)
Method parameters in org.praxislive.base with type arguments of type ComponentType Modifier and Type Method Description static FilteredTypes
FilteredTypes. create(Container context, Predicate<ComponentType> filter)
Create a FilteredTypes for the provided context, additionally filtering the available types from the parent by the passed in filter.static FilteredTypes
FilteredTypes. create(Container context, Predicate<ComponentType> filter, Supplier<List<ComponentType>> additional)
Create a FilteredTypes for the provided context, additionally filtering the available types from the parent by the passed in filter, and adding in types from the supplied list.static FilteredTypes
FilteredTypes. create(Container context, Predicate<ComponentType> filter, Supplier<List<ComponentType>> additional)
Create a FilteredTypes for the provided context, additionally filtering the available types from the parent by the passed in filter, and adding in types from the supplied list. -
Uses of ComponentType in org.praxislive.code
Methods in org.praxislive.code that return ComponentType Modifier and Type Method Description ComponentType
CodeFactory. componentType()
Get the component type.ComponentType
CodeFactory. getComponentType()
Deprecated.Methods in org.praxislive.code that return types with arguments of type ComponentType Modifier and Type Method Description Stream<ComponentType>
AbstractComponentFactory. componentTypes()
Stream<ComponentType>
AbstractComponentFactory. rootTypes()
Methods in org.praxislive.code with parameters of type ComponentType Modifier and Type Method Description CodeFactory<B>
CodeFactory.Base. create(ComponentType type, Class<? extends B> defaultDelegate, String defaultSource)
Create a CodeFactory with the given component type, default precompiled delegate class, and source class body corresponding to the compiled delegate.ComponentFactory.MetaData<? extends Component>
AbstractComponentFactory. getMetaData(ComponentType type)
ComponentFactory.MetaData<? extends Root>
AbstractComponentFactory. getRootMetaData(ComponentType type)
Constructors in org.praxislive.code with parameters of type ComponentType Constructor Description CodeFactory(ClassBodyContext<D> cbc, ComponentType type, Class<? extends D> defaultCls, String template)
Deprecated.CodeFactory(ClassBodyContext<D> cbc, ComponentType type, String template)
Deprecated. -
Uses of ComponentType in org.praxislive.core
Methods in org.praxislive.core that return ComponentType Modifier and Type Method Description static ComponentType
ComponentType. of(String str)
static ComponentType
ComponentType. parse(String str)
Methods in org.praxislive.core that return types with arguments of type ComponentType Modifier and Type Method Description List<ComponentType>
ComponentRegistry.Result. componentTypes()
List of component types available on the local system.static Optional<ComponentType>
ComponentType. from(Value arg)
List<ComponentType>
ComponentRegistry.Result. rootTypes()
List of root types available on the local system.Methods in org.praxislive.core with parameters of type ComponentType Modifier and Type Method Description Lookup
ComponentRegistry.Result. componentData(ComponentType type)
Query the data for the provided component type.Lookup
ComponentRegistry.Result. rootData(ComponentType type)
Query the data for the provided root type.Constructor parameters in org.praxislive.core with type arguments of type ComponentType Constructor Description Result(Map<ComponentType,Lookup> components, Map<ComponentType,Lookup> roots)
Construct a Result object. -
Uses of ComponentType in org.praxislive.core.code
Constructors in org.praxislive.core.code with parameters of type ComponentType Constructor Description CoreCodeFactory(ComponentType type, Class<? extends CoreCodeDelegate> baseClass, String sourceTemplate)
-
Uses of ComponentType in org.praxislive.core.protocols
Methods in org.praxislive.core.protocols that return types with arguments of type ComponentType Modifier and Type Method Description List<ComponentType>
SupportedTypes.Result. types()
List of supported types as immutable list.Constructor parameters in org.praxislive.core.protocols with type arguments of type ComponentType Constructor Description Result(List<ComponentType> types)
Construct a Result object. -
Uses of ComponentType in org.praxislive.core.services
Methods in org.praxislive.core.services that return types with arguments of type ComponentType Modifier and Type Method Description Stream<ComponentType>
ComponentFactory. componentTypes()
Component types provided by this factory.Optional<ComponentType>
ComponentFactory.MetaData. findReplacement()
Deprecated.Stream<ComponentType>
ComponentFactory. rootTypes()
Root types provided by this factory.Methods in org.praxislive.core.services with parameters of type ComponentType Modifier and Type Method Description default Lookup
ComponentFactory. componentData(ComponentType type)
Query the data associated with this component type.default Component
ComponentFactory. createComponent(ComponentType type)
Create an instance of the component associated with this type.default Root
ComponentFactory. createRoot(ComponentType type)
Create an instance of the root associated with this type.default Root
ComponentFactory. createRootComponent(ComponentType type)
Deprecated.default ComponentFactory.MetaData<? extends Component>
ComponentFactory. getMetaData(ComponentType type)
Deprecated.default ComponentFactory.MetaData<? extends Root>
ComponentFactory. getRootMetaData(ComponentType type)
Deprecated.default Lookup
ComponentFactory. rootData(ComponentType type)
Query the data associated with this root type. -
Uses of ComponentType in org.praxislive.hub.net
Methods in org.praxislive.hub.net with parameters of type ComponentType Modifier and Type Method Description boolean
DefaultProxyInfo. matches(String rootID, ComponentType rootType)
boolean
ProxyInfo. matches(String rootID, ComponentType rootType)
Check whether this proxy should be used for creating and accessing the given root ID and root type. -
Uses of ComponentType in org.praxislive.tinkerforge
Constructors in org.praxislive.tinkerforge with parameters of type ComponentType Constructor Description TFCodeFactory(ComponentType type, Class<? extends TFCodeDelegate> baseClass, String sourceTemplate)
-
Uses of ComponentType in org.praxislive.video.code
Constructors in org.praxislive.video.code with parameters of type ComponentType Constructor Description VideoCodeFactory(ComponentType type, Class<? extends VideoCodeDelegate> baseClass, String sourceTemplate)
-