/** * Copyright 2004-2016 Riccardo Solmi. All rights reserved. * This file is part of the Whole Platform. * * The Whole Platform is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The Whole Platform is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with the Whole Platform. If not, see <http://www.gnu.org/licenses/>. */ package org.whole.gen.lang; public class ClassNames { public static final String EditPartFactoryName = "org.eclipse.gef.EditPartFactory"; public static final String UnexecutableCommandName = "org.eclipse.gef.commands.UnexecutableCommand"; public static final String EnablerPredicateFactoryName = "org.whole.lang.ui.actions.EnablerPredicateFactory"; public static final String ActionFactoryName = "org.whole.lang.ui.editor.ActionFactory"; public static final String AbstractEditorKitName = "org.whole.lang.ui.editor.AbstractEditorKit"; public static final String IActionFactoryName = "org.whole.lang.ui.editor.IActionFactory"; public static final String AbstractPartName = "org.whole.lang.ui.editparts.AbstractPart"; public static final String BaseFragmentPartName = "org.whole.lang.ui.editparts.BaseFragmentPart"; public static final String CompositeColumnPartName = "org.whole.lang.ui.editparts.CompositeColumnPart"; public static final String CompositeRowPartName = "org.whole.lang.ui.editparts.CompositeRowPart"; public static final String EditPartName = "org.eclipse.gef.EditPart"; public static final String EmptyOptionalPartName = "org.whole.lang.ui.editparts.EmptyOptionalPart"; public static final String PlaceHolderPartName = "org.whole.lang.ui.editparts.PlaceHolderPart"; public static final String IEditPartFactoryName = "org.whole.lang.ui.editparts.IEditPartFactory"; public static final String LabelCellEditorLocatorName = "org.whole.lang.ui.editparts.LabelCellEditorLocator"; public static final String LabelDirectEditManagerName = "org.whole.lang.ui.editparts.LabelDirectEditManager"; public static final String MetaFragmentPartName = "org.whole.lang.ui.editparts.MetaFragmentPart"; public static final String SimplePartName = "org.whole.lang.ui.editparts.SimplePart"; public static final String SimpleFoldablePartName = "org.whole.lang.ui.editparts.SimpleFoldablePart"; public static final String VariablePartName = "org.whole.lang.ui.editparts.VariablePart"; public static final String GrammarRuleFigureName = "org.whole.lang.ui.figures.GrammarRuleFigure"; public static final String GrammarRuleFoldableFigureName = "org.whole.lang.ui.figures.GrammarRuleFoldableFigure"; public static final String StyledLabelName = "org.whole.lang.ui.figures.StyledLabel"; public static final String CommandFactoryName = "org.whole.lang.ui.requests.CommandFactory"; public static final String ICommandFactoryName = "org.whole.lang.ui.requests.ICommandFactory"; public static final String TextualASTPartFactoryName = "org.whole.lang.ui.notations.ast.editparts.textual.TextualASTPartFactory"; }