Interface UiContainer
- All Known Subinterfaces:
AlertHandle, CreateUserDialogHandle, DialogHandle, LanguageSelectionDialogHandle, PasswordDialogHandle, RunningProcessesDialogHandle, ScreenHandle
public interface UiContainer
Shared base for
ScreenHandle and the DialogHandle family. Exposes the
widget-tree dump and screenshot diagnostics that work uniformly in both in-process and
subprocess mode.-
Method Summary
Modifier and TypeMethodDescriptionReturns this container's component tree as a string, for debugging.voidsaveScreenshot(File file) Save this container's underlying window as a PNG file.
-
Method Details
-
dumpAsString
Returns this container's component tree as a string, for debugging. -
saveScreenshot
Save this container's underlying window as a PNG file. Captures the full window. Parent directories of the file are created on demand. Existing files are overwritten.
-