com.jniwrapper.win32.shell
package contains classes for Windows desktop integration.See: Description
Interface | Description |
---|---|
BalloonListener |
Event listener for watching balloon tooltip messages
|
TrayIconListener |
Defines interface for tray icon listener classes.
|
Class | Description |
---|---|
ActiveDesktopItem |
Represents
COMPONENT native structure. |
ActiveDesktopItem.ComponentType |
The class, which represents the type of the component
|
ApplicationBar |
The ApplicationBar class sets or retrieves the application bar state
implemented by the BarState class.
|
ApplicationBar.BarState |
BarState class is an enumeration of the application bar states such as
autohide, always-on-top or both.
|
ApplyChangesOptions |
Enumeration of all available flags for IActiveDesktop change options)} method.
|
BalloonAdapter |
Event adapter for watching balloon tooltip messages.
|
ComponentLocation |
Represents
COMPPOS native structure, which
holds information about position and size of the component |
DesktopItemOptions |
Represents
COMPONENTSOPT native structure. |
FileTypeAssociation |
This class provides functionality for creating file type associations.
|
Shell32 |
This class provides functions from shell32 library.
|
ShellFolder |
This class provides access to standard Windows shell folders.
|
ShellIcon |
This class provides functionality for extracting icons for file associations.
|
SHFileInfo |
SHFileInfo class represents SHFILEINFO structure, both ANSI and Unicode
kinds.
|
TrayIcon |
TrayIcon class enables to add/modify a tray icon and its properties such as hint,
icon, tooltip, callout.
|
TrayIconMouseAdapter | |
TrayMessage |
TrayMessage class represents callout attributes.
|
TrayMessage.Error | |
TrayMessage.Info | |
TrayMessage.Warning | |
WallpaperOptions |
Represents
WALLPAPEROPT native structure. |
WallpaperOptions.Style |
Enumeration of all available wallpaper styles.
|
com.jniwrapper.win32.shell
package contains classes for Windows desktop integration.
Particularly Shell functionality allows you to work with the application bar, tray icons, shell icons
and folders, set up desktop wallpapers etc.