/* ******************************************************************************
* Copyright (c) 2006-2012 XMind Ltd. and others.
*
* This file is a part of XMind 3. XMind releases 3 and
* above are dual-licensed under the Eclipse Public License (EPL),
* which is available at http://www.eclipse.org/legal/epl-v10.html
* and the GNU Lesser General Public License (LGPL),
* which is available at http://www.gnu.org/licenses/lgpl.html
* See http://www.xmind.net/license.html for details.
*
* Contributors:
* XMind Ltd. - initial API and implementation
*******************************************************************************/
package org.xmind.ui.internal.spreadsheet;
public class Spreadsheet {
public static final String SPREADSHEET_POLICY_ID = "org.xmind.ui.spreadsheet"; //$NON-NLS-1$
public static final String SPREADSHEET_STRUCTURE_ID = "org.xmind.ui.structure.spreadsheet"; //$NON-NLS-1$
public static final String P_IS_ALTERNATIVE_ROW = "isAlternativeRow"; //$NON-NLS-1$
public static final String P_USER_STRUCTURE_CLASS = "userStructureClass"; //$NON-NLS-1$
public static final String KEY_INSERTION_COLUMN_HEAD = "org.xmind.ui.spreadsheet.cache.insertionColumnHead"; //$NON-NLS-1$
public static final String TOOL_EDIT_COLUMN_HEAD = "org.xmind.ui.spreadsheet.tool.columnHeadEditTool"; //$NON-NLS-1$
public static final String TOOL_MOVE_COLUMN = "org.xmind.ui.spreadsheet.tool.moveColumn"; //$NON-NLS-1$
public static final String CACHE_INVALIDATING = "org.xmind.ui.spreadsheet.cache.invalidating"; //$NON-NLS-1$
public static final String CACHE_MOVE_SOURCE_COLUMN_HEAD = "org.xmind.ui.spreadsheet.cache.moveSourceColumnHead"; //$NON-NLS-1$
public static final String CACHE_COLUMN_INSERTION = "org.xmind.ui.spreadsheet.cache.columnInsertion"; //$NON-NLS-1$
public static final String TAG_COLUMNS = "columns"; //$NON-NLS-1$
public static final String TAG_COLUMN = "column"; //$NON-NLS-1$
public static final String EVENT_MODIFY_COLUMN_ORDER = "org.xmind.ui.spreadsheet.coreEvent.modifyColumnOrder"; //$NON-NLS-1$
public static final String PARAM_CHART = "chart"; //$NON-NLS-1$
public static final String PARAM_COLUMN = "column"; //$NON-NLS-1$
public static final String PARAM_COLUMN_HEAD = "columnHead"; //$NON-NLS-1$
}