JavaTM 2 Platform
Standard Ed. 6

类 javax.swing.tree.ExpandVetoException
的使用

使用 ExpandVetoException 的软件包
javax.swing 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 
javax.swing.event 供 Swing 组件触发的事件使用。 
 

javax.swingExpandVetoException 的使用
 

抛出 ExpandVetoExceptionjavax.swing 中的方法
 void JTree.fireTreeWillCollapse(TreePath path)
          通知已注册对获得此事件类型通知感兴趣的所有侦听器。
 void JTree.fireTreeWillExpand(TreePath path)
          通知已注册对获得此事件类型通知感兴趣的所有侦听器。
 

javax.swing.eventExpandVetoException 的使用
 

抛出 ExpandVetoExceptionjavax.swing.event 中的方法
 void TreeWillExpandListener.treeWillCollapse(TreeExpansionEvent event)
          每当树中的一个节点将被折叠时调用。
 void TreeWillExpandListener.treeWillExpand(TreeExpansionEvent event)
          每当树中的一个节点将被扩展时调用。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only