Uses of Class
com.jaxfront.core.xui.NLS

Packages that use NLS
com.jaxfront.core.dom   
com.jaxfront.core.ui   
com.jaxfront.core.util   
com.jaxfront.core.xui   
com.jaxfront.swing.ui.editor   
 

Uses of NLS in com.jaxfront.core.dom
 

Methods in com.jaxfront.core.dom that return NLS
 NLS Document.getNLS()
          Returns the NLS for this DOM.
 

Methods in com.jaxfront.core.dom with parameters of type NLS
 void Document.setNLS(NLS nls)
          Sets the NLS properties to use.
static Document DOMHelper.updateJAXFormsDOM(Document jaxformsDOM, Document targetDOM, org.w3c.dom.Document xmlDataDOM, Document xuiDOM, Document pdfXUIDOM, java.net.URL xsdURL, java.net.URL xuiURL, NLS nls, java.net.URL xmlURL)
           
 

Uses of NLS in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui with parameters of type NLS
 void ClipBoard.handleStyleNLS(Type sourceType, Type targetType, java.lang.String sourceXPath, java.lang.String targetXPath, NLS nls)
           
 boolean ClipBoard.paste(CopyTypeWrapper wrapper, Type type, NLS nls, boolean bruteforce, boolean releaseVisualizers)
          Paste the content of a type to another type.
 boolean ClipBoard.paste(Type type, NLS nls, boolean bruteforce)
           
 boolean ClipBoard.paste(Type type, NLS nls, boolean bruteforce, boolean releaseVisualizers)
          Paste the content of a type to another type.
 void ClipBoard.pasteNLS(CopyTypeWrapper wrapper, Type targetType, NLS nls)
           
 

Uses of NLS in com.jaxfront.core.util
 

Methods in com.jaxfront.core.util that return NLS
 NLS JAXFrontProperties.getNLS()
          Returns the core engine NLS properties.
 NLS JAXFrontProperties.getNLS(java.lang.String language)
          Returns the core engine NLS properties in the passed language.
 

Uses of NLS in com.jaxfront.core.xui
 

Methods in com.jaxfront.core.xui with parameters of type NLS
static void NLS.storeEmbeddedNLS(Document uiDOM, NLS nls)
           
 

Uses of NLS in com.jaxfront.swing.ui.editor
 

Methods in com.jaxfront.swing.ui.editor with parameters of type NLS
 void TemplateFileChooser.saveNLS(Document uiDOM, java.net.URL url, NLS nls, java.lang.String rootName)
           
 void ResourceChooser.saveNLS(Document uiDOM, java.net.URL url, NLS nls, java.lang.String rootName)
          Stores the nls at a given location.