oracle.jdeveloper.tree
Interface TreeMouseClickHandler
- public interface TreeMouseClickHandler
This interface is to be implemented by the object that is to respond when a tree node receives a mouse click. The TreeMouseAdapter interface expects to get a reference to an object that implements the TreeMouseClickHandler interface. If the object does implement the interface, then the handleMouseClick() method is messaged.
handleMouseClick
public void handleMouseClick()
Copyright © 1997, 2004, Oracle. All rights reserved.