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()
IExtension
public void postInitialize()
IExtension
initialize()
has been called for ALL the extensions.postInitialize
in interface IExtension
postInitialize
in class Extension
public void terminate()
IExtension
terminate
in interface IExtension
terminate
in class Extension
public void execute(String comm)
IExtension
comm
- An String specifying the action to
execute. This is useful when there are different
controls associated with the same extension.public boolean isEnabled()
IExtension
public boolean isVisible()
IExtension