public class TableEditStopExtension extends AbstractTableEditExtension
featureTableOperations, logger, table
Constructor and Description |
---|
TableEditStopExtension() |
Modifier and Type | Method and Description |
---|---|
void |
execute(java.lang.String actionCommand)
This method is executed when the user clicks on any of the
controls associated with this extension (menus, tools, etc).
|
void |
execute(java.lang.String actionCommand,
java.lang.Object[] args) |
IExtensionStatus |
getStatus()
Gets the status of the extension, which may be queried to check
if the extension has some unsaved data or some associated background
tasks.
|
void |
initialize()
Extension's initialization code should be here.
|
boolean |
isEnabled()
This method is invoked by Andami to check whether the extension
(and its associated controls) is enabled or disabled.
|
boolean |
isVisible()
This method is invoked by Andami to check whether the extension
(and its associated controls) is visible or hidden.
|
canQueryByAction, getPlugin, getStatus, getText, isEnabled, isVisible, postInitialize, setPlugin, terminate
public void initialize()
IExtension
initialize
in interface IExtension
initialize
in class AbstractTableEditExtension
IExtension.initialize()
public void execute(java.lang.String actionCommand)
IExtension
actionCommand
- An String specifying the action to
execute. This is useful when there are different
controls associated with the same extension.public void execute(java.lang.String actionCommand, java.lang.Object[] args)
execute
in interface IExtensionExecuteWithArgs
execute
in class Extension
public boolean isEnabled()
IExtension
public boolean isVisible()
IExtension
isVisible
in interface IExtension
isVisible
in class AbstractTableEditExtension
public IExtensionStatus getStatus()
IExtension
getStatus
in interface IExtension
getStatus
in class Extension
IExtensionStatus