Class DragDropEventBase.DragSupportDetector

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isSupported()
      Using a run-time check, return true if drag events are supported.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DragSupportDetector

        DragSupportDetector()
    • Method Detail

      • isSupported

        public boolean isSupported()
        Using a run-time check, return true if drag events are supported.
        Returns:
        true if supported, false otherwise.