001    /**
002     * Copyright 2010 The Kuali Foundation Licensed under the
003     * Educational Community License, Version 2.0 (the "License"); you may
004     * not use this file except in compliance with the License. You may
005     * obtain a copy of the License at
006     *
007     * http://www.osedu.org/licenses/ECL-2.0
008     *
009     * Unless required by applicable law or agreed to in writing,
010     * software distributed under the License is distributed on an "AS IS"
011     * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
012     * or implied. See the License for the specific language governing
013     * permissions and limitations under the License.
014     */
015    
016    package org.kuali.student.common.ui.client.theme;
017    
018    import com.google.gwt.user.client.ui.Image;
019    
020    
021    public interface CommonImages {
022    
023        public Image getFooterImage();
024            public Image getHelpIcon();
025        public Image getOkIcon();
026        public Image getErrorIcon();
027        public Image getWarningIcon();
028        public Image getWarningDiamondIcon();
029        public Image getAsterisk();
030        public Image getEditCommentIcon();
031        public Image getDeleteCommentIcon();
032        public Image getSpacer();
033            public Image getCurriculumManagementImage();
034            public Image getSearchIcon();
035            public Image getDropDownIconBlack();
036            public Image getDropDownIconWhite();
037            public Image getDropDownIconCustom();
038            public Image getLightBulbIcon();
039        public Image getProgressSpinner();
040        public Image getCommentIcon();
041        public Image getPersonIcon();
042        public Image getDocumentIcon();
043        public Image getAnalysisIcon();
044            public Image getSpacerIcon();
045            public Image getApplicationIcon();
046            public Image getPeopleIcon();
047            public Image getBookIcon();
048            public Image getNodeIcon();
049            public Image getDisclosureOpenedIcon();
050            public Image getDisclosureClosedIcon();
051            public Image getRiceIcon();
052    }