com.ibm.di.admin
Class Resource

java.lang.Object
  extended by com.ibm.di.admin.Resource

public class Resource
extends Object


Constructor Summary
Resource()
           
 
Method Summary
static String getDocument(String path)
           
static ImageIcon getIcon(String resource)
           
static int getInteger(String resource, int defval)
           
static JComponent getLeadLabel(String resource)
           
static String getMessage(String message, Object param)
           
static String getMessage(String message, Object[] params)
           
static ImageIcon getNLSIcon(String resource)
           
static String getString(String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource()
Method Detail

getInteger

public static int getInteger(String resource,
                             int defval)

getString

public static String getString(String resource)

getIcon

public static ImageIcon getIcon(String resource)

getNLSIcon

public static ImageIcon getNLSIcon(String resource)

getLeadLabel

public static JComponent getLeadLabel(String resource)

getMessage

public static String getMessage(String message,
                                Object[] params)

getMessage

public static String getMessage(String message,
                                Object param)

getDocument

public static String getDocument(String path)