Uses of Class
csheets.ui.FileChooser

Packages that use FileChooser
csheets.ui.ctrl Provides controllers and actions for the user interface. 
 

Uses of FileChooser in csheets.ui.ctrl
 

Fields in csheets.ui.ctrl declared as FileChooser
protected  FileChooser SaveAsAction.chooser
          The file chooser to use when prompting the user for the file to save
 

Constructors in csheets.ui.ctrl with parameters of type FileChooser
ActionManager(CleanSheets app, UIController uiController, FileChooser chooser)
          Creates a new action manager.
CloseAction(CleanSheets app, UIController uiController, FileChooser chooser)
          Creates a new close action.
CloseAllAction(CleanSheets app, UIController uiController, FileChooser chooser)
          Creates a new close all action.
ExitAction(CleanSheets app, UIController uiController, FileChooser chooser)
          Creates a new exit action.
OpenAction(CleanSheets app, UIController uiController, FileChooser chooser)
          Creates a new open action.
SaveAction(CleanSheets app, UIController uiController, FileChooser chooser)
          Creates a new save command
SaveAsAction(CleanSheets app, UIController uiController, FileChooser chooser)
          Creates a new save as action.