public class AnimationSupportExtension extends Extension
| Constructor and Description |
|---|
AnimationSupportExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.String actionCommand)
Throws the preferences dialog for animation
|
void |
initialize()
Extension's initialization code should be here.
|
boolean |
isEnabled()
This extension is enabled when exists a layer with time support
loaded in the active view
|
boolean |
isVisible()
This method is invoked by Andami to check whether the extension
(and its associated controls) is visible or hidden.
|
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 void execute(java.lang.String actionCommand)
actionCommand - public boolean isEnabled()
public boolean isVisible()
IExtension