public enum ThreadType extends java.lang.Enum<ThreadType>
| ??????? |
|---|
EXECUTOR
A background thread that is NOT the JavaFX Application Thread
|
PLATFORM
The JavaFX Application Thread
|
| ?????? | ????? |
|---|---|
static ThreadType |
valueOf(java.lang.String name)
??????????????????
|
static ThreadType[] |
values()
???????????????, ??
??????????
|
public static final ThreadType PLATFORM
public static final ThreadType EXECUTOR
public static ThreadType[] values()
for (ThreadType c : ThreadType.values()) System.out.println(c);
public static ThreadType valueOf(java.lang.String name)
name - ????????????java.lang.IllegalArgumentException - ??????????????????java.lang.NullPointerException - ???????