|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Radio in net.sourceforge.atunes.gui.model |
---|
Methods in net.sourceforge.atunes.gui.model that return Radio | |
---|---|
Radio |
RadioBrowserTableModel.getRadio(int row)
Gets the radio. |
Methods in net.sourceforge.atunes.gui.model with parameters of type Radio | |
---|---|
void |
RadioBrowserTableModel.addRadio(Radio r)
Adds the radio. |
Uses of Radio in net.sourceforge.atunes.gui.views.dialogs |
---|
Methods in net.sourceforge.atunes.gui.views.dialogs that return Radio | |
---|---|
Radio |
AddRadioDialog.getRadio()
Gets the radio. |
Uses of Radio in net.sourceforge.atunes.kernel.controllers.audioScrobbler |
---|
Methods in net.sourceforge.atunes.kernel.controllers.audioScrobbler with parameters of type Radio | |
---|---|
void |
AudioScrobblerController.notifyRadio(Radio radio)
Notify radio. |
Uses of Radio in net.sourceforge.atunes.kernel.controllers.navigation |
---|
Method parameters in net.sourceforge.atunes.kernel.controllers.navigation with type arguments of type Radio | |
---|---|
static void |
RadioViewRefresher.refresh(java.util.List<Radio> radios,
java.util.List<Radio> presetRadios,
javax.swing.tree.DefaultTreeModel treeModel,
java.lang.String currentFilter,
boolean showAllStations)
Refresh. |
static void |
RadioViewRefresher.refresh(java.util.List<Radio> radios,
java.util.List<Radio> presetRadios,
javax.swing.tree.DefaultTreeModel treeModel,
java.lang.String currentFilter,
boolean showAllStations)
Refresh. |
Uses of Radio in net.sourceforge.atunes.kernel.handlers |
---|
Methods in net.sourceforge.atunes.kernel.handlers that return Radio | |
---|---|
Radio |
VisualHandler.showAddRadioDialog()
Show add radio dialog. |
Methods in net.sourceforge.atunes.kernel.handlers that return types with arguments of type Radio | |
---|---|
java.util.List<Radio> |
RadioHandler.getRadioPresets()
Gets the radio presets. |
java.util.List<Radio> |
RadioHandler.getRadios()
Gets the radios. |
java.util.List<Radio> |
RadioHandler.getRadios(java.lang.String label)
Gets the radios. |
protected java.util.List<Radio> |
ApplicationDataHandler.retrieveRadioCache()
Reads radio cache. |
protected java.util.List<Radio> |
ApplicationDataHandler.retrieveRadioPreset()
Reads radio cache. |
java.util.List<Radio> |
RadioHandler.retrieveRadiosForBrowser()
Retrieve radios for browser. |
Methods in net.sourceforge.atunes.kernel.handlers with parameters of type Radio | |
---|---|
void |
RadioHandler.addRadio(Radio radio)
Add a radio station to the list. |
void |
AudioScrobblerServiceHandler.notifyRadio(Radio radio,
long id)
Notify radio. |
void |
RadioHandler.removeRadio(Radio radio)
Remove a station from the list. |
void |
RadioHandler.setName(Radio radio,
java.lang.String name)
Change radio name. |
Method parameters in net.sourceforge.atunes.kernel.handlers with type arguments of type Radio | |
---|---|
void |
ApplicationDataHandler.persistPresetRadioCache(java.util.List<Radio> radios)
Persist preset radio cache. |
void |
ApplicationDataHandler.persistRadioCache(java.util.List<Radio> radios)
Stores radios. |
void |
RadioHandler.setLabel(java.util.List<Radio> radioList,
java.lang.String label)
Change label of radio. |
Uses of Radio in net.sourceforge.atunes.kernel.modules.radio |
---|
Methods in net.sourceforge.atunes.kernel.modules.radio that return types with arguments of type Radio | |
---|---|
static java.util.Comparator<Radio> |
Radio.getComparator()
Gets the comparator. |
java.util.List<Radio> |
Radio.getRadios()
Gets the radios. |
static java.util.List<Radio> |
Radio.getRadios(java.util.List<AudioObject> audioObjects)
Gets the radios. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |