Skip to main content

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

Arnaud,

GEF is available for download at
http://www.developer.ibm.com/websphere/workbench.html.  Registration is
required.  For WSWB, it is downloadable separately in the "Patches and
Plugins" section.  For 2.0, it is included in the WSWB download.

Dan Kehn

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

From: "Joannides, Arnaud (CAP, CMF)" <Arnaud.Joannides@xxxxxxxxxxxxx>
To: platform-swt-dev@xxxxxxxxxxx
Date: Wed, 10 Apr 2002 16:56:05 +0200
Subject: [platform-swt-dev] Graphical View ?
Reply-To: platform-swt-dev@xxxxxxxxxxx

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



Back to the top