Home
last modified time | relevance | path

Searched refs:storeStyleRanges (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/
H A DTableOwnerDrawSupport.java58 public static void storeStyleRanges(TableItem item, int column, StyleRange[] ranges) { in storeStyleRanges() method in TableOwnerDrawSupport
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/
H A DCompletionProposalPopup2.java586 TableOwnerDrawSupport.storeStyleRanges(item, 0, styleRanges); in setProposals()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/
H A DCompletionProposalPopup.java902 TableOwnerDrawSupport.storeStyleRanges(item, 0, styleRanges); in handleSetData()