/******************************************************************************* * Copyright 2017 Capital One Services, LLC and Bitwise, Inc. * 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 hydrograph.ui.propertywindow.transform.viewdata; /** * TransformViewDataDialogConstants * * @author Bitwise */ public class TransformViewDataDialogConstants { public static final String COPY_ICON = "/icons/enable_copy_icon.png"; public static final String PASTE_ICON = "/icons/paste_o.png"; public static final String BEGIN = " begins> \n"; public static final String END = " ends>"; public static final String START = "<"; public static final String EXTRA_LINE ="\n"; public static final String TAB="\t $ "; public static final String HYDROGRAPH = "/icons/app_icon.png"; public static final String COMMA = ","; public static final String EQUALTO = " = "; public static final String MAPTHROUGHBEGINS = "MapThrough Begins>"; public static final String MAPTHROUGHENDS = "MapThrough Ends>"; public static final String PASSTHROUGHBEGINS = "PassThrough Begins>"; public static final String PASSTHROUGHENDS = "PassThrough Ends>"; public static final String SEMICOLON = " ;"; }