Uses of Class
break_out.view.View
-
Packages that use View Package Description break_out.controller break_out.model break_out.view -
-
Uses of View in break_out.controller
Fields in break_out.controller declared as View Modifier and Type Field Description private View
Controller. view
The view that is connected to this controllerConstructors in break_out.controller with parameters of type View Constructor Description Controller(View view)
The constructor expects a view to construct itself. -
Uses of View in break_out.model
Fields in break_out.model with type parameters of type View Modifier and Type Field Description private java.util.List<View>
Game. observers
A list of observer objectsMethods in break_out.model with parameters of type View Modifier and Type Method Description void
Game. addObserver(View observer)
void
Game. removeObserver(View observer)
-
Uses of View in break_out.view
Fields in break_out.view declared as View Modifier and Type Field Description private View
Field. view
The connected view objectprivate View
StartScreen. view
The connected view objectConstructors in break_out.view with parameters of type View Constructor Description Field(View view)
The constructor needs a viewStartScreen(View view)
The constructor needs a view
-