|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.laf.xml.parse.BundleNode
Object which represents a single <bundle> element.
Constructor Summary | |
BundleNode(java.lang.String namespace, java.lang.String name) Creates a BundleNode |
Method Summary | |
java.lang.String |
getBundleName() Returns the fully-qualified class name of the bundle that is defined by this BundleNode. |
java.lang.String |
getBundleNamespace() Returns the namespace of the UIExtension for which this bundle provides translations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BundleNode(java.lang.String namespace, java.lang.String name)
namespace
- The namespace of UIExtension which this bundle is registered for.name
- The fully-qualified class name of the bundleMethod Detail |
public java.lang.String getBundleNamespace()
public java.lang.String getBundleName()
|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |