org.argosfields.resource
Class ResourceManager

java.lang.Object
  extended byorg.argosfields.resource.ResourceManager

public final class ResourceManager
extends Object

ResourceManager.java

Version:
$Revision: 1.3 $ $Date: 2003/10/21 14:59:48 $
Author:
Xavier Cho

Field Summary
static String ACTION_PREFIX
           
static String RESOURCE_BUNDLE
           
 
Method Summary
 Collection getActionNames()
           
 org.eclipse.swt.graphics.Image getImage(String key)
           
 org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String key)
           
static ResourceManager getInstance()
           
 String getString(String key)
           
 String getString(String key, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_BUNDLE

public static final String RESOURCE_BUNDLE
See Also:
Constant Field Values

ACTION_PREFIX

public static final String ACTION_PREFIX
See Also:
Constant Field Values
Method Detail

getInstance

public static ResourceManager getInstance()

getString

public String getString(String key)

getString

public String getString(String key,
                        Object[] args)

getImage

public org.eclipse.swt.graphics.Image getImage(String key)

getImageDescriptor

public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String key)

getActionNames

public Collection getActionNames()


Copyright © Gnome Korea. All Rights Reserved.