Interface ActionTarget


  • public interface ActionTarget
    Represents an action target which is used in ActionVariable
    Author:
    jumperchen
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FIRST_CHILD
      The action target first child.
      static java.lang.String LAST_CHILD
      The action target last child.
      static java.lang.String NEXT_SIBLING
      The action target next sibling.
      static java.lang.String PARENT
      The action target parent.
      static java.lang.String PREVIOUS_SIBLING
      The action target previous sibling.
      static java.lang.String SELF
      The action target itself.
    • Field Detail

      • NEXT_SIBLING

        static final java.lang.String NEXT_SIBLING
        The action target next sibling.
        See Also:
        Constant Field Values
      • PREVIOUS_SIBLING

        static final java.lang.String PREVIOUS_SIBLING
        The action target previous sibling.
        See Also:
        Constant Field Values
      • FIRST_CHILD

        static final java.lang.String FIRST_CHILD
        The action target first child.
        See Also:
        Constant Field Values
      • LAST_CHILD

        static final java.lang.String LAST_CHILD
        The action target last child.
        See Also:
        Constant Field Values