Package csheets.ui

Provides JFC/Swing graphical user interface components for CleanSheets.

See:
          Description

Class Summary
BlankIcon A blank icon used to indent menu items.
FileChooser A file chooser that loads choosable file types from properties.
FileChooser.Filter A file filter for use in file choosers.
Frame The main frame of the GUI.
Frame.Creator A utility for creating a Frame on the AWT event dispatching thread.
MenuBar The menu bar.
ReopenMenu A menu for displaying recently opened files, and allowing the user to reopen them.
ReopenMenu.ReopenAction An action for reopening a spreadsheet.
StandardToolBar The tool bar that displays standard file- and edit-related actions.
ViewMenu A menu for listing the open workbooks, and allowing the user to navigate between them.
ViewMenu.SelectWorkbookAction An action for selecting a workbook.
WindowClosingHandler A window adapter that invokes an action on window closing.
WindowMenu A menu for listing the open workbooks, and allowing the user to navigate between them.
WindowMenu.SelectWorkbookAction An action for selecting a workbook.
 

Package csheets.ui Description

Provides JFC/Swing graphical user interface components for CleanSheets. The Frame class - a customized JFrame component - specifies the layout of the user interface. This package also provides menus and toolbars for the frame.