caltool.file_ui
Class FileUI

java.lang.Object
  extended by mvp.View
      extended by caltool.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.

Version:
14jan11
Author:
Gene Fisher (gfisher@calpoly.edu)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Constructor Summary
FileUI(mvp.Screen screen, File file)
          Construct this with the given screen and companion File model.
 
Method Summary
 
Methods inherited from class mvp.View
compose, 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
 

Constructor Detail

FileUI

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