public class UISharingExtension extends UIExtension implements Observer
UIExtension
extension, props, uiController
Constructor and Description |
---|
UISharingExtension(Extension extension,
UIController uiController)
Creates a new UI for sharing extension
|
Modifier and Type | Method and Description |
---|---|
JMenu |
getMenu()
Returns a menu component that gives access to extension-specific
functionality.
|
JComponent |
getSideBar()
Returns a side bar that gives access to extension-specific
functionality.
|
String |
passwordField()
Creates a new dialog with password
|
void |
update(Observable o,
Object arg) |
getCellDecorator, getEnabledProperty, getExtension, getIcon, getTableDecorator, getToolBar, setEnabledProperty
public UISharingExtension(Extension extension, UIController uiController)
extension
- the sharing extensionuiController
- the user interface controllerpublic JMenu getMenu()
UIExtension
getMenu
in class UIExtension
public JComponent getSideBar()
UIExtension
getSideBar
in class UIExtension
public void update(Observable o, Object arg)
public String passwordField()