/******************************************************************************* * Copyright (c) 2011 Subgraph. * 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: * Subgraph - initial API and implementation ******************************************************************************/ package com.subgraph.vega.ui.http.preferencepage; public class PreferenceConstants { public static final String P_CONFIG_POPUP = "ConfigPopup"; public static final String P_PROXY_PORT = "ProxyPort"; public static final String P_USER_AGENT = "UserAgent"; public static final String P_USER_AGENT_OVERRIDE = "UserAgentOverride"; public static final String P_DISABLE_BROWSER_CACHE = "DisableBrowserCache"; public static final String P_DISABLE_PROXY_CACHE = "DisableProxyCache"; }