Class
Alexandria::UI::LibrariesDataSource
In:
lib/alexandria/macui/LibrariesDataSource.rb
Parent:
OSX::NSObject
Methods
addLibrary
addLibraryWithAutogeneratedName
awakeFromNib
comboBox_objectValueForItemAtIndex
numberOfItemsInComboBox
numberOfRowsInTableView
removeLibraryAtIndex
tableView_acceptDrop_row_dropOperation
tableView_objectValueForTableColumn_row
tableView_setObjectValue_forTableColumn_row
tableView_validateDrop_proposedRow_proposedDropOperation
Included Modules
OSX
GetText
Attributes
libraries
[R]
Public Instance methods
addLibrary
(library)
addLibraryWithAutogeneratedName
()
awakeFromNib
()
comboBox_objectValueForItemAtIndex
(comboBox, index)
numberOfItemsInComboBox
(comboBox)
numberOfRowsInTableView
(tableView)
removeLibraryAtIndex
(row)
tableView_acceptDrop_row_dropOperation
(tableView, draggingInfo, row, operation)
tableView_objectValueForTableColumn_row
(tableView, col, row)
tableView_setObjectValue_forTableColumn_row
(tableView, objectValue, col, row)
tableView_validateDrop_proposedRow_proposedDropOperation
(tableView, draggingInfo, row, operation)
[Validate]