Uses of Class
csheets.ui.ctrl.SelectionEvent

Packages that use SelectionEvent
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 SelectionEvent in csheets.ext.assertion.ui
 

Methods in csheets.ext.assertion.ui with parameters of type SelectionEvent
 void AssertionToolBar.selectionChanged(SelectionEvent event)
           
 void AssertionPanel.selectionChanged(SelectionEvent event)
          Updates the assertion field and status label when the active cell of the application is changed.
 

Uses of SelectionEvent in csheets.ext.deptree
 

Methods in csheets.ext.deptree with parameters of type SelectionEvent
 void PrecedentsTree.selectionChanged(SelectionEvent event)
           
 void DependentsTree.selectionChanged(SelectionEvent event)
           
abstract  void DependencyTree.selectionChanged(SelectionEvent event)
          Rebuilds the tree by updating its root node when the active cell is changed.
 

Uses of SelectionEvent in csheets.ext.style.ui
 

Methods in csheets.ext.style.ui with parameters of type SelectionEvent
 void StyleToolBar.selectionChanged(SelectionEvent event)
          Selects buttons depending on the style of the active cell.
 void FormatAction.selectionChanged(SelectionEvent event)
          Updates the state of the action when a new cell is selected.
 

Uses of SelectionEvent in csheets.ext.test.ui
 

Methods in csheets.ext.test.ui with parameters of type SelectionEvent
 void TestToolBar.selectionChanged(SelectionEvent event)
           
 void TestCaseParamPanel.selectionChanged(SelectionEvent event)
          Updates the table of precedents when the active cell is changed.
 void TestCasePanel.selectionChanged(SelectionEvent event)
          Updates the table of precedents when the active cell is changed.
 

Uses of SelectionEvent in csheets.ui
 

Methods in csheets.ui with parameters of type SelectionEvent
 void WindowMenu.selectionChanged(SelectionEvent event)
          Selects the item of the workbook that was selected.
 void ViewMenu.selectionChanged(SelectionEvent event)
          Selects the item of the workbook that was selected.
 void Frame.selectionChanged(SelectionEvent event)
          Updates the title of the window when a new active workbook is selected.
 

Uses of SelectionEvent in csheets.ui.ctrl
 

Methods in csheets.ui.ctrl with parameters of type SelectionEvent
 void SelectionListener.selectionChanged(SelectionEvent event)
          Invoked when the active workbook, spreadsheet and/or cell of the application is changed.
 

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

Uses of SelectionEvent in csheets.ui.sheet
 

Methods in csheets.ui.sheet with parameters of type SelectionEvent
 void WorkbookPane.selectionChanged(SelectionEvent event)
          Updates the tabs in the pane when a new active workbook is selected.
 void SpreadsheetTable.selectionChanged(SelectionEvent event)
          Updates the selection in the table when the active cell is changed.
 void CellEditor.selectionChanged(SelectionEvent event)
          Updates the text field with the content of the new active cell.
 void AddressBox.selectionChanged(SelectionEvent event)
          Updates the text field with the content of the new active cell.