Liking cljdoc? Tell your friends :D

javax.swing.tree.ExpandVetoException

Exception used to stop and expand/collapse from happening. See How to Write a Tree-Will-Expand Listener in The Java Tutorial for further information and examples.

Exception used to stop and expand/collapse from happening.
See How to Write a Tree-Will-Expand Listener
in The Java Tutorial
for further information and examples.
raw docstring

->expand-veto-exceptionclj

(->expand-veto-exception event)
(->expand-veto-exception event message)

Constructor.

Constructs an ExpandVetoException object with the specified message.

event - a TreeExpansionEvent object - javax.swing.event.TreeExpansionEvent message - a String containing the message - java.lang.String

Constructor.

Constructs an ExpandVetoException object with the specified message.

event - a TreeExpansionEvent object - `javax.swing.event.TreeExpansionEvent`
message - a String containing the message - `java.lang.String`
raw docstring

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

× close