JavaScript is disabled on your browser.
Skip navigation links
JSVG
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.github.weisj.jsvg.parser
Interface UIFuture<T>
All Known Implementing Classes:
SwingUIFuture
,
ValueUIFuture
public interface
UIFuture<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
checkIfReady
(@Nullable
JComponent
component)
T
get
()
Method Details
checkIfReady
boolean
checkIfReady
(@Nullable @Nullable
JComponent
component)
get
T
get
()