public class AdminMenu
extends mvp.View
| Constructor and Description |
|---|
AdminMenu(mvp.Screen screen,
Admin admin,
AdminUI adminUI)
Construct this with the give Admin model.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
compose()
Compose this by inserting each of its four menu items into the pulldown
menu.
|
public java.awt.Component compose()
compose in class mvp.View