public class JoinToolExtension extends TableOperations
Constructor and Description |
---|
JoinToolExtension() |
Modifier and Type | Method and Description |
---|---|
void |
execute(String actionCommand)
This method is executed when the user clicks on any of the
controls associated with this extension (menus, tools, etc).
|
void |
initialize()
Extension's initialization code should be here.
|
addToSet, fromSet, isEnabled, isVisible, newSet, sanitizeFieldName
public void initialize()
IExtension
initialize
in interface IExtension
initialize
in class TableOperations
IExtension.initialize()
public void execute(String actionCommand)
IExtension
execute
in interface IExtension
execute
in class TableOperations
actionCommand
- An String specifying the action to
execute. This is useful when there are different
controls associated with the same extension.com.iver.mdiApp.plugins.IExtension#updateUI(java.lang.String)