Uses of Interface
csheets.ui.ctrl.SelectionListener

Packages that use SelectionListener
csheets.ext.assertion.ui Provides UI components for displaying and providing editing of assertions. 
csheets.ext.deptree Provides customized JTree components for displaying dependencies between cells. 
csheets.ext.style.ui Provides UI components for setting cell style. 
csheets.ext.test.ui Provides specialized JTable components for displaying and providing editing of test cases and test case parameters. 
csheets.ui Provides JFC/Swing graphical user interface components for CleanSheets. 
csheets.ui.ctrl Provides controllers and actions for the user interface. 
csheets.ui.sheet Provides customized components for displaying and providing editing of spreadsheets. 
 

Uses of SelectionListener in csheets.ext.assertion.ui
 

Classes in csheets.ext.assertion.ui that implement SelectionListener
 class AssertionPanel
          A panel for adding or editing an assertion for a cell
 class AssertionToolBar
          A toolbar that shows information about assertions.
 

Uses of SelectionListener in csheets.ext.deptree
 

Classes in csheets.ext.deptree that implement SelectionListener
 class DependencyTree
          An abstract base-class for trees displaying cell dependencies.
 class DependentsTree
          A tree displaying the dependents of a cell.
 class PrecedentsTree
          A tree displaying the precedents of a cell.
 

Uses of SelectionListener in csheets.ext.style.ui
 

Classes in csheets.ext.style.ui that implement SelectionListener
 class FormatAction
          A format changing operation.
 class StyleToolBar
          A tool bar that displays style-related actions.
 

Uses of SelectionListener in csheets.ext.test.ui
 

Classes in csheets.ext.test.ui that implement SelectionListener
 class TestCasePanel
          A panel for displaying test cases and providing editing of their validation states.
 class TestCaseParamPanel
          A panel for displaying and providing editing of test case parameters
 class TestToolBar
          A toolbar that shows information about test cases.
 

Uses of SelectionListener in csheets.ui
 

Classes in csheets.ui that implement SelectionListener
 class Frame
          The main frame of the GUI.
 class ViewMenu
          A menu for listing the open workbooks, and allowing the user to navigate between them.
 class WindowMenu
          A menu for listing the open workbooks, and allowing the user to navigate between them.
 

Uses of SelectionListener in csheets.ui.ctrl
 

Methods in csheets.ui.ctrl with parameters of type SelectionListener
 void UIController.addSelectionListener(SelectionListener listener)
          Registers the given listener on the user interface controller.
 void UIController.removeSelectionListener(SelectionListener listener)
          Removes the given listener from the user interface controller.
 

Constructors in csheets.ui.ctrl with parameters of type SelectionListener
UIController.EventDispatcher(SelectionEvent event, SelectionListener[] listeners)
          Creates a new event dispatcher.
 

Uses of SelectionListener in csheets.ui.sheet
 

Classes in csheets.ui.sheet that implement SelectionListener
 class AddressBox
          A text field in which cell addresses are displayed, and can be named.
 class CellEditor
          The table editor used for editing cells in a spreadsheet.
 class SpreadsheetTable
          A customized JTable component, used to visualize a spreadsheet.
 class WorkbookPane
          A tabbed pane, used to display the spreadsheets in a workbook.