Uses of Class
csheets.ui.ext.UIExtension

Packages that use UIExtension
csheets.ext Provides an extension mechanism for the application. 
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
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 Provides support for cell style, i.e. font, format, alignment, color and border. 
csheets.ext.style.ui Provides UI components for setting cell style. 
csheets.ext.test Provides support for test cases and test case parameters. 
csheets.ext.test.ui Provides specialized JTable components for displaying and providing editing of test cases and test case parameters. 
csheets.ui.ctrl Provides controllers and actions for the user interface. 
csheets.ui.ext Provides an extension mechanism for the application's user interface. 
 

Uses of UIExtension in csheets.ext
 

Methods in csheets.ext that return UIExtension
 UIExtension Extension.getUIExtension(UIController uiController)
          Returns the user interface extension of this extension.
 

Uses of UIExtension in csheets.ext.assertion
 

Methods in csheets.ext.assertion that return UIExtension
 UIExtension AssertionExtension.getUIExtension(UIController uiController)
          Returns a user interface extension for assertions.
 

Uses of UIExtension in csheets.ext.assertion.ui
 

Subclasses of UIExtension in csheets.ext.assertion.ui
 class AssertionUIExtension
          The user interface extension for assertions.
 

Uses of UIExtension in csheets.ext.deptree
 

Subclasses of UIExtension in csheets.ext.deptree
 class DependencyTreeUIExtension
          The user interface extension for dependency trees.
 

Methods in csheets.ext.deptree that return UIExtension
 UIExtension DependencyTreeExtension.getUIExtension(UIController uiController)
          Returns a user interface extension for dependency trees.
 

Uses of UIExtension in csheets.ext.style
 

Methods in csheets.ext.style that return UIExtension
 UIExtension StyleExtension.getUIExtension(UIController uiController)
          Returns a user interface extension for style.
 

Uses of UIExtension in csheets.ext.style.ui
 

Subclasses of UIExtension in csheets.ext.style.ui
 class StyleUIExtension
          The user interface extension for style.
 

Uses of UIExtension in csheets.ext.test
 

Methods in csheets.ext.test that return UIExtension
 UIExtension TestExtension.getUIExtension(UIController uiController)
          Returns a user interface extension for testing.
 

Uses of UIExtension in csheets.ext.test.ui
 

Subclasses of UIExtension in csheets.ext.test.ui
 class TestUIExtension
          The user interface extension for tests.
 

Uses of UIExtension in csheets.ui.ctrl
 

Methods in csheets.ui.ctrl that return UIExtension
 UIExtension[] UIController.getExtensions()
          Returns the user interface extensions that have been loaded.
 

Uses of UIExtension in csheets.ui.ext
 

Constructors in csheets.ui.ext with parameters of type UIExtension
CellDecoratorAction(UIExtension extension)
          Creates a new cell decorator action.
ComponentAction(UIExtension extension, JComponent component, String componentKey)
          Creates a new component action.
SideBarAction(UIExtension extension, JComponent component)
          Creates a new side bar action.
TableDecoratorAction(UIExtension extension)
          Creates a new table decorator action.