[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Enabling/Disabling Interdependant Actions

Based on the way actions are done, when you create each action I would get it to listen to something that generates an event (even a PropertyChangeEvent for the "loggedIn" property would be fine).

Then call setEnabled(*) based on the property.

Later,
PW