public class EditMenu
extends mvp.View
| Constructor and Description |
|---|
EditMenu(mvp.Screen screen,
Edit edit,
EditUI editUI)
Construct this with the given name as the pulldown label.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
compose()
Compose this by inserting each of its ten menu items into the pulldown
menu.
|
public java.awt.Component compose()
compose in class mvp.View