RSE
Release 1.0

org.eclipse.rse.dstore.security
Class ImageRegistry

java.lang.Object
  extended byorg.eclipse.rse.dstore.security.ImageRegistry

public class ImageRegistry
extends Object


Field Summary
protected static HashMap _imageDescriptors
           
protected static HashMap _images
           
static ImageDescriptor DESC_IMG_CERTIF_FILE
           
static ImageDescriptor DESC_IMG_WZ_IMPORT_CERTIF
           
static String IMG_CERTIF_FILE
           
static String IMG_WZ_IMPORT_CERTIF
           
static String T_OBJ
           
static String T_WIZBAN
           
 
Constructor Summary
ImageRegistry()
           
 
Method Summary
static Image getImage(String name)
           
static ImageDescriptor getImageDescriptor(String name)
          Insert the method's description here.
static void setImageDescriptors(IAction action, String type, String relPath)
           
static void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

T_OBJ

public static final String T_OBJ
See Also:
Constant Field Values

T_WIZBAN

public static final String T_WIZBAN
See Also:
Constant Field Values

IMG_CERTIF_FILE

public static final String IMG_CERTIF_FILE
See Also:
Constant Field Values

IMG_WZ_IMPORT_CERTIF

public static final String IMG_WZ_IMPORT_CERTIF
See Also:
Constant Field Values

DESC_IMG_CERTIF_FILE

public static final ImageDescriptor DESC_IMG_CERTIF_FILE

DESC_IMG_WZ_IMPORT_CERTIF

public static final ImageDescriptor DESC_IMG_WZ_IMPORT_CERTIF

_images

protected static HashMap _images

_imageDescriptors

protected static HashMap _imageDescriptors
Constructor Detail

ImageRegistry

public ImageRegistry()
Method Detail

getImage

public static Image getImage(String name)

getImageDescriptor

public static ImageDescriptor getImageDescriptor(String name)
Insert the method's description here. Creation date: (2/16/2001 4:57:29 PM)

Parameters:
name - java.lang.String
Returns:
ImageDescriptor

setImageDescriptors

public static void setImageDescriptors(IAction action,
                                       String type,
                                       String relPath)

shutdown

public static void shutdown()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.