E - the type of the widget extensionM - the type of the management that handles the widget extension type. This type parameter
ensures that management and extension are tied together.public abstract class WidgetExtensionManagement<E extends WidgetExtension<E,M>,M extends WidgetExtensionManagement<E,M>> extends Object
| Constructor and Description |
|---|
WidgetExtensionManagement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(E extension)
Add a new widget extension to this manager.
|
protected List<E> |
getExtensions() |
void |
removeExtension(E extension)
Remove a previously registered extension.
|
public void addExtension(E extension)
extension - the extension to addprotected List<E> getExtensions()
public void removeExtension(E extension)
extension - the extension to removeCopyright © 2019 Communote team. All rights reserved.