Home
last modified time | relevance | path

Searched defs:revealRange (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/contentassist/
H A DIContentAssistSubjectControl.java141 void revealRange(int offset, int length); in revealRange() method
H A DTextContentAssistSubjectAdapter.java136 public void revealRange(int i, int j) { in revealRange() method in TextContentAssistSubjectAdapter
H A DComboContentAssistSubjectAdapter.java153 public void revealRange(int i, int j) { in revealRange() method in ComboContentAssistSubjectAdapter
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/
H A DContentAssistSubjectControlAdapter.java226 public void revealRange(int i, int j) { in revealRange() method in ContentAssistSubjectControlAdapter
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/
H A DITextViewer.java493 void revealRange(int offset, int length); in revealRange() method
H A DTextViewer.java3093 public void revealRange(int start, int length) { in revealRange() method in TextViewer
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/
H A DTestTextViewer.java332 public void revealRange(int p0, int p1) { in revealRange() method in TestTextViewer