Class AccessibleAttributeEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int alignment
      [out] the alignment, which is one of SWT#LEFT, SWT#RIGHT or SWT#CENTER
      String[] attributes
      [out] an array of alternating key and value Strings which represent additional (i.e. non predefined) attributes
      int bottomMargin
      [out] the bottom margin in pixels
      int groupCount
      [out] the 1-based number of similar children in this accessible's group, including this accessible (0 means "not applicable")
      int groupIndex
      [out] the 1-based index of this accessible in its group (0 means "not applicable")
      int groupLevel
      [out] the 1-based level of this accessible in its group (0 means "not applicable")
      int indent
      [out] the indent in pixels
      boolean justify
      [out] whether or not to justify the text
      int leftMargin
      [out] the left margin in pixels
      int rightMargin
      [out] the right margin in pixels
      int[] tabStops
      [out] an array of pixel locations representing tab stops
      int topMargin
      [out] the top margin in pixels