Load XWT content dynamically [message #530994] |
Mon, 03 May 2010 06:01  |
Eclipse User |
|
|
|
Hi all,
Is it possible to load the XWT content in memory, modify it in memory, after that, call the XWT method to generate it as GUI?
Thank you.
ps. I need that to solve the inheritance issue in XWT.
|
|
|
|
|
|
|
Re: Load XWT content dynamically [message #575527 is a reply to message #530994] |
Mon, 03 May 2010 13:36  |
Eclipse User |
|
|
|
In your case, there is another possibility to add a "callback" as an option
of loading. We have already CREATED_ACTION. We could add another
BEFORE_PARSING_ACTION. The class could be:
public interface BeforeParsingAction {
String preprocess(String content);
}
Best regards
Yves YANG
"s00263668" <wilsontan81@gmail.com> wrote in message
news:hrm6t9$h1$1@build.eclipse.org...
> Hi all,
>
> Is it possible to load the XWT content in memory, modify it in memory,
> after that, call the XWT method to generate it as GUI?
>
> Thank you.
>
> ps. I need that to solve the inheritance issue in XWT.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03847 seconds