[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.gef] Re: Editing capabilities with GEF in Eclipse View

Hi,

all you need to use GEF is an SWT Control...So you can use GEF with an Eclipse View (ViewPart). Look at this example, that may help: http://www.eclipse.org/gef/reference/digraph1.php#Digraph1View

Cheers,
René

valeri111 wrote:
Hi all,
Is it possible to create an Eclipse View with editing capabilities provided by GEF ( to act as editor but in a view )?