Uses of Class
org.praxislive.core.ComponentType
Packages that use ComponentType
Package
Description
-
Uses of ComponentType in org.praxislive.base
Methods in org.praxislive.base that return ComponentTypeMethods in org.praxislive.base that return types with arguments of type ComponentTypeModifier and TypeMethodDescriptionfinal Stream<ComponentType> AbstractComponentFactory.componentTypes()final Stream<ComponentType> AbstractComponentFactory.rootTypes()Methods in org.praxislive.base with parameters of type ComponentTypeModifier and TypeMethodDescriptionfinal LookupAbstractComponentFactory.componentData(ComponentType type) final ComponentAbstractComponentFactory.createComponent(ComponentType type) final RootAbstractComponentFactory.createRoot(ComponentType type) protected voidAbstractContainer.recordChildType(Component child, ComponentType type) final LookupAbstractComponentFactory.rootData(ComponentType type) MapTreeWriter.writeType(ComponentType type) Method parameters in org.praxislive.base with type arguments of type ComponentTypeModifier and TypeMethodDescriptionstatic FilteredTypesFilteredTypes.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 FilteredTypesFilteredTypes.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 FilteredTypesFilteredTypes.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 FilteredTypesFilteredTypes.create(Container context, Predicate<ComponentType> filter, Supplier<List<ComponentType>> additional, boolean includeParentAdditional) 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 FilteredTypesFilteredTypes.create(Container context, Predicate<ComponentType> filter, Supplier<List<ComponentType>> additional, boolean includeParentAdditional) 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 ComponentTypeModifier and TypeMethodDescriptionCodeChildFactoryService.Task.componentType()Returns the value of thecomponentTyperecord component.final ComponentTypeCodeFactory.componentType()Get the component type.Methods in org.praxislive.code that return types with arguments of type ComponentTypeModifier and TypeMethodDescriptionfinal Stream<ComponentType> AbstractComponentFactory.componentTypes()final Stream<ComponentType> AbstractComponentFactory.rootTypes()Methods in org.praxislive.code with parameters of type ComponentTypeModifier and TypeMethodDescriptionfinal LookupAbstractComponentFactory.componentData(ComponentType type) 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.CodeFactory.Base.create(ComponentType type, String defaultSource) Create a CodeFactory with the given component type and default source, without a precompiled delegate class.final LookupAbstractComponentFactory.rootData(ComponentType type) Constructors in org.praxislive.code with parameters of type ComponentTypeModifierConstructorDescriptionTask(ComponentType componentType, Class<? extends CodeDelegate> baseDelegate, String codeTemplate, LogLevel logLevel) Creates an instance of aTaskrecord class.Task(ComponentType componentType, Class<? extends CodeDelegate> baseDelegate, LogLevel logLevel) -
Uses of ComponentType in org.praxislive.core
Methods in org.praxislive.core that return ComponentTypeModifier and TypeMethodDescriptiondefault ComponentTypeGet theComponentTypeof the provided child.static ComponentTypestatic ComponentTypeMethods in org.praxislive.core that return types with arguments of type ComponentTypeModifier and TypeMethodDescriptionComponentRegistry.Result.componentTypes()List of component types available on the local system.static Optional<ComponentType> ComponentRegistry.Result.rootTypes()List of root types available on the local system.Methods in org.praxislive.core with parameters of type ComponentTypeModifier and TypeMethodDescriptionComponentRegistry.Result.componentData(ComponentType type) Query the data for the provided component type.ComponentRegistry.Result.rootData(ComponentType type) Query the data for the provided root type.TreeWriter.writeType(ComponentType type) Write the component type.Constructor parameters in org.praxislive.core with type arguments of type ComponentTypeModifierConstructorDescriptionResult(Map<ComponentType, Lookup> components, Map<ComponentType, Lookup> roots) Construct a Result object. -
Uses of ComponentType in org.praxislive.core.protocols
Methods in org.praxislive.core.protocols that return types with arguments of type ComponentTypeModifier and TypeMethodDescriptionSupportedTypes.Result.types()List of supported types as immutable list.Constructor parameters in org.praxislive.core.protocols with type arguments of type ComponentType -
Uses of ComponentType in org.praxislive.core.services
Methods in org.praxislive.core.services that return types with arguments of type ComponentTypeModifier and TypeMethodDescriptionComponentFactory.componentTypes()Component types provided by this factory.ComponentFactory.Deprecated.replacement()Returns the value of thereplacementrecord component.ComponentFactory.rootTypes()Root types provided by this factory.Methods in org.praxislive.core.services with parameters of type ComponentTypeModifier and TypeMethodDescriptiondefault LookupComponentFactory.componentData(ComponentType type) Query the data associated with this component type.default ComponentComponentFactory.createComponent(ComponentType type) Create an instance of the component associated with this type.default RootComponentFactory.createRoot(ComponentType type) Create an instance of the root associated with this type.default LookupComponentFactory.rootData(ComponentType type) Query the data associated with this root type.Constructors in org.praxislive.core.services with parameters of type ComponentTypeModifierConstructorDescriptionDeprecated(ComponentType replacement) Deprecated with replacement type.Constructor parameters in org.praxislive.core.services with type arguments of type ComponentTypeModifierConstructorDescriptionDeprecated(Optional<ComponentType> replacement) Creates an instance of aDeprecatedrecord class. -
Uses of ComponentType in org.praxislive.hub.net
Methods in org.praxislive.hub.net with parameters of type ComponentTypeModifier and TypeMethodDescriptionbooleanDefaultProxyInfo.matches(String rootID, ComponentType rootType) booleanProxyInfo.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.project
Methods in org.praxislive.project that return ComponentTypeModifier and TypeMethodDescriptionGraphBuilder.Base.type()Component type.GraphElement.Component.type()Component type.Methods in org.praxislive.project with parameters of type ComponentTypeModifier and TypeMethodDescriptionGraphBuilder.Base.child(String id, ComponentType type, Consumer<GraphBuilder.Component> constructor) Add a child of the given type, configured by the passed in builder consumer.static GraphBuilder.ComponentGraphBuilder.component(ComponentType type) Create a component element builder for the provided component type.static GraphBuilder.RootGraphBuilder.root(String id, ComponentType type) Create a root element builder for the provided ID and type.