/* * ------------------------------------------------------------------------- * Copyright 2014 * Centre for Information Modeling - Austrian Centre for Digital Humanities * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License * ------------------------------------------------------------------------- */ package org.emile.cirilo.dialog; import voodoosoft.jroots.core.CServiceName; /** * Description of the Class * * @author yoda * @created 07. September 2006 */ public class DialogNames { /** * Description of the Field */ public final static CServiceName PROPERTYTABLE_DIALOG = new CServiceName("PropertyTableDialog"); public final static CServiceName NEWOBJECT_DIALOG = new CServiceName("NewObjectDialog"); public final static CServiceName INGESTOBJECT_DIALOG = new CServiceName("IngestObjectDialog"); public final static CServiceName EDITOBJECT_DIALOG = new CServiceName("EditObjectDialog"); public final static CServiceName EDITDC_DIALOG = new CServiceName("EditDCDialog"); public final static CServiceName OBJECTEDITOR_DIALOG = new CServiceName("ObjectEditorDialog"); public final static CServiceName REPLACE_DIALOG = new CServiceName("ReplaceDialog"); public final static CServiceName SELECTLAYOUT_DIALOG = new CServiceName("SelectLayoutDialog"); public final static CServiceName LOCATION_DIALOG = new CServiceName("LocationDialog"); public final static CServiceName TEXTEDITOR = new CServiceName("TextEditor"); public final static CServiceName LOGIN_DIALOG = new CServiceName("LoginDialog"); public final static CServiceName LDAPLOGIN_DIALOG = new CServiceName("LDAPLoginDialog"); public final static CServiceName LOGIN_EXISTDIALOG = new CServiceName("LoginExistDialog"); public final static CServiceName MAKEENVIRONMENT_DIALOG = new CServiceName("MakeEnvironmentDialog"); public final static CServiceName TRANSFORM_DIALOG = new CServiceName("TransformDialog"); public final static CServiceName HARVESTER_DIALOG = new CServiceName("HarvesterDialog"); public final static CServiceName TEMPLATER_DIALOG = new CServiceName("TemplaterDialog"); public final static CServiceName CREATEDATASTREAM_DIALOG = new CServiceName("CreateDatastreamDialog"); public final static CServiceName INGESTEXCEL_DIALOG = new CServiceName("IngestExcelDialog"); public final static CServiceName OPTIONS_DIALOG = new CServiceName("OptionsDialog"); public final static CServiceName IMPORT_DIALOG = new CServiceName("ImportDialog"); public final static CServiceName HANDLE_DIALOG = new CServiceName("HandleDialog"); public final static CServiceName UPGRADE_DIALOG = new CServiceName("UpgradeDialog"); public final static CServiceName REORGANIZE_DIALOG = new CServiceName("ReorganizeDialog"); public final static CServiceName PROPERTY_DIALOG = new CServiceName("PropertyDialog"); }