Package com.github.mike10004.xvfbmanager
Class XvfbController.XWindow
- java.lang.Object
-
- com.github.mike10004.xvfbmanager.XvfbController.XWindow
-
- Enclosing interface:
- XvfbController
public static class XvfbController.XWindow extends Object
Class representing information about a window rendered by an X server.
-
-
Field Detail
-
id
public final String id
Window ID. This is commonly an integer in hexadecimal format, for example0x38ab0e.
-
title
@Nullable public final String title
Window title. Null means the window has no title. The title may also be empty, though that is not common.
-
line
public final String line
The line of output from which this window instance was parsed. This is a line from
-
-