:: com :: sun :: star :: awt :: tree ::

exception ExpandVetoException
Base Hierarchy
ExpandVetoException
 ┗ ::com::sun::star::util::VetoException
    ┗ ::com::sun::star::uno::Exception
Description
Exception used to stop an expand/collapse from happening.
See also
XTreeExpansionListener, XTreeControl

Elements' Summary
Event The event that the exception was created for.  
Elements' Details
Event
TreeExpansionEvent Event;
Description
The event that the exception was created for.
Top of Page