Uses of Class
javax.swing.tree.ExpandVetoException
 
   -  
      
Packages that use ExpandVetoException 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.event 提供由Swing组件触发的事件。 -  
      
-  
        
Uses of ExpandVetoException in javax.swing
Methods in javax.swing that throw ExpandVetoException 变量和类型 方法 描述 voidJTree. fireTreeWillCollapse(TreePath path)通知所有已注册对此事件类型的通知感兴趣的听众。voidJTree. fireTreeWillExpand(TreePath path)通知所有已注册对此事件类型的通知感兴趣的听众。 -  
        
Uses of ExpandVetoException in javax.swing.event
Methods in javax.swing.event that throw ExpandVetoException 变量和类型 方法 描述 voidTreeWillExpandListener. treeWillCollapse(TreeExpansionEvent event)每当树中的节点即将折叠时调用。voidTreeWillExpandListener. treeWillExpand(TreeExpansionEvent event)每当树中的节点即将展开时调用。 
 -