Class AccessibleControlEvent

java.lang.Object
java.util.EventObject
org.eclipse.swt.accessibility.AccessibleControlEvent
All Implemented Interfaces:
Serializable

public class AccessibleControlEvent extends EventObject
Instances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance. Typically, only implementors of custom controls need to listen for this event.

Note: The meaning of each field depends on the message that was sent.

Since:
2.0
See Also:
  • Field Details Link icon

    • childID Link icon

      public int childID
    • accessible Link icon

      public Accessible accessible
    • x Link icon

      public int x
    • y Link icon

      public int y
    • width Link icon

      public int width
    • height Link icon

      public int height
    • detail Link icon

      public int detail
    • result Link icon

      public String result
    • children Link icon

      public Object[] children
  • Constructor Details Link icon

    • AccessibleControlEvent Link icon

      public AccessibleControlEvent(Object source)
      Constructs a new instance of this class.
      Parameters:
      source - the object that fired the event
  • Method Details Link icon

    • toString Link icon

      public String toString()
      Returns a string containing a concise, human-readable description of the receiver.
      Overrides:
      toString in class EventObject
      Returns:
      a string representation of the event