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

Method ejsConfirmList

src/org/opensourcephysics/tools/EjsTool.java:470–473  ·  view source on GitHub ↗
(Component _target, Dimension _size, String _message,
			String _title, java.util.List<?> _list)

Source from the content-addressed store, hash-verified

468 }
469
470 public static java.util.List<Object> ejsConfirmList(Component _target, Dimension _size, String _message,
471 String _title, java.util.List<?> _list) {
472 return ejsConfirmList(_target, _size, _message, _title, _list, (JComponent) null);
473 }
474
475 /**
476 * This method receives a list of objects which it exposes to the user. The user

Callers 1

doRunEjsMethod · 0.95

Calls 15

getStringMethod · 0.95
setSelectionModeMethod · 0.80
setSelectionIntervalMethod · 0.80
addMouseListenerMethod · 0.80
setBorderMethod · 0.80
addElementMethod · 0.65
getMethod · 0.65
setEnabledMethod · 0.65
getSizeMethod · 0.65
setActionCommandMethod · 0.65
setFontMethod · 0.65
getFontMethod · 0.65

Tested by

no test coverage detected