public class ChartExtension extends Extension implements ExclusiveUIExtension
| Constructor and Description |
|---|
ChartExtension() |
| 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.
|
void |
writeImage(BufferedImage image,
String fileName) |
canQueryByAction, execute, getPlugin, getStatus, getStatus, getText, isEnabled, isVisible, setPlugin, terminateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, getStatus, terminatepublic void initialize()
IExtensioninitialize in interface IExtensionpublic void postInitialize()
IExtensioninitialize()
has been called for ALL the extensions.postInitialize in interface IExtensionpostInitialize in class Extensionpublic void execute(String actionCommand)
execute in interface IExtensionactionCommand - An String specifying the action to
execute. This is useful when there are different
controls associated with the same extension.public void writeImage(BufferedImage image, String fileName)
public boolean isEnabled()
isEnabled in interface IExtensionpublic boolean isVisible()
isVisible in interface IExtensionpublic boolean isEnabled(IExtension extension)
isEnabled in interface ExclusiveUIExtensionpublic boolean isVisible(IExtension extension)
isVisible in interface ExclusiveUIExtension