net.sourceforge.atunes.kernel
Class ControllerProxy

java.lang.Object
  extended by net.sourceforge.atunes.kernel.ControllerProxy

public class ControllerProxy
extends java.lang.Object

Static class to access controllers by calling ControllerProxy.getInstance().get()


Method Summary
 AudioScrobblerController getAudioScrobblerController()
          Gets the audio scrobbler controller.
 CustomSearchController getCustomSearchController()
          Gets the custom search controller.
 EditPreferencesDialogController getEditPreferencesDialogController()
          Gets the edits the preferences dialog controller.
 EditTagDialogController getEditTagDialogController()
          Gets the edits the tag dialog controller.
 EditTitlesDialogController getEditTitlesDialogController()
          Gets the edits the titles dialog controller.
 ExportOptionsDialogController getExportOptionsController()
          Gets the export options controller.
 FilePropertiesController getFilePropertiesController()
          Gets the file properties controller.
static ControllerProxy getInstance()
          Getter for singleton instance.
 MenuController getMenuController()
          Gets the menu controller.
 NavigationController getNavigationController()
          Gets the navigation controller.
 OSDDialogController getOSDDialogController()
          Gets the oSD dialog controller.
 PlayerControlsController getPlayerControlsController()
          Gets the player controls controller.
 PlayListController getPlayListController()
          Gets the play list controller.
 PlayListControlsController getPlayListControlsController()
          Gets the play list controls controller.
 PlayListFilterController getPlayListFilterController()
          Gets the play list filter controller.
 PlayListTabController getPlayListTabController()
          Gets the play list tab controller.
 RadioBrowserDialogController getRadioBrowserController()
          Gets the radio browser controller.
 RipCdDialogController getRipCdDialogController()
          Gets the rip cd dialog controller.
 SearchResultsController getSearchResultsController()
          Gets the search results controller.
 StatsDialogController getStatsDialogController()
          Gets the stats dialog controller.
 ToolBarController getToolBarController()
          Gets the tool bar controller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ControllerProxy getInstance()
Getter for singleton instance.

Returns:
the instance

getAudioScrobblerController

public AudioScrobblerController getAudioScrobblerController()
Gets the audio scrobbler controller.

Returns:
the audio scrobbler controller

getEditPreferencesDialogController

public EditPreferencesDialogController getEditPreferencesDialogController()
Gets the edits the preferences dialog controller.

Returns:
the edits the preferences dialog controller

getEditTagDialogController

public EditTagDialogController getEditTagDialogController()
Gets the edits the tag dialog controller.

Returns:
the edits the tag dialog controller

getEditTitlesDialogController

public EditTitlesDialogController getEditTitlesDialogController()
Gets the edits the titles dialog controller.

Returns:
the edits the titles dialog controller

getExportOptionsController

public ExportOptionsDialogController getExportOptionsController()
Gets the export options controller.

Returns:
the export options controller

getFilePropertiesController

public FilePropertiesController getFilePropertiesController()
Gets the file properties controller.

Returns:
the file properties controller

getMenuController

public MenuController getMenuController()
Gets the menu controller.

Returns:
the menu controller

getNavigationController

public NavigationController getNavigationController()
Gets the navigation controller.

Returns:
the navigation controller

getOSDDialogController

public OSDDialogController getOSDDialogController()
Gets the oSD dialog controller.

Returns:
the oSD dialog controller

getPlayerControlsController

public PlayerControlsController getPlayerControlsController()
Gets the player controls controller.

Returns:
the player controls controller

getPlayListController

public PlayListController getPlayListController()
Gets the play list controller.

Returns:
the play list controller

getPlayListControlsController

public PlayListControlsController getPlayListControlsController()
Gets the play list controls controller.

Returns:
the play list controls controller

getPlayListFilterController

public PlayListFilterController getPlayListFilterController()
Gets the play list filter controller.

Returns:
the play list filter controller

getPlayListTabController

public PlayListTabController getPlayListTabController()
Gets the play list tab controller.

Returns:
the play list tab controller

getRipCdDialogController

public RipCdDialogController getRipCdDialogController()
Gets the rip cd dialog controller.

Returns:
the rip cd dialog controller

getStatsDialogController

public StatsDialogController getStatsDialogController()
Gets the stats dialog controller.

Returns:
the stats dialog controller

getToolBarController

public ToolBarController getToolBarController()
Gets the tool bar controller.

Returns:
the tool bar controller

getCustomSearchController

public CustomSearchController getCustomSearchController()
Gets the custom search controller.

Returns:
the custom search controller

getSearchResultsController

public SearchResultsController getSearchResultsController()
Gets the search results controller.

Returns:
the search results controller

getRadioBrowserController

public RadioBrowserDialogController getRadioBrowserController()
Gets the radio browser controller.

Returns:
the radio browser controller


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.