- wddman - package wddman
-
- WDDMan - Class in wddman
-
The class WDDMan is the main class of the library WDDMan.
- WDDMan() - Constructor for class wddman.WDDMan
-
The constructor WindowsHandler() detects the operating system from
System.getProperty("os.name") and initializes class variables.
- WDDMan(OperatingSystem) - Constructor for class wddman.WDDMan
-
The constructor WindowsHandler(OperatingSystem operatingSystem)
initializes class variables according to operatingSystem.
- WDDManException - Exception in wddman
-
The exception WDDManException is thrown when there is an error.
- WDDManException() - Constructor for exception wddman.WDDManException
-
Creates a new instance of WindowsHandlerException
without
detail message.
- WDDManException(String) - Constructor for exception wddman.WDDManException
-
Constructs an instance of WindowsHandlerException
with the
specified detail message.
- Window - Interface in wddman
-
The interface Window represents a window.