public class FileUI
extends mvp.View
| Modifier and Type | Field and Description |
|---|---|
protected FileMenu |
fileMenu
The companion model
|
| Constructor and Description |
|---|
FileUI(mvp.Screen screen,
File file)
Construct this with the given screen and companion File model.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
compose()
Compose this by composing the File pulldown menu.
|