Skip to content

Instantly share code, notes, and snippets.

View alorence's full-sized avatar

Antoine Lorence alorence

View GitHub Profile
@alorence
alorence / gist:8685116
Created January 29, 2014 10:17
Buggy Graphiti property sheet (Mac OS only)
package net.sf.orcc.xdf.ui.properties;
import org.eclipse.graphiti.ui.platform.GFPropertySection;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Text;
import org.eclipse.ui.views.properties.tabbed.ITabbedPropertyConstants;
import org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage;
public class TestPropertySection extends GFPropertySection implements
ITabbedPropertyConstants {