Class DragEnterEvent

  • All Implemented Interfaces:
    Contextual

    public class DragEnterEvent
    extends DragAndDropEvent
    An event indicating an object was dragged onto a display.
    Author:
    Curtis Rueden
    • Method Detail

      • isAccepted

        public boolean isAccepted()
        Gets whether the drag operation is valid. Invalid operations will be rejected in the UI.
      • setAccepted

        public void setAccepted​(boolean accepted)
        Sets whether the drag operation is valid. Invalid operations will be rejected in the UI.