Uses of Interface
com.leafdigital.ui.api.Window

Packages that use Window
com.leafdigital.ui.api The UI API provides a basic windowing interface library of widgets that can be constructed from XML. 
 

Uses of Window in com.leafdigital.ui.api
 

Methods in com.leafdigital.ui.api that return Window
 Window UI.createWindow(org.w3c.dom.Document d, java.lang.Object callbacks)
          Deprecated. Use UI.createWindow(String, Object) instead
 Window UI.createWindow(java.lang.String xml, java.lang.Object callbacks)
          Creates a Window from an XML document.
 Window UI.newWindow(java.lang.Object callbacks)
           
 



Copyright © 2011 Samuel Marshall. All rights reserved.