Uses of Class
treebolic.view.View

Packages that use View
treebolic   
treebolic.control   
treebolic.view   
 

Uses of View in treebolic
 

Fields in treebolic declared as View
private  View Widget.theView
          View
 

Uses of View in treebolic.control
 

Fields in treebolic.control declared as View
private  View Controller.theView
          Connected view
 

Methods in treebolic.control that return View
protected abstract  View Commander.getView()
          Get view
protected  View Controller.getView()
           
 

Methods in treebolic.control with parameters of type View
 void Controller.connect(View thisView)
          Connect with view
 

Uses of View in treebolic.view
 

Fields in treebolic.view declared as View
private  View Animator.theView
          View
 

Constructors in treebolic.view with parameters of type View
Animator(View thisView, int thisTimerLapse, int thisStartDelay)
          Constructor