MCPcopy Create free account
hub / github.com/HumbleUI/JWM / getMarkedRange

Method getMarkedRange

examples/dashboard/java/PanelTextInput.java:223–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 }
222
223 @Override
224 public IRange getMarkedRange() {
225 return new IRange(-1, -1);
226 }
227
228 @Override
229 public String getSubstring(int start, int end) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected