public class PortableViewEditorExtension extends Extension
| Constructor and Description |
|---|
PortableViewEditorExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.String actionCommand) |
void |
initialize()
Extension's initialization code should be here.
|
boolean |
isEnabled() |
boolean |
isVisible() |
void |
postInitialize()
Extension's post-initialization code should be here.
|
public void initialize()
IExtensionpublic void postInitialize()
IExtensioninitialize()
has been called for ALL the extensions.postInitialize in interface IExtensionpostInitialize in class Extensionpublic boolean isEnabled()
public boolean isVisible()
public void execute(java.lang.String actionCommand)
actionCommand - An String specifying the action to
execute. This is useful when there are different
controls associated with the same extension.