Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] GEF RCP Shapes example

Hello,

I am new to GEF and I have been attempting to move the RCP Shapes example code into a RCP project I have created from scratch. Unfortunately I am getting errors with the following imported classes


import org.eclipse.ui.dialogs.WizardNewFileCreationPage;
import org.eclipse.ui.ide.IDE;
import org.eclipse.ui.views.contentoutline.IContentOutlinePage;

I was wondering if these have become deprecated?

Any help is much appreciated,

Thanks,

Kris.



Back to the top