public class UIExtensionComments extends UIExtension
UIExtension
extension, props, uiController
Constructor and Description |
---|
UIExtensionComments(Extension extension,
UIController uiController)
The menu of the extension
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
getCellDecorator()
Returns a cell decorator that visualizes comments on cells.
|
Icon |
getIcon()
Returns an icon to display with the extension's name.
|
JMenu |
getMenu()
Returns an instance of a class that implements JMenu.
|
JComponent |
getSideBar()
Returns a side bar that provides editing of comments.
|
TableDecorator |
getTableDecorator()
Returns a table decorator that visualizes the data added by the
extension.
|
JToolBar |
getToolBar()
Returns a toolbar that gives access to extension-specific functionality.
|
getEnabledProperty, getExtension, setEnabledProperty
public UIExtensionComments(Extension extension, UIController uiController)
public Icon getIcon()
getIcon
in class UIExtension
public JMenu getMenu()
getMenu
in class UIExtension
ExampleMenu
public CellDecorator getCellDecorator()
getCellDecorator
in class UIExtension
public TableDecorator getTableDecorator()
getTableDecorator
in class UIExtension
public JToolBar getToolBar()
getToolBar
in class UIExtension
public JComponent getSideBar()
getSideBar
in class UIExtension