org.eclipse.xtext.ui.internal
Class XtextPluginImages

java.lang.Object
  extended by org.eclipse.xtext.ui.internal.XtextPluginImages

public class XtextPluginImages
extends java.lang.Object

Bundle of all images used by the Xtext UI plugin. Inspired by PDEPluginImages.

Author:
Peter Friese - Initial contribution and API, Dennis Hübner

Field Summary
static org.eclipse.jface.resource.ImageDescriptor DESC_ALPHAB_SORT_CO
           
static org.eclipse.jface.resource.ImageDescriptor DESC_ALPHAB_SORT_CO_DISABLED
           
static org.eclipse.jface.resource.ImageDescriptor DESC_COLLAPSE_ALL
           
static org.eclipse.jface.resource.ImageDescriptor DESC_CORRECTION_CHANGE
           
static org.eclipse.jface.resource.ImageDescriptor DESC_EXPAND_ALL
           
static org.eclipse.jface.resource.ImageDescriptor DESC_FIXABLE_ERROR
           
static org.eclipse.jface.resource.ImageDescriptor DESC_FIXABLE_INFO
           
static org.eclipse.jface.resource.ImageDescriptor DESC_FIXABLE_WARNING
           
static org.eclipse.jface.resource.ImageDescriptor DESC_LANGUAGE_OBJ
           
static org.eclipse.jface.resource.ImageDescriptor DESC_LINK_WITH_EDITOR
          LCL
static org.eclipse.jface.resource.ImageDescriptor DESC_LINK_WITH_EDITOR_DISABLED
           
static org.eclipse.jface.resource.ImageDescriptor DESC_MARK_OCCURRENCES
           
static org.eclipse.jface.resource.ImageDescriptor DESC_MARK_OCCURRENCES_DISABLED
           
static org.eclipse.jface.resource.ImageDescriptor DESC_OPEN_DECLARATION
           
static org.eclipse.jface.resource.ImageDescriptor DESC_OPEN_DECLARATION_DISABLED
           
static org.eclipse.jface.resource.ImageDescriptor DESC_OVR_ERROR
          OVR16
static org.eclipse.jface.resource.ImageDescriptor DESC_OVR_WARNING
           
static org.eclipse.jface.resource.ImageDescriptor DESC_SEARCH_NEXT
           
static org.eclipse.jface.resource.ImageDescriptor DESC_SEARCH_PREVIOUS
           
static org.eclipse.jface.resource.ImageDescriptor DESC_SERVICE_LOADED_OBJ
          OBJ16
static org.eclipse.jface.resource.ImageDescriptor DESC_SERVICE_NOT_LOADED_OBJ
           
static java.lang.String ICONS_PATH
           
static java.lang.String OBJ_CORRECTION_CHANGE
           
static java.lang.String OBJ_DESC_LANGUAGE
           
static java.lang.String OBJ_DESC_SERVICE_LOADED
          Frequently used images
static java.lang.String OBJ_DESC_SERVICE_NOT_LOADED
           
static java.lang.String OBJ_FIXABLE_ERROR
           
static java.lang.String OBJ_FIXABLE_INFO
           
static java.lang.String OBJ_FIXABLE_WARNING
           
 
Constructor Summary
XtextPluginImages()
           
 
Method Summary
static org.eclipse.swt.graphics.Image get(java.lang.String key)
           
static java.util.Map<java.lang.String,org.eclipse.swt.graphics.Image> getAnnotationImagesDeleted()
           
static java.util.Map<java.lang.String,org.eclipse.swt.graphics.Image> getAnnotationImagesFixable()
           
static java.util.Map<java.lang.String,org.eclipse.swt.graphics.Image> getAnnotationImagesNonfixable()
           
static org.eclipse.swt.graphics.Image manage(java.lang.String key, org.eclipse.jface.resource.ImageDescriptor desc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ICONS_PATH

public static final java.lang.String ICONS_PATH
See Also:
Constant Field Values

OBJ_DESC_SERVICE_LOADED

public static final java.lang.String OBJ_DESC_SERVICE_LOADED
Frequently used images

See Also:
Constant Field Values

OBJ_DESC_SERVICE_NOT_LOADED

public static final java.lang.String OBJ_DESC_SERVICE_NOT_LOADED
See Also:
Constant Field Values

OBJ_DESC_LANGUAGE

public static final java.lang.String OBJ_DESC_LANGUAGE
See Also:
Constant Field Values

OBJ_CORRECTION_CHANGE

public static final java.lang.String OBJ_CORRECTION_CHANGE
See Also:
Constant Field Values

OBJ_FIXABLE_ERROR

public static final java.lang.String OBJ_FIXABLE_ERROR
See Also:
Constant Field Values

OBJ_FIXABLE_WARNING

public static final java.lang.String OBJ_FIXABLE_WARNING
See Also:
Constant Field Values

OBJ_FIXABLE_INFO

public static final java.lang.String OBJ_FIXABLE_INFO
Since:
2.3
See Also:
Constant Field Values

DESC_SERVICE_LOADED_OBJ

public static final org.eclipse.jface.resource.ImageDescriptor DESC_SERVICE_LOADED_OBJ
OBJ16


DESC_SERVICE_NOT_LOADED_OBJ

public static final org.eclipse.jface.resource.ImageDescriptor DESC_SERVICE_NOT_LOADED_OBJ

DESC_LANGUAGE_OBJ

public static final org.eclipse.jface.resource.ImageDescriptor DESC_LANGUAGE_OBJ

DESC_CORRECTION_CHANGE

public static final org.eclipse.jface.resource.ImageDescriptor DESC_CORRECTION_CHANGE

DESC_FIXABLE_ERROR

public static final org.eclipse.jface.resource.ImageDescriptor DESC_FIXABLE_ERROR

DESC_FIXABLE_WARNING

public static final org.eclipse.jface.resource.ImageDescriptor DESC_FIXABLE_WARNING

DESC_FIXABLE_INFO

public static final org.eclipse.jface.resource.ImageDescriptor DESC_FIXABLE_INFO
Since:
2.3

DESC_OVR_ERROR

public static final org.eclipse.jface.resource.ImageDescriptor DESC_OVR_ERROR
OVR16


DESC_OVR_WARNING

public static final org.eclipse.jface.resource.ImageDescriptor DESC_OVR_WARNING

DESC_LINK_WITH_EDITOR

public static final org.eclipse.jface.resource.ImageDescriptor DESC_LINK_WITH_EDITOR
LCL


DESC_ALPHAB_SORT_CO

public static final org.eclipse.jface.resource.ImageDescriptor DESC_ALPHAB_SORT_CO

DESC_LINK_WITH_EDITOR_DISABLED

public static final org.eclipse.jface.resource.ImageDescriptor DESC_LINK_WITH_EDITOR_DISABLED

DESC_ALPHAB_SORT_CO_DISABLED

public static final org.eclipse.jface.resource.ImageDescriptor DESC_ALPHAB_SORT_CO_DISABLED

DESC_SEARCH_PREVIOUS

public static final org.eclipse.jface.resource.ImageDescriptor DESC_SEARCH_PREVIOUS

DESC_SEARCH_NEXT

public static final org.eclipse.jface.resource.ImageDescriptor DESC_SEARCH_NEXT

DESC_EXPAND_ALL

public static final org.eclipse.jface.resource.ImageDescriptor DESC_EXPAND_ALL

DESC_COLLAPSE_ALL

public static final org.eclipse.jface.resource.ImageDescriptor DESC_COLLAPSE_ALL

DESC_OPEN_DECLARATION

public static final org.eclipse.jface.resource.ImageDescriptor DESC_OPEN_DECLARATION

DESC_OPEN_DECLARATION_DISABLED

public static final org.eclipse.jface.resource.ImageDescriptor DESC_OPEN_DECLARATION_DISABLED

DESC_MARK_OCCURRENCES

public static final org.eclipse.jface.resource.ImageDescriptor DESC_MARK_OCCURRENCES

DESC_MARK_OCCURRENCES_DISABLED

public static final org.eclipse.jface.resource.ImageDescriptor DESC_MARK_OCCURRENCES_DISABLED
Constructor Detail

XtextPluginImages

public XtextPluginImages()
Method Detail

get

public static org.eclipse.swt.graphics.Image get(java.lang.String key)

manage

public static org.eclipse.swt.graphics.Image manage(java.lang.String key,
                                                    org.eclipse.jface.resource.ImageDescriptor desc)

getAnnotationImagesNonfixable

public static java.util.Map<java.lang.String,org.eclipse.swt.graphics.Image> getAnnotationImagesNonfixable()

getAnnotationImagesFixable

public static java.util.Map<java.lang.String,org.eclipse.swt.graphics.Image> getAnnotationImagesFixable()

getAnnotationImagesDeleted

public static java.util.Map<java.lang.String,org.eclipse.swt.graphics.Image> getAnnotationImagesDeleted()