Package com.github.weisj.jsvg.parser
Class ValueUIFuture<T>
- java.lang.Object
-
- com.github.weisj.jsvg.parser.ValueUIFuture<T>
-
-
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()
-