public abstract class View extends Object
Views are responsible for rendering the user interface.| Constructor and Description |
|---|
View(Controller controller)
Creates a new view instance.
|
public View(Controller controller)
controller - the parent controllerpublic Controller getController()
Copyright © 2014. All Rights Reserved.