| [news.eclipse.platform.swt] Re: Extend SWT with AspectJ |
Hello,
We need to integrate a Widget Access Control into SWT.
The so called WAC must for example be able to suppress a Widget.setEnabled(true) method invocation if the current user does not have the permission to enable the widget.
Our idea was to inject an interseptor behind the critical mehtods using AspectJ.
Does anybody have experience or read about someone extending SWT with AspectJ?
Kind regards, sascha bur