Class xdo_search_t


  • @FieldOrder({"title","winclass","winclassname","winname","pid","max_depth","screen","require","searchmask","desktop","limit"})
    public class xdo_search_t
    extends com.sun.jna.Structure
    C struct xdo_search_t in xdo.h Author: Edwin Heerschap
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  xdo_search_t.require
      Used for the 'require' field in xdo_search_t.
      static class  xdo_search_t.searchmask
      Used for the 'searchmask' field in xdo_search_t
      • Nested classes/interfaces inherited from class com.sun.jna.Structure

        com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue, com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
    • Constructor Summary

      Constructors 
      Constructor Description
      xdo_search_t()  
    • Method Summary

      • Methods inherited from class com.sun.jna.Structure

        allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • title

        public java.lang.String title
      • winclass

        public java.lang.String winclass
      • winclassname

        public java.lang.String winclassname
      • winname

        public java.lang.String winname
      • pid

        public int pid
      • max_depth

        public long max_depth
      • only_visible

        public int only_visible
      • screen

        public int screen
      • require

        public int require
      • searchmask

        public int searchmask
      • desktop

        public long desktop
      • limit

        public int limit
    • Constructor Detail

      • xdo_search_t

        public xdo_search_t()