/******************************************************************************* * Copyright (c) 2012 Google, Inc. * 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: * Google, Inc. - initial API and implementation *******************************************************************************/ package com.windowtester.runtime.swt.internal.settings; public interface IRuntimeSettingsConstants { public static int DEFAULT_CONTEXT_CLICK_DELAY = 5000; public static int UNSET = Integer.MIN_VALUE; public static int DEFAULT_FINDER_RETRIES = 10; public static int DEFAULT_FINDER_RETRY_INTERVAL = 500; public static int DEFAULT_CONTEXT_MENU_VISIBLE_TIMEOUT = 10000; }