blob: df1f525603a43d2af97398ece74073d82c5646c0 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2002, 2003 IBM 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:
* IBM Corporation - initial API and implementation
****************************************************************************/
package org.eclipse.gmf.runtime.diagram.ui.internal.dialogs.sortfilter;
import org.eclipse.jface.preference.PreferenceManager;
/**
* <code>PageManager</code> for the Sort/Filter dialog.
*
* @author jcorchis
* @canBeSeenBy org.eclipse.gmf.runtime.diagram.ui.*
*/
public class SortFilterPageManager extends PreferenceManager {
public SortFilterPageManager() {
super('+');
}
}