Uses of Class
org.praxislive.core.VetoException
-
Packages that use VetoException Package Description org.praxislive.base org.praxislive.code org.praxislive.core -
-
Uses of VetoException in org.praxislive.base
Methods in org.praxislive.base that throw VetoException Modifier and Type Method Description protected voidAbstractContainer. addChild(String id, Component child)protected voidAbstractRootContainer. addChild(String id, Component child)protected abstract voidAbstractContainer.Delegate. notifyChild(Component child)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 VetoException Modifier and Type Method Description voidCodeComponent. parentNotify(Container parent) -
Uses of VetoException in org.praxislive.core
Methods in org.praxislive.core that throw VetoException 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.
-