blob: 730d393371896399225f1c0f8d2baca861d24950 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013 itemis and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.examples.hummingbird20.diagram.gmf.preferences;
import org.eclipse.gmf.runtime.diagram.ui.preferences.ConnectionsPreferencePage;
import org.eclipse.sphinx.examples.hummingbird20.diagram.gmf.part.Hummingbird20DiagramEditorPlugin;
/**
* @generated
*/
public class DiagramConnectionsPreferencePage extends ConnectionsPreferencePage {
/**
* @generated
*/
public DiagramConnectionsPreferencePage() {
setPreferenceStore(Hummingbird20DiagramEditorPlugin.getInstance().getPreferenceStore());
}
}