public class UIDatabaseExtension extends UIExtension
UIExtension
extension, props, uiController
Constructor and Description |
---|
UIDatabaseExtension(Extension extension,
UIController uiController)
constructor
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
getCellDecorator()
return a cell decorator
|
Icon |
getIcon()
return the icon
|
JMenu |
getMenu()
return instance that implements JMenu
|
JComponent |
getSideBar()
return a sidebar specific to the extension
|
TableDecorator |
getTableDecorator()
returns a table decorator
|
JToolBar |
getToolBar()
return a toolbar specific to the extension
|
getEnabledProperty, getExtension, setEnabledProperty
public UIDatabaseExtension(Extension extension, UIController uiController)
extension
- uiController
- public Icon getIcon()
getIcon
in class UIExtension
public JMenu getMenu()
getMenu
in class UIExtension
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