Uses of Class
com.jniwrapper.win32.ui.WindowPlacement

Packages that use WindowPlacement
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 WindowPlacement in com.jniwrapper.win32.ui
 

Methods in com.jniwrapper.win32.ui that return WindowPlacement
 WindowPlacement Wnd.getWindowPlacement()
          Retrieves the show state and the restored, minimized, and maximized positions of the window.
 

Methods in com.jniwrapper.win32.ui with parameters of type WindowPlacement
 void Wnd.setWindowPlacement(WindowPlacement placement)
          Set new window placement.