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 Modifier and Type 方法 描述 void
JTree. fireTreeWillCollapse(TreePath path)
通知所有在此事件类型上通知有兴趣的听众。void
JTree. fireTreeWillExpand(TreePath path)
通知所有在此事件类型上通知有兴趣的听众。 -
Uses of ExpandVetoException in javax.swing.event
Methods in javax.swing.event that throw ExpandVetoException Modifier and Type 方法 描述 void
TreeWillExpandListener. treeWillCollapse(TreeExpansionEvent event)
每当树中的节点即将被折叠时调用。void
TreeWillExpandListener. treeWillExpand(TreeExpansionEvent event)
每当树中的节点即将被扩展时调用。
-