Uses of Class
org.praxislive.core.VetoException
Packages that use VetoException
-
Uses of VetoException in org.praxislive.base
Methods in org.praxislive.base that throw VetoExceptionModifier and TypeMethodDescriptionprotected voidprotected final voidprotected abstract voidAbstractContainer.Delegate.notifyChild(Component child) Notify the child of its addition to the container by calling through toComponent.parentNotify(org.praxislive.core.Container)with the wrapper instance.protected voidAbstractContainer.notifyChild(Component child) voidAbstractComponent.parentNotify(Container parent) voidAbstractRootContainer.parentNotify(Container parent) -
Uses of VetoException in org.praxislive.code
Methods in org.praxislive.code that throw VetoExceptionModifier and TypeMethodDescriptionvoidCodeComponent.parentNotify(Container parent) voidCodeRoot.parentNotify(Container parent) -
Uses of VetoException in org.praxislive.core
Methods in org.praxislive.core that throw VetoExceptionModifier 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.