实现GEF中editor的背景为网格 在editor中的initializeGraphicalViewer方法中加上如下代码即可:
getGraphicalViewer().setProperty(SnapToGrid.PROPERTY_GRID_ENABLED,new Boolean(true));getGraphicalViewer().setProperty(SnapToGrid.PROPERTY_GRID_VISIBLE, true);