Class AccessibleEditableTextEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int end
      [in] 0-based ending offset of the character range to perform the operation on
      java.lang.String result
      [out] Set this field to ACC.OK if the operation was completed successfully, and null otherwise.
      int start
      [in] 0-based start offset of the character range to perform the operation on
      java.lang.String string
      [in] a string that will replace the specified character range
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessibleEditableTextEvent​(java.lang.Object source)
      Constructs a new instance of this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a string containing a concise, human-readable description of the receiver.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait