Uses of Interface
org.praxislive.core.Container
Packages that use Container
-
Uses of Container in org.praxislive.base
Classes in org.praxislive.base that implement ContainerModifier and TypeClassDescriptionclassAbstract base class forContainersupporting all controls ofContainerProtocol.static classDelegate base class to be used inside a wrapper class implementingContainer.classMethods in org.praxislive.base that return ContainerModifier and TypeMethodDescriptionAbstractComponent.getParent()AbstractRootContainer.getParent()Methods in org.praxislive.base with parameters of type ContainerModifier and TypeMethodDescriptionstatic FilteredTypesCreate a FilteredTypes for the provided context.static 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, 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.voidAbstractComponent.parentNotify(Container parent) voidAbstractRootContainer.parentNotify(Container parent) -
Uses of Container in org.praxislive.code
Classes in org.praxislive.code that implement ContainerModifier and TypeClassDescriptionclassCodeContainer<D extends CodeContainerDelegate>A CodeContainer is a Container instance that is rewritable at runtime.classCodeRootContainer<D extends CodeRootContainerDelegate>Acontainer instance that is rewritable at runtime.invalid reference
RootMethods in org.praxislive.code that return ContainerMethods in org.praxislive.code with parameters of type ContainerModifier and TypeMethodDescriptionvoidCodeComponent.parentNotify(Container parent) voidCodeRoot.parentNotify(Container parent) -
Uses of Container in org.praxislive.core
Methods in org.praxislive.core that return ContainerModifier and TypeMethodDescriptionComponent.getParent()Return the Container that is the immediate parent of this Component, or null if this Component is not currently contained within a Component hierarchy.Methods in org.praxislive.core with parameters of type ContainerModifier and TypeMethodDescriptionvoidComponent.parentNotify(Container parent) Notify the Component that it has been added to the supplied Container, or removed from its parent if the supplied argument is null.