blob: 6ab01ca562de0142c346cb7ac99700ffa3f3034b [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
*/
public class SortFilterPageManager extends PreferenceManager {
public SortFilterPageManager() {
super('+');
}
}