Package com.e1c.langtool.ui
Class TransSharedImages
java.lang.Object
com.e1c.langtool.ui.TransSharedImages
Common images used by the workbench which may be useful to other plug-ins.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.swt.graphics.ImageRetrieves the specified image from the translation ui plugin's image registry.static org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor(String symbolicName) Retrieves the image descriptor for specified image from the translation ui plugin's image registry.static voidinitializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)
-
Field Details
-
T_ELCL16
- See Also:
-
T_OBJ16
- See Also:
-
T_VIEW16
- See Also:
-
T_WIZBAN
- See Also:
-
IMG_WIZBAN_GENERATE_STRING_SETTINGS
- See Also:
-
IMG_WIZBAN_GENERATE_STRING_PREVIEW
- See Also:
-
IMG_OBJ16_MODEL_GROUP
- See Also:
-
IMG_OBJ16_MODEL_INTERFACE_COMPUTED
- See Also:
-
IMG_OBJ16_MODEL_MODEL_UNKNOWN
- See Also:
-
IMG_OBJ16_MODEL_INTERFACE
- See Also:
-
IMG_OBJ16_MODEL_MODEL_COMPUTED
- See Also:
-
IMG_OBJ16_MODEL_MODEL_KEY
- See Also:
-
IMG_OBJ16_MODEL_MODEL
- See Also:
-
IMG_OBJ16_MODEL_RESOURCE
- See Also:
-
IMG_OBJ16_TRANSLATE_LANGUAGE
- See Also:
-
IMG_ELCL16_RUN_TRANSLATION
- See Also:
-
IMG_ELCL16_AUTO_TRANSLATION
- See Also:
-
IMG_ELCL16_TXT_PROCESSING
- See Also:
-
IMG_ELCL16_SWAP_LANGUAGES
- See Also:
-
IMG_ELCL16_ADD_TRANSLATE_LANGUAGE
- See Also:
-
IMG_ELCL16_ADD_TRANSLATED_PROJECT
- See Also:
-
IMG_ELCL16_HIDE_FILLED_TRANSLATION
- See Also:
-
IMG_ELCL16_SHOW_ANY
- See Also:
-
IMG_ELCL16_SHOW_MODEL
- See Also:
-
IMG_ELCL16_SHOW_INTERFACE
- See Also:
-
IMG_ELCL16_EXPAND_ALL
- See Also:
-
IMG_ELCL16_COLLAPSE_ALL
- See Also:
-
IMG_ELCL16_REFRESH
- See Also:
-
IMG_ELCL16_REFRESH_STAT
- See Also:
-
IMG_ELCL16_EXPORT_STAT
- See Also:
-
IMG_ELCL16_SETTINGS
- See Also:
-
IMG_ELCL16_FLAT_MODE
- See Also:
-
IMG_ELCL16_3DOTS
- See Also:
-
IMG_ELCL16_OPEN
- See Also:
-
IMG_ELCL16_HIERARCHICAL_MODE
- See Also:
-
IMG_WIZBAN_TRANSLATED_PROJECT
- See Also:
-
IMG_WIZBAN_TRANSLATE_LANGUAGE
- See Also:
-
-
Constructor Details
-
TransSharedImages
public TransSharedImages()
-
-
Method Details
-
initializeImageRegistry
public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) -
getImage
Retrieves the specified image from the translation ui plugin's image registry. Note: The returnedImageis managed by the workbench; clients must not dispose of the returned image.- Parameters:
symbolicName- the symbolic name of the image; there are constants declared in this interface for build-in images that come with the workbench- Returns:
- the image, or
nullif not found
-
getImageDescriptor
Retrieves the image descriptor for specified image from the translation ui plugin's image registry. UnlikeImages, image descriptors themselves do not need to be disposed.- Parameters:
symbolicName- the symbolic name of the image; there are constants declared in this interface for build-in images that come with the workbench- Returns:
- the image descriptor, or
nullif not found
-