NSControl
Overview
Tasks
Constructors
Setting the Control’s Cell
Enabling and Disabling the Control
Identifying the Selected Cell
Setting the Control’s Value
Interacting with Other Controls
Formatting Text
Managing the Field Editor
Resizing the Control
Displaying a Cell
Implementing the Target/action Mechanism
Getting and Setting Tags
Activating from the Keyboard
Tracking the Mouse
Validating the contents of a control
Editing text in a control
Getting error information from a formatter
Working with key bindings
Working with text completion
Constructors
Static Methods
cellClass
setCellClass
Instance Methods
abortEditing
action
alignment
attributedStringValue
calcSize
cell
currentEditor
doubleValue
drawCell
drawCellInside
floatValue
font
formatter
ignoresMultiClick
intValue
isContinuous
isEnabled
mouseDown
objectValue
performClick
refusesFirstResponder
selectCell
selectedCell
selectedTag
sendActionToTarget
setAction
setAlignment
setAttributedStringValue
setCell
setContinuous
setDoubleValue
setEnabled
setEventMaskForSendingAction
setFloatingPointFormat
setFloatValue
setFont
setFormatter
setIgnoresMultiClick
setIntValue
setNeedsDisplay
setObjectValue
setRefusesFirstResponder
setStringValue
setTag
setTarget
sizeToFit
stringValue
tag
takeDoubleValue
takeFloatValue
takeIntValue
takeObjectValue
takeStringValue
target
updateCell
updateCellInside
validateEditing
Delegate Methods
controlDidFailToFormatStringErrorDescription
controlDidFailToValidatePartialString
controlIsValidObject
controlTextDidBeginEditing
controlTextDidChange
controlTextDidEndEditing
controlTextShouldBeginEditing
controlTextShouldEndEditing
controlTextViewCompletionsForPartialWordRange
controlTextViewDoCommandBySelector
Notifications
ControlTextDidBeginEditingNotification
ControlTextDidChangeNotification
ControlTextDidEndEditingNotification
Index
Companion Guide
Control and Cell Programming Topics for Cocoa