MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getID

Method getID

src/test/Test_Event.java:536–539  ·  view source on GitHub ↗
(Object jc)

Source from the content-addressed store, hash-verified

534 }
535
536 protected String getID(Object jc) {
537 return (jc == null ? null : jc instanceof JComponent ? /** @j2sNative jc.ui.id || */
538 ((JComponent) jc).getUIClassID() : jc.getClass().getName());
539 }
540
541 private JPanel getTopPanel() {
542 JPanel ptop = new JPanel();

Callers 3

focusGainedMethod · 0.95
focusLostMethod · 0.95
actionPerformedMethod · 0.95

Calls 3

getUIClassIDMethod · 0.80
getNameMethod · 0.65
getClassMethod · 0.45

Tested by

no test coverage detected