Liking cljdoc? Tell your friends :D

javax.swing.event.TreeWillExpandListener

The listener that's notified when a tree expands or collapses a node. For further information and examples see How to Write a Tree-Will-Expand Listener, a section in The Java Tutorial.

The listener that's notified when a tree expands or collapses
a node.
For further information and examples see
How to Write a Tree-Will-Expand Listener,
a section in The Java Tutorial.
raw docstring

tree-will-collapseclj

(tree-will-collapse this event)

Invoked whenever a node in the tree is about to be collapsed.

event - javax.swing.event.TreeExpansionEvent

throws: javax.swing.tree.ExpandVetoException

Invoked whenever a node in the tree is about to be collapsed.

event - `javax.swing.event.TreeExpansionEvent`

throws: javax.swing.tree.ExpandVetoException
raw docstring

tree-will-expandclj

(tree-will-expand this event)

Invoked whenever a node in the tree is about to be expanded.

event - javax.swing.event.TreeExpansionEvent

throws: javax.swing.tree.ExpandVetoException

Invoked whenever a node in the tree is about to be expanded.

event - `javax.swing.event.TreeExpansionEvent`

throws: javax.swing.tree.ExpandVetoException
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close