Class SearchWindowController
java.lang.Object
NSWindowController
WindowController
SearchWindowController
- public class SearchWindowController
- extends WindowController
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aliasesField
NSTextField aliasesField
codecField
NSTextField codecField
dataSource
SearchedItemSource dataSource
identifierField
NSTextField identifierField
infoDrawer
NSDrawer infoDrawer
progressBar
NSProgressIndicator progressBar
resultList
NSTableView resultList
searchField
NSComboBox searchField
searchButton
NSButton searchButton
downloadButton
NSButton downloadButton
extendedButton
NSButton extendedButton
extendedSearchDrawer
NSDrawer extendedSearchDrawer
asAlbumField
NSTextField asAlbumField
asArtistField
NSTextField asArtistField
asFormatField
NSTextField asFormatField
asMaxSizeField
NSTextField asMaxSizeField
asMaxSizeTypeButton
NSPopUpButton asMaxSizeTypeButton
asMediaField
NSTextField asMediaField
asMinBitrateButton
NSPopUpButton asMinBitrateButton
asMinSizeField
NSTextField asMinSizeField
asMinSizeTypeButton
NSPopUpButton asMinSizeTypeButton
asTitleField
NSTextField asTitleField
SearchWindowController
public SearchWindowController(DonkeyTalker talker,
DownloadItemSource source)
windowDidLoad
public void windowDidLoad()
- Overrides:
windowDidLoad
in class WindowController
extendedClicked
public void extendedClicked(java.lang.Object sender)
extendSearch
public void extendSearch(java.lang.Object sender)
search
public void search(java.lang.Object sender)
startDownload
public void startDownload(java.lang.Object sender)
windowShouldClose
public boolean windowShouldClose(NSNotification aNotification)
windowWillClose
public void windowWillClose(NSNotification aNotification)
- Overrides:
windowWillClose
in class WindowController
tableViewSelectionDidChange
public void tableViewSelectionDidChange(NSNotification aNotification)
tableViewDidClickTableColumn
public void tableViewDidClickTableColumn(NSTableView tableView,
NSTableColumn tableColumn)
updateDrawer
public void updateDrawer()
numberOfItemsInComboBox
public int numberOfItemsInComboBox(NSComboBox aComboBox)
comboBoxObjectValueForItemAtIndex
public java.lang.Object comboBoxObjectValueForItemAtIndex(NSComboBox aComboBox,
int index)
comboBoxIndexOfItem
public int comboBoxIndexOfItem(NSComboBox aComboBox,
java.lang.String aString)
comboBoxSelectionDidChange
public void comboBoxSelectionDidChange(NSNotification notification)
comboBoxWillPopUp
public void comboBoxWillPopUp(NSNotification notification)
controlTextDidChange
public void controlTextDidChange(NSNotification aNotification)