Uses of Interface
to.etc.webapp.nls.IBundle

Packages that use IBundle
to.etc.domui.dom.html   
to.etc.webapp.nls   
 

Uses of IBundle in to.etc.domui.dom.html
 

Methods in to.etc.domui.dom.html that return IBundle
 IBundle NodeBase.findComponentBundle()
          Returns the component's message bundle stack.
 IBundle NodeBase.getComponentBundle()
          Returns the component's message bundle stack.
 

Methods in to.etc.domui.dom.html with parameters of type IBundle
 void NodeBase.setComponentBundle(IBundle bundle)
          Set a message bundle for this component.
 

Uses of IBundle in to.etc.webapp.nls
 

Classes in to.etc.webapp.nls that implement IBundle
 class BundleRef
          A bundleRef represents a single set of messages in multiple languages.
 class BundleStack
          Represents a stack of message bundles that behaves as a single message bundle.