blob: 2d6ec6135647f74e478ea94ddc07b1fe6965ab66 [file] [log] [blame]
/*
* 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
*/
package com.google.eclipse.terminal.local.ui.preferences;
/**
* @author alruiz@google.com (Alex Ruiz)
*/
final class PreferenceNames {
static final String CLOSE_VIEW_ON_EXIT = "exitViewOnExit";
static final String BACKGROUND_COLOR = "backgroundColor";
static final String FOREGROUND_COLOR = "foregroundColor";
private PreferenceNames() {}
}