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 void
AbstractContainer. addChild(String id, Component child)
protected void
AbstractRootContainer. addChild(String id, Component child)
protected abstract void
AbstractContainer.Delegate. notifyChild(Component child)
protected void
AbstractContainer. notifyChild(Component child)
void
AbstractComponent. parentNotify(Container parent)
void
AbstractRootContainer. parentNotify(Container parent)
-
Uses of VetoException in org.praxislive.code
Methods in org.praxislive.code that throw VetoException Modifier and Type Method Description void
CodeComponent. parentNotify(Container parent)
void
CodeRoot. parentNotify(Container parent)
-
Uses of VetoException in org.praxislive.core
Methods in org.praxislive.core that throw VetoException 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.
-