blob: eff0b766c6f73bfe7bbadb75f7b2a0918d79be3c [file] [log] [blame]
/*
* Copyright (c) 2006, 2009 Borland Software Corporation 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:
* Borland Software Corporation - initial API and implementation
*/
package org.eclipse.gmf.graphdef.editor.preferences;
import org.eclipse.gmf.graphdef.editor.part.GMFGraphDiagramEditorPlugin;
import org.eclipse.gmf.runtime.diagram.ui.preferences.AppearancePreferencePage;
/**
* @generated
*/
public class DiagramAppearancePreferencePage extends AppearancePreferencePage {
/**
* @generated
*/
public DiagramAppearancePreferencePage() {
setPreferenceStore(GMFGraphDiagramEditorPlugin.getInstance().getPreferenceStore());
}
}