Uses of Class
com.jniwrapper.win32.shell.ComponentLocation

Packages that use ComponentLocation
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
 

Uses of ComponentLocation in com.jniwrapper.win32.shell
 

Methods in com.jniwrapper.win32.shell that return ComponentLocation
 ComponentLocation ActiveDesktopItem.getLocation()
          Returns a ComponentLocation structure that contains the position and size information.
 

Methods in com.jniwrapper.win32.shell with parameters of type ComponentLocation
 void ActiveDesktopItem.setLocation(ComponentLocation location)
          Sets the value of the property that contains the position and size information.
 

Constructors in com.jniwrapper.win32.shell with parameters of type ComponentLocation
ComponentLocation(ComponentLocation that)
          Creates an instance of ActiveDesktopItem with a specified item.