D
Daniel Pitts
Has everything you've tried included adding a focus listener on all yourJason said:Is there a way to track component focus across an entire GUI? What I
am trying to do is keep toolbars updated (by updating their
corresponding actions) depending on what component is currently in
focus.
So...
MainView - this is parent view that holds all project and
propertyviews for my application. MainView contains a method called
"updateActions" which, when called, turns actions on and off depending
on the current status of the application.
What I'd like to have happen is that, when any focus change occurs,
the updateActions method is called. Everything I've tried so far is
not accomplishing this. Any insight provided would be much
appreciated.
Thanks
components?