Class 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 example 0x38ab0e.
      • 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
    • Constructor Detail

      • XWindow

        public XWindow​(String id,
                       @Nullable
                       String title,
                       String line)
        Constructs a new instance of the class.
        Parameters:
        id - window id
        title - window title
        line - line of output from which this window information was parsed