[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[gef-dev] Using GEF Plugin As an Library
|
- From: malar vizhi <malarsow@xxxxxxxxx>
- Date: Mon, 3 Aug 2009 20:00:33 +0530
- Delivered-to: gef-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=eybBpyMCML1NkExjYc3DYESMEoKZAFK6mbeWJUTBF18=; b=UHB2PudoWEpcwPdwL9eGzIle8wCcSSICSoKmdKGSr0UywdavVv4yn+B9Se+UOowpwh LsAujd2OAixV4QR+chvFSAL/xGVSAeUyrotV3SJepBlCZliuEata06DgWnDlPhNuk5wv K2HaKl4ricTjULjtn5w+q6MHrXWem2zAAU+rk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ONNuLUCMzwcOkXziMnsv8j68MUUvKtmJszcsJfVH9xVogadqonfNOSc3gp3uExYwsr j404DtYs+dp7kbO+oUMwnBDAmW7/vQb9ZE81SXQTa3LvhBuRGtzdP7vpGMhh8SqgMO28 uPghzorB9tPCcbQMxSCTCgb8hNNkJAg3xnvbE=
Hello All,
I just want to make sure on one thing. I think, to run a GEF
shapes example, eclipse must be there in my system. Because it requires eclipse to run, opens another
eclipse workbench & running. Is it possible to develop my own simple java
project (not plugin project) to drag & drop some images from palette by
using GEF (org.eclipse.gef.examples.shapes.jar) plugin as a library? So that I
could invoke the required methods from GEF Package. My main concern is, project
should work with simple jre, it shouldn’t required eclipse to run once
developed. Will it be possible by this way?
Because my requirement is exactly like what shapes example giving
(drag & drop some image from palette & capture some details for each
image using property window).
Please give me some idea…
Thanks in Advance
Malar