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 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>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) -
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
-