[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How can I access actions in the ApplicationActionBarAdvisor ?

The action bar advisor runs once at window creation time.

You mean you'd like to disable some of the actions you created in your advisor? You would have to store them someplace and then make them available to your table viewer later somehow.

Later,
PW