com.ibm.di.admin
Class UIResource

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

public class UIResource
extends Object


Constructor Summary
UIResource()
           
 
Method Summary
static ImageIcon getIcon(String resource)
           
static int getInteger(String resource, int defval)
           
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

UIResource

public UIResource()
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)