Uses of Class
csheets.CleanSheets

Packages that use CleanSheets
csheets.ui Provides JFC/Swing graphical user interface components for CleanSheets. 
csheets.ui.ctrl Provides controllers and actions for the user interface. 
 

Uses of CleanSheets in csheets.ui
 

Constructors in csheets.ui with parameters of type CleanSheets
Frame.Creator(CleanSheets app)
          Creates a new frame creator.
Frame(CleanSheets app)
          Creates a new frame.
MenuBar(CleanSheets app, ActionManager actionManager, UIController uiController)
          Creates the menu bar.
ReopenMenu.ReopenAction(CleanSheets app, UIController uiController, File file)
          Creates a new reopen action.
ReopenMenu(CleanSheets app, UIController uiController)
          Creates a reopen menu, and creates items using the given properties (if available).
ViewMenu(CleanSheets app, UIController uiController)
          Creates a view menu.
WindowMenu(CleanSheets app, UIController uiController)
          Creates a window menu.
 

Uses of CleanSheets in csheets.ui.ctrl
 

Fields in csheets.ui.ctrl declared as CleanSheets
protected  CleanSheets SaveAsAction.app
          The CleanSheets application
protected  CleanSheets OpenAction.app
          The CleanSheets application
 

Constructors in csheets.ui.ctrl with parameters of type CleanSheets
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.
NewAction(CleanSheets app)
          Creates a new New 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.
UIController(CleanSheets app)
          Creates a new user interface controller.