- accessibilityAttributeNames
Returns an array of attribute names supported by the receiver.
- accessibilityAttributeValue:
Returns the value of the specified attribute in the receiver.
- accessibilityAttributeValue:forParameter:
Returns the value of the receiver's parameterized attribute corresponding to the specified attribute name and parameter.
- accessibilityActionDescription:
Returns a localized description of the specified action.
- accessibilityActionNames
Returns an array of action names supported by the accessibility element.
- accessibilityArrayAttributeCount:
Returns the count of the specified accessibility array attribute.
- accessibilityArrayAttributeValues:index:maxCount:
Returns a subarray of values of an accessibility array attribute.
- accessibilityIndexOfChild:
Returns the index of the specified accessibility child in the parent.
- accessibilityIsAttributeSettable:
Returns a Boolean value that indicates whether the value for the specified attribute in the receiver can be set.
- accessibilityIsIgnored
Returns a Boolean value indicating whether the receiver should be ignored in the parent-child accessibility hierarchy.
- accessibilityParameterizedAttributeNames
Returns a list of parameterized attribute names supported by the receiver.
- accessibilityPerformAction:
Performs the action associated with the specified action.
- accessibilitySetOverrideValue:forAttribute:
Overrides the specified attribute in the receiver or adds it if it does not exist, and sets its value to the specified value.
- accessibilitySetValue:forAttribute:
Sets the value of the specified attribute in the receiver to the specified value.
- fileManager:shouldProceedAfterError:
An
NSFileManager
object sends this message to its handler for each error it encounters when copying, moving, removing, or linking files or directories. - fileManager:willProcessPath:
An
NSFileManager
object sends this message to a handler immediately before attempting to move, copy, rename, or delete, or before attempting to link to a given path.- finalize
The garbage collector invokes this method on the receiver before disposing of the memory it uses.
ガベージコレクションは、このメソッドをレシバー上で、それが使うメモリの処分を行う前に発動します。
- fontManager:willIncludeFont:
Requests permission from the Font panel delegate to display the given font name in the Font panel.
- namesOfPromisedFilesDroppedAtDestination:
Returns the names of the files that the receiver promises to create at a specified location.
- textStorageDidProcessEditing:
Deprecated
非推奨
- textStorageWillProcessEditing:
Deprecated
非推奨
- takeValue:forKeyPath:
Sets the value for the property identified by
keyPath
to value
.- takeValuesFromDictionary:
Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties
- valuesForKeys:
Returns a dictionary containing as keys the property names in
keys
, with corresponding values being the corresponding property values.- workflowController:didError:
Invoked when the receiver's workflow encounters an error.
- workflowController:didRunAction:
Invoked when an action in the receiver's workflow is finished running.
- workflowController:willRunAction:
Invoked when an action in the receiver's workflow is about to run.
- workflowControllerDidRun:
Tells the delegate that the workflow controller object finished running.
- workflowControllerDidStop:
Tells the delegate that the workflow controller object has stopped.
- workflowControllerWillRun:
Tells the delegate that the workflow controller object is about to run.
- workflowControllerWillStop:
Tells the delegate that the workflow controller object is about to stop.