Class UIFactory.UIFactoryExt

java.lang.Object
com.sun.javatest.tool.UIFactory
com.sun.javatest.tool.UIFactory.UIFactoryExt
Enclosing class:
UIFactory

public static class UIFactory.UIFactoryExt extends UIFactory
Extension to the UIFactory that allows to use more than one resource bundle. All methods accessing the resource bundle are overridden to search for a resource in the alternative bundle first, and, if not found, look up it in the original one. This class might be helpful, when a component extends another components from a different package.