blob: 9e4bbd40916c11f505ed32d80f26c99ab1ab34fa [file] [log] [blame]
/*=============================================================================#
# Copyright (c) 2012, 2020 Original NatTable authors and others.
#
# 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:
# Original NatTable authors and others - initial API and implementation
#=============================================================================*/
package org.eclipse.statet.ecommons.waltable.freeze;
import org.eclipse.swt.graphics.Color;
import org.eclipse.statet.ecommons.waltable.style.ConfigAttribute;
public interface IFreezeConfigAttributes {
ConfigAttribute<Color> SEPARATOR_COLOR= new ConfigAttribute<>();
}