Uses of Interface
com.denova.runtime.WindowsConstants

Packages that use WindowsConstants
com.denova.JExpress.Installer Contains classes to customize the installer. 
com.denova.runtime Access the OS's menus, registry, system paths, and environment. 
 

Uses of WindowsConstants in com.denova.JExpress.Installer
 

Classes in com.denova.JExpress.Installer that implement WindowsConstants
 class CustomUninstaller
          Add commands to the uninstaller to remove files and directories that your custom installer classes or your app adds that you want removed when your app is deleted.
 

Uses of WindowsConstants in com.denova.runtime
 

Classes in com.denova.runtime that implement WindowsConstants
 class com.denova.runtime.WindowsCmdFile
           
 class WindowsCommands
          Provides access to the system path, setting permissons, etc.
 class WindowsDirs
          Access standard Windows directories.
 class WindowsMenus
          Manage menus and desktop icons for Windows.
 class WindowsRegistry
          Access the Windows registry.
 class WindowsServices
          Manage Windows services.
 class WindowsUtils
          Provides methods that are useful when working with Windows.