tableView:namesOfPromisedFilesDroppedAtDestination:forDraggedRowsWithIndexes:
dropDestinationでドラッグされた行のindexSetで表現されるファイル名の配列を返します
-(NSArray *)tableView:(NSTableView *)tv:
namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination:
forDraggedRowsWithIndexes:(NSIndexSet *)indexSet:
解説
dropDestinationでドラッグされた行のindexSetで表現されるファイル名の配列を返します。
返り値
( NSArray * )
なし
引数
( NSTableView * )tv
( NSURL * )dropDestination
( NSIndexSet * )indexSet
フレームワーク
ApplicationKit
クラス
NSTableDataSource
Instance Methods
使用可能
10.4