public class ExtensionExample extends Extension
Extension
Modifier and Type | Field and Description |
---|---|
static String |
NAME
The name of the extension
|
Constructor and Description |
---|
ExtensionExample()
Creates a new Example extension.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
getUIExtension(UIController uiController)
Returns the user interface extension of this extension (an instance of the class
UIExtensionExample ). |
public static final String NAME
public ExtensionExample()
public UIExtension getUIExtension(UIController uiController)
UIExtensionExample
). getUIExtension
in class Extension
uiController
- the user interface controller