210211212213214215216
public SapphireEditor() { this.pluginId = FrameworkUtil.getBundle( getClass() ).getSymbolicName(); this.imageCache = new SwtResourceCache(); this.outline = null; this.actionsManager = new SapphireActionManager( this, getActionContexts() ); }