apps.mathpadapp.controllerapp
Class ControlBar

java.lang.Object
  extended by apps.mathpadapp.controllerapp.ControlBar

public class ControlBar
extends java.lang.Object

The Class ControlBar.


Field Summary
static java.awt.Color BUTTON_BORDER_COLOR
          The button border color.
static int BUTTON_WIDTH
          The button width.
static int currentNoOfPads
          The current no of pads.
 
Constructor Summary
ControlBar(ContentSystem contentSystem)
          Instantiates a new control bar.
 
Method Summary
 void setControllerManager(ControllerManager controllerManager)
          Sets the controller manager.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUTTON_BORDER_COLOR

public static java.awt.Color BUTTON_BORDER_COLOR
The button border color.


BUTTON_WIDTH

public static int BUTTON_WIDTH
The button width.


currentNoOfPads

public static int currentNoOfPads
The current no of pads.

Constructor Detail

ControlBar

public ControlBar(ContentSystem contentSystem)
Instantiates a new control bar.

Parameters:
contentSystem - the content system
Method Detail

setControllerManager

public void setControllerManager(ControllerManager controllerManager)
Sets the controller manager.

Parameters:
controllerManager - the new controller manager