blob: bff340d3f2f935b3eee8b2d3b715913ccd7c3899 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019, 2020 Dirk Fauth.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Dirk Fauth <dirk.fauth@googlemail.com> - initial API and implementation
******************************************************************************/
package org.eclipse.nebula.widgets.nattable.reorder.command;
import org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand;
/**
* Command to reset column reordering.
*
* @since 1.6
*/
public class ResetColumnReorderCommand extends AbstractContextFreeCommand {
}