Uses of Class
csheets.ui.ctrl.ActionManager

Packages that use ActionManager
csheets.ui Provides JFC/Swing graphical user interface components for CleanSheets. 
csheets.ui.sheet Provides customized components for displaying and providing editing of spreadsheets. 
 

Uses of ActionManager in csheets.ui
 

Constructors in csheets.ui with parameters of type ActionManager
MenuBar(CleanSheets app, ActionManager actionManager, UIController uiController)
          Creates the menu bar.
StandardToolBar(ActionManager actionManager)
          Creates a new standard tool bar.
 

Uses of ActionManager in csheets.ui.sheet
 

Constructors in csheets.ui.sheet with parameters of type ActionManager
WorkbookPane(UIController uiController, ActionManager actionManager)
          Creates a workbook pane.