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 class
AbstractContainer
Abstract base class forContainer
supporting all controls ofContainerProtocol
.static class
AbstractContainer.Delegate
Delegate base class to be used inside a wrapper class implementingContainer
.class
AbstractRootContainer
Methods in org.praxislive.base that return Container Modifier and Type Method Description Container
AbstractComponent. getParent()
Container
AbstractRootContainer. getParent()
Methods in org.praxislive.base with parameters of type Container Modifier and Type Method Description static FilteredTypes
FilteredTypes. create(Container context)
Create a FilteredTypes for the provided context.static FilteredTypes
FilteredTypes. 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 FilteredTypes
FilteredTypes. 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.void
AbstractComponent. parentNotify(Container parent)
void
AbstractRootContainer. parentNotify(Container parent)
-
Uses of Container in org.praxislive.code
Classes in org.praxislive.code that implement Container Modifier and Type Class Description class
CodeContainer<D extends CodeContainerDelegate>
A CodeContainer is a Container instance that is rewritable at runtime.class
CodeRootContainer<D extends CodeRootContainerDelegate>
ARoot
container instance that is rewritable at runtime.Methods in org.praxislive.code that return Container Modifier and Type Method Description Container
CodeComponent. getParent()
Methods in org.praxislive.code with parameters of type Container Modifier and Type Method Description void
CodeComponent. parentNotify(Container parent)
void
CodeRoot. parentNotify(Container parent)
-
Uses of Container in org.praxislive.core
Methods in org.praxislive.core that return Container Modifier and Type Method Description Container
Component. 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 void
Component. 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 class
TFRoot
-