Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Question: UI for reflective access to interfaces?

Hi Remy.

Looks good.  I've opened a bug for this, if you want to attach it there:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=218584

Maybe we can enhance it and add to ui API. Seems like something like this would also be helpful for regular OSGi service development and testing...PDE?

Scott


Remy Chi Jian Suen wrote:
I didn't do 3 yet, but will this suffice?

Note that there isn't really any error checking (such as preventing a
user from entering letters for 'int' arguments or more than one
character for 'char' arguments, but anyway...).

Rem

On Feb 5, 2008 4:51 PM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
Hi Remy,

Remy Chi Jian Suen wrote:
On Feb 5, 2008 1:32 PM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:

I've been working on some examples using the ECF remoteservices API
(soon to have r-OSGI as provider/impl), and would like to present a user
interface that given an interface class, allows the user to:

How does the user specify the class?
The class is specified as a service property in the discovered service
(in the IServiceInfo).  The user doesn't need to specify anything other
than to select the discovered service and right click on it to bring up
the dynamically constructed context menu (which can be extended via the
org.eclipse.ecf.discovery.ui.serviceAccessHandler extension point).


Is the user just picking a random
.class file from some random location using an SWT FileDialog?
No.

Will
this be workspace-based?

I'm not sure.  It would be nice, I think, if it didn't need the whole
workspace, but if it was/is necessary I expect it would be OK since it's
more a tooling thing than a runtime thing I suspect.


Scott


_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev

------------------------------------------------------------------------

------------------------------------------------------------------------

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top