/******************************************************************************* * Copyright (c) 2006 IBM Corporation. * 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 - Jeff Briggs, Henry Hughes, Ryan Morse *******************************************************************************/ package org.eclipse.linuxtools.internal.systemtap.graphing.ui.preferences; public class GraphingPreferenceConstants { //graphing public static final String P_GRAPH_UPDATE_DELAY = "GraphUpdateDelay"; //$NON-NLS-1$ //graphing.datatable public static final String P_JUMP_NEW_TABLE_ENTRY = "JumpNewTableEntry"; //$NON-NLS-1$ public static final String P_AUTO_RESIZE = "AutoResizeColumns"; //$NON-NLS-1$ public static final String P_MAX_DATA_ITEMS = "MaxDataItems"; //$NON-NLS-1$ //graphing.graph public static final String P_SHOW_X_GRID_LINES = "ShowXGridLines"; //$NON-NLS-1$ public static final String P_SHOW_Y_GRID_LINES = "ShowYGridLines"; //$NON-NLS-1$ public static final String P_VIEWABLE_DATA_ITEMS = "ViewableDataItems"; //$NON-NLS-1$ public static final String P_X_SERIES_TICKS = "XSeriesTicks"; //$NON-NLS-1$ public static final String P_Y_SERIES_TICKS = "YSeriesTicks"; //$NON-NLS-1$ }