public class TestUIExtension extends UIExtension
extension, props, uiController
Constructor and Description |
---|
TestUIExtension(TestExtension extension,
UIController uiController)
Creates a new user interface extension for tests.
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
getCellDecorator()
Returns a cell decorator that visualizes test cases for cells.
|
Icon |
getIcon()
Returns an icon to display with the extension's name.
|
JComponent |
getSideBar()
Returns a side bar that provides editing of test cases and test case
parameters.
|
JToolBar |
getToolBar()
Returns a toolbar that visualizes cell and spreadsheet testedness.
|
getEnabledProperty, getExtension, getMenu, getTableDecorator, setEnabledProperty
public TestUIExtension(TestExtension extension, UIController uiController)
extension
- the extension for which components are provideduiController
- the user interface controllerpublic Icon getIcon()
getIcon
in class UIExtension
public CellDecorator getCellDecorator()
getCellDecorator
in class UIExtension
public JToolBar getToolBar()
getToolBar
in class UIExtension
public JComponent getSideBar()
getSideBar
in class UIExtension