blob: 53c9dc4f35c56eae9308a27dda5c0846820d55cd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2010 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.gef.examples.logicdesigner.palette;
import org.eclipse.gef.ui.palette.PaletteCustomizer;
/**
* PaletteCustomizer for the logic example.
*
* @author Pratik Shah
*/
public class LogicPaletteCustomizer extends PaletteCustomizer {
/**
* @see org.eclipse.gef.ui.palette.PaletteCustomizer#revertToSaved()
*/
public void revertToSaved() {
}
/**
* @see org.eclipse.gef.ui.palette.PaletteCustomizer#save()
*/
public void save() {
}
}