Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] Graphical View ?

You're going to want to use GEF (Graphical Editor Framework) from IBM once
it's released. They have a version of it available for download at the
partnerworld site for WebSphere Studio Workbench, and have said the eclipse
release will be "real soon now"...

-- Scott

> -----Original Message-----
> From: platform-swt-dev-admin@xxxxxxxxxxx
> [mailto:platform-swt-dev-admin@xxxxxxxxxxx]On Behalf Of Joannides,
> Arnaud (CAP, CMF)
> Sent: Wednesday, April 10, 2002 10:56 AM
> To: platform-swt-dev@xxxxxxxxxxx
> Subject: [platform-swt-dev] Graphical View ?
>
>
> Hi,
>
> We begin development with SWT.
> We need to present in our application a graphic view of a network.
> This view will include icons to represent servers and lines to represent
> links between servers.
>
> We would like to offer the user the possibility to zoom in/out
> the view and
> move icons on the view.
>
> We would like to know which SWT class to use for the view
> (ViewForm, Group,
> Composite, ... ).
> This class would contain all the icons and links and would offer
> some basic
> operations on the view.
>
> Is there any JFace class that would be better to use ?
>
> Thanks in advance
>
> Arnaud Joannides
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>




Back to the top