public class MapSheetsCreationExtension extends Extension
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE_ID_SEPARATOR |
static Properties |
extensionProperties |
static Color |
GRID_COLOR_BORDER |
static Color |
GRID_COLOR_EDIT_BORDER |
static Color |
GRID_COLOR_EDIT_FILL |
static Color |
GRID_COLOR_FILL |
static Color |
GRID_COLOR_SEL_BORDER |
static Color |
GRID_COLOR_SEL_FILL |
static int |
MAX_PRINTAB_MAPS |
| Constructor and Description |
|---|
MapSheetsCreationExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(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 Properties extensionProperties
public static String CODE_ID_SEPARATOR
public static int MAX_PRINTAB_MAPS
public static Color GRID_COLOR_BORDER
public static Color GRID_COLOR_FILL
public static Color GRID_COLOR_SEL_BORDER
public static Color GRID_COLOR_SEL_FILL
public static Color GRID_COLOR_EDIT_BORDER
public static 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(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