blob: e6fe71e99478bd923a030bd95960931ebdb556cf [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
* 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:
* Pierre Allard,
* Regent L'Archeveque - initial API and implementation
*
* SPDX-License-Identifier: EPL-1.0
*
*******************************************************************************/
package org.eclipse.apogy.core.environment.ui;
public class ApogyCoreEnvironmentUIRCPConstants {
/**
* Active timeSource placeholder
*/
public static final String PLACEHOLDER__ACTIVE_TIME_SOURCE__ID = "org.eclipse.apogy.core.environment.ui.placeholder.activeTimeSource";
/**
* Toggle activeTimeSourcePart command
*/
public static final String COMMAND__TOGGLE_ACTIVE_TIME_SOURCE_PART__ID = "org.eclipse.apogy.core.environment.ui.command.toggleActiveTimeSource";
public static final String COMMAND_PARAMETER__TOGGLE_ACTIVE_TIME_SOURCE__SHOW = "org.eclipse.apogy.core.environment.ui.commandparameter.toggleActiveTimeSource.show";
/**
* ToolControl activeTimeSource
*/
public static final String TOOL_CONTROL__TIME_SOURCES__ID = "org.eclipse.apogy.rcp.toolcontrol.timeSourceToolControl";
/**
* Part IDs for selectionBasedParts.
*/
public static final String PART__TIME_SOURCES_LIST__ID = "org.eclipse.apogy.core.environment.ui.part.timeSourcesList";
/**
* Main window
*/
public static final String MAIN_WINDOW__ID = "org.eclipse.apogy.rcp.window.main";
}