public class MapSheetsCreationExtension extends Extension
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CODE_ID_SEPARATOR |
static java.util.Properties |
extensionProperties |
static java.awt.Color |
GRID_COLOR_BORDER |
static java.awt.Color |
GRID_COLOR_EDIT_BORDER |
static java.awt.Color |
GRID_COLOR_EDIT_FILL |
static java.awt.Color |
GRID_COLOR_FILL |
static java.awt.Color |
GRID_COLOR_SEL_BORDER |
static java.awt.Color |
GRID_COLOR_SEL_FILL |
static int |
MAX_PRINTAB_MAPS |
| Constructor and Description |
|---|
MapSheetsCreationExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.String comm)
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.
|
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.
|
void |
postInitialize()
Extension's post-initialization code should be here.
|
void |
terminate()
Extension's termination code should be here.
|
public static java.util.Properties extensionProperties
public static java.lang.String CODE_ID_SEPARATOR
public static int MAX_PRINTAB_MAPS
public static java.awt.Color GRID_COLOR_BORDER
public static java.awt.Color GRID_COLOR_FILL
public static java.awt.Color GRID_COLOR_SEL_BORDER
public static java.awt.Color GRID_COLOR_SEL_FILL
public static java.awt.Color GRID_COLOR_EDIT_BORDER
public static java.awt.Color GRID_COLOR_EDIT_FILL
public void initialize()
IExtensionpublic void postInitialize()
IExtensioninitialize()
has been called for ALL the extensions.postInitialize in interface IExtensionpostInitialize in class Extensionpublic void terminate()
IExtensionterminate in interface IExtensionterminate in class Extensionpublic void execute(java.lang.String comm)
IExtensioncomm - An String specifying the action to
execute. This is useful when there are different
controls associated with the same extension.public boolean isEnabled()
IExtensionpublic boolean isVisible()
IExtension