Schnittstelle NotifyType


public interface NotifyType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the surface is entered from an ancestor or
    left towards an ancestor.
    static final int
    the surface is entered from an inferior or
    left towards an inferior.
    static final int
    the surface is entered from or left towards
    a surface which is neither an ancestor nor an inferior.
    static final int
    the pointer moves between two surfaces
    which are not ancestors of each other and the surface is part of
    the ancestor chain between one of these surfaces and their least
    common ancestor.
    static final int
    an unknown type of enter/leave event occurred.
    static final int
    the pointer moves between an ancestor and an
    inferior of the surface.
  • Felddetails

    • ANCESTOR

      static final int ANCESTOR
      the surface is entered from an ancestor or
      left towards an ancestor.
      Siehe auch:
    • VIRTUAL

      static final int VIRTUAL
      the pointer moves between an ancestor and an
      inferior of the surface.
      Siehe auch:
    • INFERIOR

      static final int INFERIOR
      the surface is entered from an inferior or
      left towards an inferior.
      Siehe auch:
    • NONLINEAR

      static final int NONLINEAR
      the surface is entered from or left towards
      a surface which is neither an ancestor nor an inferior.
      Siehe auch:
    • NONLINEAR_VIRTUAL

      static final int NONLINEAR_VIRTUAL
      the pointer moves between two surfaces
      which are not ancestors of each other and the surface is part of
      the ancestor chain between one of these surfaces and their least
      common ancestor.
      Siehe auch:
    • UNKNOWN

      static final int UNKNOWN
      an unknown type of enter/leave event occurred.
      Siehe auch: