Class xdo_search_t


  • @FieldOrder({"title","winclass","winclassname","winname","pid","max_depth","only_visible","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/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
      • searchmask_SEARCH_TITLE

        public static final int searchmask_SEARCH_TITLE
        Used for the 'searchmask' field in xdo_search_t
        See Also:
        Constant Field Values
      • require_SEARCH_ANY

        public static final int require_SEARCH_ANY
        Used for the 'require' field in xdo_search_t.
        See Also:
        Constant Field Values
      • searchmask_SEARCH_CLASS

        public static final int searchmask_SEARCH_CLASS
        See Also:
        Constant Field Values
      • searchmask_SEARCH_ONLYVISIBLE

        public static final int searchmask_SEARCH_ONLYVISIBLE
        See Also:
        Constant Field Values
      • searchmask_SEARCH_SCREEN

        public static final int searchmask_SEARCH_SCREEN
        See Also:
        Constant Field Values
      • searchmask_SEARCH_CLASSNAME

        public static final int searchmask_SEARCH_CLASSNAME
        See Also:
        Constant Field Values
      • searchmask_SEARCH_DESKTOP

        public static final int searchmask_SEARCH_DESKTOP
        See Also:
        Constant Field Values
    • Constructor Detail

      • xdo_search_t

        public xdo_search_t()