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

Method getTextSelection

CodenameOne/src/com/codename1/ui/Form.java:406–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

404 /// The text selection support for this form.
405 ///
406 public TextSelection getTextSelection() {
407 if (textSelection == null) {
408 textSelection = new TextSelection(getContentPane());
409 }
410 return textSelection;
411 }
412
413 /// Checks if custom cursors are enabled on this form. They are turned off by default since
414 /// they incur some overhead.

Callers 14

runMethod · 0.95
handleEventMethod · 0.95
runMethod · 0.95
showAtMethod · 0.95
closeMethod · 0.95
keyPressedMethod · 0.95
startMethod · 0.95
testSpanOperationsMethod · 0.95

Calls 1

getContentPaneMethod · 0.95