public final class MenuView extends View
Constructor and Description |
---|
MenuView(Application application)
Initialize a new
MenuView instance for the specified
Application . |
Modifier and Type | Method and Description |
---|---|
javax.swing.JMenuBar |
render()
Render the
MenuView . |
application, controller, controller, emit, emit, model, model, off, on
public MenuView(Application application)
MenuView
instance for the specified
Application
.application
- The Application
that the MenuView
is
associated with.