Uses of Interface
org.praxislive.core.TreeWriter
Packages that use TreeWriter
-
Uses of TreeWriter in org.praxislive.base
Classes in org.praxislive.base that implement TreeWriterModifier and TypeClassDescriptionfinal classA TreeWriter implementation that builds the data in the format specified by.invalid reference
SerializableProtocolMethods in org.praxislive.base with parameters of type TreeWriterModifier and TypeMethodDescriptionvoidAbstractComponent.write(TreeWriter writer) voidAbstractContainer.write(TreeWriter writer) voidAbstractRootContainer.write(TreeWriter writer) protected final voidAbstractContainer.writeChildren(TreeWriter writer) protected final voidAbstractContainer.writeConnections(TreeWriter writer) protected final voidAbstractComponent.writeMeta(TreeWriter writer) protected final voidAbstractComponent.writeTypeAndInfo(TreeWriter writer) Method parameters in org.praxislive.base with type arguments of type TreeWriterModifier and TypeMethodDescriptionMapTreeWriter.writeChild(String id, Consumer<TreeWriter> processor) -
Uses of TreeWriter in org.praxislive.code
Methods in org.praxislive.code with parameters of type TreeWriterModifier and TypeMethodDescriptionvoidCodeComponent.write(TreeWriter writer) voidCodeContainer.write(TreeWriter writer) voidCodeRootContainer.write(TreeWriter writer) voidDescriptor.write(TreeWriter writer) Write properties or annotations as part of serialization of the component.voidPropertyControl.Descriptor.write(TreeWriter writer) voidResourceProperty.Descriptor.write(TreeWriter writer) -
Uses of TreeWriter in org.praxislive.core
Methods in org.praxislive.core that return TreeWriterModifier and TypeMethodDescriptionTreeWriter.writeAnnotation(String key, String value) Write a custom annotation.TreeWriter.writeChild(String id, Consumer<TreeWriter> processor) Write the data for a child component.TreeWriter.writeConnection(Connection connection) Write a port connection between two child component.TreeWriter.writeInfo(ComponentInfo info) Write the component info.TreeWriter.writeProperty(String id, Value value) Write the value of a property.TreeWriter.writeType(ComponentType type) Write the component type.Methods in org.praxislive.core with parameters of type TreeWriterModifier and TypeMethodDescriptiondefault voidComponent.write(TreeWriter writer) If supported, write the state of this component to the providedTreeWriter.default voidContainer.write(TreeWriter writer) If supported, write the state of this container to the providedTreeWriter.Method parameters in org.praxislive.core with type arguments of type TreeWriterModifier and TypeMethodDescriptionTreeWriter.writeChild(String id, Consumer<TreeWriter> processor) Write the data for a child component.