public class AssertionUIExtension extends UIExtension
extension, props, uiController
Constructor and Description |
---|
AssertionUIExtension(AssertionExtension extension,
UIController uiController)
Creates a new user interface extension for assertions.
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
getCellDecorator()
Returns a cell decorator that visualizes assertions on cells.
|
Icon |
getIcon()
Returns an icon to display with the extension's name.
|
JComponent |
getSideBar()
Returns a side bar that provides editing of assertions.
|
JToolBar |
getToolBar()
Returns a toolbar that visualizes assertions on cells.
|
getEnabledProperty, getExtension, getMenu, getTableDecorator, setEnabledProperty
public AssertionUIExtension(AssertionExtension 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