Uses of Class
com.jniwrapper.win32.ui.Wnd.Ancestor

Packages that use Wnd.Ancestor
com.jniwrapper.win32.ui The com.jniwrapper.win32.ui package contains auxilious classes for working with native windows, such as Wnd, which provides you with useful window related functionality, WindowProc, which is designed for obtaining native window messages etc. 
 

Uses of Wnd.Ancestor in com.jniwrapper.win32.ui
 

Fields in com.jniwrapper.win32.ui declared as Wnd.Ancestor
static Wnd.Ancestor Wnd.Ancestor.Parent
           
static Wnd.Ancestor Wnd.Ancestor.Root
           
static Wnd.Ancestor Wnd.Ancestor.RootOwner
           
 

Methods in com.jniwrapper.win32.ui with parameters of type Wnd.Ancestor
 Wnd Wnd.getAncestor(Wnd.Ancestor ancestor)
          Returns the ancestor of this window.