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

Packages that use ActiveDesktopItem
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
com.jniwrapper.win32.shell.impl The com.jniwrapper.win32.shell.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.shell package. 
 

Uses of ActiveDesktopItem in com.jniwrapper.win32.shell
 

Methods in com.jniwrapper.win32.shell that return ActiveDesktopItem
 ActiveDesktopItem IActiveDesktop.getDesktopItem(int index)
          Returns the specified desktop item.
 ActiveDesktopItem IActiveDesktop.getDesktopItemByID(int id)
          Returns the desktop item that matches the given identification.
 ActiveDesktopItem IActiveDesktop.getDesktopItemBySource(java.net.URL source)
          Retrieves a desktop item using its source URL.
 

Methods in com.jniwrapper.win32.shell with parameters of type ActiveDesktopItem
 void IActiveDesktop.addDesktopItem(ActiveDesktopItem value)
          Adds a desktop item.
 void IActiveDesktop.addDesktopItemWithUI(Wnd wnd, ActiveDesktopItem value)
          Adds a desktop item to the Active Desktop after displaying user interfaces that confirm the addition of the desktop item, verify security zone permissions, and ask if the user wants to create a subscription.
 void IActiveDesktop.addUrl(Wnd wnd, java.net.URL source, ActiveDesktopItem item)
          Adds the desktop item associated with the specified URL.
 void IActiveDesktop.generateDesktopItemHtml(java.io.File file, ActiveDesktopItem item)
          Generates a generic HTML page containing the given desktop item.
 void IActiveDesktop.modifyDesktopItem(ActiveDesktopItem value, ModifyDesktopItemOptions options)
          Modifies the desktop item.
 void IActiveDesktop.removeDesktopItem(ActiveDesktopItem value)
          Removes the specified desktop item from the desktop.
 

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

Uses of ActiveDesktopItem in com.jniwrapper.win32.shell.impl
 

Methods in com.jniwrapper.win32.shell.impl that return ActiveDesktopItem
 ActiveDesktopItem IActiveDesktopImpl.getDesktopItem(int index)
           
 ActiveDesktopItem IActiveDesktopImpl.getDesktopItemByID(int id)
           
 ActiveDesktopItem IActiveDesktopImpl.getDesktopItemBySource(java.net.URL source)
           
 

Methods in com.jniwrapper.win32.shell.impl with parameters of type ActiveDesktopItem
 void IActiveDesktopImpl.addDesktopItem(ActiveDesktopItem value)
           
 void IActiveDesktopImpl.addDesktopItemWithUI(Wnd wnd, ActiveDesktopItem value)
           
 void IActiveDesktopImpl.addUrl(Wnd wnd, java.net.URL source, ActiveDesktopItem item)
           
 void IActiveDesktopImpl.generateDesktopItemHtml(java.io.File file, ActiveDesktopItem item)
           
 void IActiveDesktopImpl.modifyDesktopItem(ActiveDesktopItem value, ModifyDesktopItemOptions options)
           
 void IActiveDesktopImpl.removeDesktopItem(ActiveDesktopItem value)