Class UITextDropProgressMode


  • public final class UITextDropProgressMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Custom
      No progress UI is shown.
      static long System
      Uses the default system UI for progress.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • System

        public static final long System
        Uses the default system UI for progress. This blocks input to the application while the drop is happening.
        See Also:
        Constant Field Values
      • Custom

        public static final long Custom
        No progress UI is shown. You're on your own.
        See Also:
        Constant Field Values