public class ChartLegendExtension extends Extension
| Constructor and Description |
|---|
ChartLegendExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String actionCommand)
Execute the actions associated to this extension.
|
void |
initialize()
Extension's initialization code should be here.
|
boolean |
isEnabled()
Check if tools of this extension are enabled.
|
boolean |
isEnabled(IExtension extension)
Check if an extension is enabled.
|
boolean |
isVisible()
Check if tools of this extension are visible.
|
boolean |
isVisible(IExtension extension)
Check if an extension is visible.
|
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(String actionCommand)
actionCommand - An String specifying the action to
execute. This is useful when there are different
controls associated with the same extension.public boolean isEnabled()
public boolean isVisible()
public boolean isEnabled(IExtension extension)
public boolean isVisible(IExtension extension)