aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Informing other components about events in a JTree Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Informing other components about events in a JTree" Watch "Informing other components about events in a JTree" New topic
Author

Informing other components about events in a JTree

Mark Malkiewicz
Greenhorn

Joined: Feb 16, 2013
Posts: 5
I've written a presenter class that contains a JTree so It sets up the tree, attaches model, CellRenderer, etc.

The problem is that the presenter should allow to connect other components to itself that are interested in tree events (like when a node is selected).
It's like Observator programming pattern (where the presenter is subject) , although I don't want to use java.util.Observable class but make it simpler. Like handling events in standard Swing components.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Informing other components about events in a JTree
 
Similar Threads
JTree problem
JTree Selection Customization
JTree
JTree
JTree - editing