Home
last modified time | relevance | path

Searched refs:sel_attributedSubstringFromRange_ (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSAttributedString.java56 long result = OS.objc_msgSend(this.id, OS.sel_attributedSubstringFromRange_, range); in attributedSubstringFromRange()
H A DSelector.java174 , sel_attributedSubstringFromRange_("attributedSubstringFromRange:") enumConstant
H A DOS.java891 public static final long sel_attributedSubstringFromRange_ = Selector.sel_attributedSubstringFromRa… field in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DDisplay.java2599 …OS.class_addMethod(cls, OS.sel_attributedSubstringFromRange_, attributedSubstringFromRangeProc, "@… in initClasses()
6167 case sel_attributedSubstringFromRange_: { in windowProc()