Uses of Interface
org.praxislive.core.Container
-
Packages that use Container Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.tinkerforge -
-
Uses of Container in org.praxislive.base
Classes in org.praxislive.base that implement Container Modifier and Type Class Description classAbstractContainerAbstract base class forContainersupporting all controls ofContainerProtocol.static classAbstractContainer.DelegateDelegate base class to be used inside a wrapper class implementingContainer.classAbstractRootContainerMethods in org.praxislive.base that return Container Modifier and Type Method Description ContainerAbstractComponent. getParent()ContainerAbstractRootContainer. getParent()Methods in org.praxislive.base with parameters of type Container Modifier and Type Method Description static FilteredTypesFilteredTypes. create(Container context)Create 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.voidAbstractComponent. parentNotify(Container parent)voidAbstractRootContainer. parentNotify(Container parent) -
Uses of Container in org.praxislive.code
Classes in org.praxislive.code that implement Container Modifier and Type Class Description classCodeContainer<D extends CodeContainerDelegate>A CodeContainer is a Container instance that is rewritable at runtime.classCodeRootContainer<D extends CodeRootContainerDelegate>ARootcontainer instance that is rewritable at runtime.Methods in org.praxislive.code that return Container Modifier and Type Method Description ContainerCodeComponent. getParent()Methods in org.praxislive.code with parameters of type Container Modifier and Type Method Description voidCodeComponent. parentNotify(Container parent)voidCodeRoot. parentNotify(Container parent) -
Uses of Container in org.praxislive.core
Methods in org.praxislive.core that return Container Modifier and Type Method Description ContainerComponent. 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 Container Modifier and Type Method Description voidComponent. 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. -
Uses of Container in org.praxislive.tinkerforge
Classes in org.praxislive.tinkerforge that implement Container Modifier and Type Class Description classTFRoot
-