Class ValueUIFuture<T>

  • All Implemented Interfaces:
    UIFuture<T>

    public final class ValueUIFuture<T>
    extends java.lang.Object
    implements UIFuture<T>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueUIFuture​(T value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkIfReady​(@Nullable javax.swing.JComponent component)  
      T get()  
      • Methods inherited from class java.lang.Object

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

      • value

        private final T value
    • Constructor Detail

      • ValueUIFuture

        public ValueUIFuture​(T value)
    • Method Detail

      • checkIfReady

        public boolean checkIfReady​(@Nullable
                                    @Nullable javax.swing.JComponent component)
        Specified by:
        checkIfReady in interface UIFuture<T>
      • get

        public T get()
        Specified by:
        get in interface UIFuture<T>