Uses of Class
sk.baka.ambient.ActionsEnum

Packages that use ActionsEnum
sk.baka.ambient   
sk.baka.ambient.activity.main   
sk.baka.ambient.activity.main.cb   
 

Uses of ActionsEnum in sk.baka.ambient
 

Methods in sk.baka.ambient that return ActionsEnum
static ActionsEnum ActionsEnum.getAction(Random random)
          Returns action for given random constant.
static ActionsEnum ActionsEnum.getAction(Repeat repeat)
          Returns action for given random constant.
static ActionsEnum ActionsEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ActionsEnum[] ActionsEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ActionsEnum in sk.baka.ambient.activity.main
 

Fields in sk.baka.ambient.activity.main with type parameters of type ActionsEnum
static List<ActionsEnum> ShoutcastController.actions
          The actions to display on the Task switcher.
static List<ActionsEnum> MagnatuneController.actions
          The actions to display on the Task switcher.
static List<ActionsEnum> TaskSwitcherController.actions
          The actions to display on the Task switcher.
 

Methods in sk.baka.ambient.activity.main that return ActionsEnum
 ActionsEnum ControllerGroup.getActionForController(AbstractController controller)
          Returns action which triggers visibility of this controller.
 

Methods in sk.baka.ambient.activity.main with parameters of type ActionsEnum
 void MainActivity.activateAction(ActionsEnum action, boolean cycle)
          Executes given action.
 void ControllerGroup.add(AbstractController controller, ActionsEnum action)
          Registers a controller to this group.
 void TaskSwitcherController.highlightAction(ActionsEnum action)
          Highlights given action.
static void TaskSwitcherController.highlightAction(ActionsEnum action, ButtonBar bar)
          Highlights given action on the button bar.
protected  void AmpacheController.onAction(ActionsEnum action)
           
protected  void FileBrowserController.onAction(ActionsEnum action)
           
protected  void ShoutcastController.onAction(ActionsEnum action)
           
protected  void MagnatuneController.onAction(ActionsEnum action)
           
protected  void ContextController.onAction(ActionsEnum action)
           
protected  void PlaylistManagerController.onAction(ActionsEnum action)
           
protected  void AbstractController.onAction(ActionsEnum action)
          Called when an action button is pressed.
 

Method parameters in sk.baka.ambient.activity.main with type arguments of type ActionsEnum
static void AbstractController.initButtonBar(ButtonBar bar, List<ActionsEnum> actions, Point bitmapSize, Point hoveredBitmapSize)
          Initializes given button bar with buttons.
protected  void AbstractController.initButtonBar(int buttonbarId, List<ActionsEnum> actions)
          Initializes given button bar with buttons.
protected  void AbstractController.initButtonBar(int buttonbarId, List<ActionsEnum> actions, Point bitmapSize, Point hoveredBitmapSize)
          Initializes given button bar with buttons.
 

Uses of ActionsEnum in sk.baka.ambient.activity.main.cb
 

Methods in sk.baka.ambient.activity.main.cb with parameters of type ActionsEnum
protected  void AbstractCollectionController.onAction(ActionsEnum action)
           
 



Copyright © 2007-2008. All Rights Reserved.