scheduler.file.file_ui
Class FileUI

java.lang.Object
  extended by mvp.View
      extended by scheduler.file.file_ui.FileUI
All Implemented Interfaces:
java.io.Serializable, java.util.Observer

public class FileUI
extends mvp.View

Class FileUI is the companion view for the File model class. This is just a stub awaiting upcoming refinement.

Author:
Aaron Rivera
See Also:
Serialized Form

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

fileMenu

protected FileMenu fileMenu
The companion model

Constructor Detail

FileUI

public FileUI(mvp.Screen screen,
              File file)
Construct this with the given screen and companion File model.


FileUI

public FileUI()
Method Detail

compose

public java.awt.Component compose()
Compose this by composing the File pulldown menu.

Overrides:
compose in class mvp.View