NSText

E900209

NSText is a fundamental Cocoa text-handling class in macOS development that provides the basic infrastructure for displaying, editing, and managing text in Application Kit–based applications.

All labels observed (5)

Label Occurrences
AppKit text system 1
Cocoa text system 1
NSSecureTextFieldCell 1

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf AppKit class ⓘ
Cocoa class ⓘ
text-handling class ⓘ
conformsTo NSCoding ⓘ
NSCopying ⓘ
NSKeyValueCoding ⓘ
linked to: Key-Value Coding
framework Application Kit ⓘ
hasMethod -copy: ⓘ
-cut: ⓘ
-isEditable ⓘ
-isSelectable ⓘ
-paste: ⓘ
-selectAll: ⓘ
-setAlignment: ⓘ
-setEditable: ⓘ
-setFont: ⓘ
-setSelectable: ⓘ
-setString: ⓘ
-setTextColor: ⓘ
-string ⓘ
hasProperty alignment ⓘ
editable ⓘ
font ⓘ
selectable ⓘ
string ⓘ
textColor ⓘ
headerFile <AppKit/NSText.h> ⓘ
introducedBy Apple Inc. ⓘ
partOf AppKit ⓘ
Cocoa ⓘ
platform macOS ⓘ
provides basic text-handling infrastructure ⓘ
delegate-based customization ⓘ
editing commands ⓘ
layout support ⓘ
selection management ⓘ
relatedTo NSAttributedString ⓘ
NSTextField ⓘ
NSTextView ⓘ
superclassOf NSSecureTextFieldCell ⓘ
linked to: NSText

NSTextFieldCell ⓘ
linked to: NSText

NSTextView ⓘ
NSTokenFieldCell ⓘ
linked to: NSControl
supports color attributes ⓘ
font attributes ⓘ
paragraph styles ⓘ
plain text ⓘ
rich text ⓘ
usedFor displaying text ⓘ
editing text ⓘ
managing text ⓘ

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

Application Kit → coreClass → NSText ⓘ
Core Text → relatedTo → AppKit text system ⓘ
linked to: NSText
Carbon Text Services Manager → replacedBy → Cocoa text system ⓘ
linked to: NSText
NSText → superclassOf → NSTextFieldCell ⓘ
linked to: NSText
NSText → superclassOf → NSSecureTextFieldCell ⓘ
linked to: NSText