public class UIExtensionExample extends UIExtension
UIExtension
extension, props, uiController
Constructor and Description |
---|
UIExtensionExample(Extension extension,
UIController uiController) |
Modifier and Type | Method and Description |
---|---|
CellDecorator |
getCellDecorator()
Returns a cell decorator that visualizes the data added by the extension.
|
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 gives access to extension-specific functionality.
|
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 UIExtensionExample(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