MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isEdt

Method isEdt

CodenameOne/src/com/codename1/ui/Display.java:686–688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

684 /// @return true if we are currently in the event dispatch thread;
685 /// otherwise false
686 public boolean isEdt() {
687 return edt == Thread.currentThread(); //NOPMD CompareObjectsWithEquals
688 }
689
690 /// Plays sound for the dialog
691 void playDialogSound(final int type) {

Callers 15

getReceiptsMethod · 0.95
getPendingPurchasesMethod · 0.95
runOnEdtMethod · 0.95
callSeriallyAndWaitMethod · 0.95
flushEdtMethod · 0.95
onEditingCompleteMethod · 0.95
invokeWithoutBlockingMethod · 0.95
invokeAndBlockMethod · 0.95
setCurrentMethod · 0.95
setCurrentFormMethod · 0.95
fireWindowEventMethod · 0.95

Calls 1

currentThreadMethod · 0.95

Tested by 3

flushEdtMethod · 0.76
dispatchPointerDragMethod · 0.76