public interface Win32_Desktop
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
int |
getBorderWidth() |
String |
getCaption() |
boolean |
getCoolSwitch() |
int |
getCursorBlinkRate() |
String |
getDescription() |
boolean |
getDragFullWindows() |
int |
getGridGranularity() |
int |
getIconSpacing() |
String |
getIconTitleFaceName() |
int |
getIconTitleSize() |
boolean |
getIconTitleWrap() |
String |
getName() |
String |
getPattern() |
boolean |
getScreenSaverActive() |
String |
getScreenSaverExecutable() |
boolean |
getScreenSaverSecure() |
int |
getScreenSaverTimeout() |
String |
getSettingID() |
String |
getWallpaper() |
boolean |
getWallpaperStretched() |
boolean |
getWallpaperTiled() |
static List<Win32_Desktop> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_Desktop> client) |
int getBorderWidth()
String getCaption()
boolean getCoolSwitch()
int getCursorBlinkRate()
String getDescription()
boolean getDragFullWindows()
int getGridGranularity()
int getIconSpacing()
String getIconTitleFaceName()
int getIconTitleSize()
boolean getIconTitleWrap()
String getName()
String getPattern()
boolean getScreenSaverActive()
String getScreenSaverExecutable()
boolean getScreenSaverSecure()
int getScreenSaverTimeout()
String getSettingID()
String getWallpaper()
boolean getWallpaperStretched()
boolean getWallpaperTiled()
static void query(CIMV2Wmi wmi, Consumer<Win32_Desktop> client)
static List<Win32_Desktop> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.