MCPcopy Create free account
hub / github.com/PCGen/pcgen / assertIsJavaFXThread

Method assertIsJavaFXThread

code/src/java/pcgen/gui3/GuiAssertions.java:45–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 public static void assertIsJavaFXThread()
46 {
47 if (!Platform.isFxApplicationThread())
48 {
49 throw new WrongThreadException(
50 "expected to be on JavaFX thread - actually on: " + Thread.currentThread().getName());
51 }
52 }
53
54 public static void assertIsNotJavaFXThread()
55 {

Callers 12

prefsButtonHandlerMethod · 0.95
askForPathMethod · 0.95
onSelectedCharSheetMethod · 0.95
getControllerMethod · 0.95
showAsStageMethod · 0.95
resetMethod · 0.95
resetMethod · 0.95
resetMethod · 0.95
getStageMethod · 0.95
showMethod · 0.95
showTipMethod · 0.95

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected