/**
* Copyright 2009 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package org.safehaus.penrose.studio;
public class PenroseImage {
public final static String SPLASH = "images.splash";
public final static String LOGO = "images.logo";
public final static String LOGO16 = "images.logo16";
public final static String LOGO32 = "images.logo32";
public final static String WELCOME = "images.welcome";
public final static String DELETE_SMALL = "images.small.delete";
public final static String DELETE_LARGE = "images.large.delete";
public final static String CONNECT = "images.connect";
public final static String DISCONNECT = "images.disconnect";
public final static String NEW = "images.new";
public final static String EXIT = "images.exit";
public final static String REFRESH = "images.refresh";
public final static String ADD = "images.add";
public final static String KEY = "images.key";
public final static String NOKEY = "images.nokey";
public final static String MAPPING = "images.mapping";
// folders
public final static String FOLDER = "images.folder";
public final static String HOME_NODE = "images.home_node";
public final static String OPEN_FOLDER = "images.open_folder";
// data sources
public final static String CONNECTION = "images.connection";
public final static String SOURCE = "images.source";
public final static String BROWSER = "images.browser";
public final static String ROOT_DSE = "images.root_dse";
public final static String ADMINISTRATOR = "images.administrator";
public final static String PARTITION = "images.partition";
// schema
public final static String SCHEMA = "images.schema";
public final static String OBJECT_CLASS = "images.object_class";
public final static String ATTRIBUTE_TYPE = "images.attribute_type";
// properties
public final static String SYSTEM_PROPERTIES = "images.system_properties";
// modules
public final static String MODULE = "images.module";
public final static String CACHE = "images.cache";
// services
public final static String SERVICE = "images.service";
// loggers
public final static String LOGGER = "images.logger";
public final static String APPENDER = "images.appender";
// other
public final static String OBJECT = "images.object";
public final static String VALIDATION = "images.validation";
public final static String CONSOLE = "images.console";
}