sk.baka.ambient.activity.main
Class WindowButtonsController

java.lang.Object
  extended by sk.baka.ambient.activity.main.AbstractController
      extended by sk.baka.ambient.activity.main.WindowButtonsController

public final class WindowButtonsController
extends AbstractController

Controls the three window buttons.

Author:
Martin Vysny

Nested Class Summary
 
Nested classes/interfaces inherited from class sk.baka.ambient.activity.main.AbstractController
AbstractController.Listener
 
Field Summary
 
Fields inherited from class sk.baka.ambient.activity.main.AbstractController
app, cycle, listener, mainActivity, mainView
 
Constructor Summary
WindowButtonsController(MainActivity mainActivity)
          Creates the controller
 
Method Summary
protected  void performZoom(boolean zoom)
          Zooms, or un-zooms the controller.
 
Methods inherited from class sk.baka.ambient.activity.main.AbstractController
destroy, equals, flipVisibility, hashCode, hide, initButtonBar, initButtonBar, initButtonBar, isDestroyed, isVisible, isZoomed, onAction, setVisibility, show, update, visibilityChanged, zoom
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowButtonsController

public WindowButtonsController(MainActivity mainActivity)
Creates the controller

Parameters:
mainActivity - the activity
Method Detail

performZoom

protected void performZoom(boolean zoom)
Description copied from class: AbstractController
Zooms, or un-zooms the controller.

Specified by:
performZoom in class AbstractController
Parameters:
zoom - true zoom the controller in, false zoom the controller out.


Copyright © 2007-2008. All Rights Reserved.