|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmvp.View
scheduler.file.file_ui.FileUI
public class FileUI
Class FileUI is the companion view for the File model class. This is just a stub awaiting upcoming refinement.
| Field Summary | |
|---|---|
protected FileMenu |
fileMenu
The companion model |
| Fields inherited from class mvp.View |
|---|
closeAdapter, editable, model, screen, shown, widget, window |
| Constructor Summary | |
|---|---|
FileUI()
|
|
FileUI(mvp.Screen screen,
File file)
Construct this with the given screen and companion File model. |
|
| Method Summary | |
|---|---|
java.awt.Component |
compose()
Compose this by composing the File pulldown menu. |
| Methods inherited from class mvp.View |
|---|
getModel, getWidget, getWindow, hide, isEditable, isShown, run, setEditable, setExitOnClose, setModel, show, show, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FileMenu fileMenu
| Constructor Detail |
|---|
public FileUI(mvp.Screen screen,
File file)
public FileUI()
| Method Detail |
|---|
public java.awt.Component compose()
compose in class mvp.View
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||