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 ComponentAbstractComponentFactory. createComponent(ComponentType type)RootAbstractComponentFactory. createRootComponent(ComponentType type)ComponentFactory.MetaData<? extends Component>AbstractComponentFactory. getMetaData(ComponentType type)ComponentFactory.MetaData<? extends Root>AbstractComponentFactory. getRootMetaData(ComponentType type) -
Uses of ComponentType in org.praxislive.code
Methods in org.praxislive.code that return ComponentType Modifier and Type Method Description ComponentTypeCodeFactory. getComponentType()Get the component type.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 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)Construct CodeFactory for a type extending the base code delegate type.CodeFactory(ClassBodyContext<D> cbc, ComponentType type, String template)Construct CodeFactory for a type extending the base code delegate type. -
Uses of ComponentType in org.praxislive.core
Methods in org.praxislive.core that return ComponentType Modifier and Type Method Description static ComponentTypeComponentType. of(String str)static ComponentTypeComponentType. parse(String str)Methods in org.praxislive.core that return types with arguments of type ComponentType Modifier and Type Method Description static Optional<ComponentType>ComponentType. from(Value arg) -
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.services
Methods in org.praxislive.core.services that return types with arguments of type ComponentType Modifier and Type Method Description Stream<ComponentType>ComponentFactory. componentTypes()Optional<ComponentType>ComponentFactory.MetaData. findReplacement()Stream<ComponentType>ComponentFactory. rootTypes()Methods in org.praxislive.core.services with parameters of type ComponentType Modifier and Type Method Description default ComponentComponentFactory. createComponent(ComponentType type)default RootComponentFactory. createRootComponent(ComponentType type)ComponentFactory.MetaData<? extends Component>ComponentFactory. getMetaData(ComponentType type)ComponentFactory.MetaData<? extends Root>ComponentFactory. getRootMetaData(ComponentType 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 booleanDefaultProxyInfo. 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.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)
-