Package org.openjump.core.ui.plugin.task
Class TaskPropertiesPlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- org.openjump.core.ui.plugin.task.TaskPropertiesPlugIn
-
- All Implemented Interfaces:
EnableChecked
,Iconified
,PlugIn
,Recordable
,ShortcutEnabled
public class TaskPropertiesPlugIn extends AbstractPlugIn
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATASOURCE_CLASS
static String
EDIT_METADATA
static String
EXTENT
static String
FILE
static String
INFO
static String
LAST_MODIFICATION
static SuggestTreeComboBox
localSuggestTreeComboBox
static String
MODIFIED_LAYERS
static String
NAME
static String
NOT_SAVED
static String
NOT_SET
static String
NUMBER_LAYERS
static String
PROJ_DESCRIPTION
static String
PROJ_METADATA
static String
PROJ_STATUS
static String
SEARCH_SRID
static String
SOURCE_PATH
static String
SRS
static String
TEMPORARY_LAYERS
static String
TOOLTIP
static String
UNIT
static String
XMAX
static String
XMIN
static String
YMAX
static String
YMIN
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description TaskPropertiesPlugIn()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyModifications(PlugInContext context, MultiInputDialog dialog)
static MultiEnableCheck
createEnableCheck(WorkbenchContext workbenchContext)
boolean
execute(PlugInContext context)
Execute the PlugIn.Icon
getIcon()
Plugin icon assumed to be 16x16 by defaultString
getName()
Returns a very brief description of this PlugIn e.g.String
header(String layer, String type, String path, String proj)
void
initialize(PlugInContext context)
Called when Workbench starts up to allow plugins to initialize themselves.String
text(String layer, String type, String path, String proj)
String
text2(String type)
protected void
updateControls(PlugInContext context, MultiInputDialog dialog)
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getEnableCheck, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
-
-
-
Field Detail
-
NAME
public static String NAME
-
PROJ_METADATA
public static String PROJ_METADATA
-
PROJ_STATUS
public static String PROJ_STATUS
-
NOT_SAVED
public static String NOT_SAVED
-
NOT_SET
public static String NOT_SET
-
LAST_MODIFICATION
public static String LAST_MODIFICATION
-
PROJ_DESCRIPTION
public static String PROJ_DESCRIPTION
-
SEARCH_SRID
public static String SEARCH_SRID
-
NUMBER_LAYERS
public static String NUMBER_LAYERS
-
EDIT_METADATA
public static String EDIT_METADATA
-
TOOLTIP
public static String TOOLTIP
-
UNIT
public static String UNIT
-
MODIFIED_LAYERS
public static String MODIFIED_LAYERS
-
TEMPORARY_LAYERS
public static String TEMPORARY_LAYERS
-
FILE
public static String FILE
-
INFO
public static String INFO
-
XMIN
public static String XMIN
-
YMIN
public static String YMIN
-
XMAX
public static String XMAX
-
YMAX
public static String YMAX
-
EXTENT
public static String EXTENT
-
SOURCE_PATH
public static String SOURCE_PATH
-
DATASOURCE_CLASS
public static String DATASOURCE_CLASS
-
SRS
public static String SRS
-
localSuggestTreeComboBox
public static SuggestTreeComboBox localSuggestTreeComboBox
-
-
Method Detail
-
initialize
public void initialize(PlugInContext context) throws Exception
Description copied from interface:PlugIn
Called when Workbench starts up to allow plugins to initialize themselves.- Specified by:
initialize
in interfacePlugIn
- Overrides:
initialize
in classAbstractPlugIn
- Parameters:
context
- context of the PlugIn- Throws:
Exception
- if an exception occur during initialization
-
getName
public String getName()
Description copied from interface:PlugIn
Returns a very brief description of this PlugIn e.g. for display as a menu item- Specified by:
getName
in interfacePlugIn
- Overrides:
getName
in classAbstractPlugIn
- Returns:
- the class name, minus "PlugIn", with spaces inserted at the appropriate point before each uppercase+lowercase and lowercase+uppercase combination.
-
getIcon
public Icon getIcon()
Description copied from class:AbstractPlugIn
Plugin icon assumed to be 16x16 by default- Specified by:
getIcon
in interfaceIconified
- Overrides:
getIcon
in classAbstractPlugIn
-
createEnableCheck
public static MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
-
execute
public boolean execute(PlugInContext context) throws Exception
Description copied from class:AbstractPlugIn
Execute the PlugIn.- Specified by:
execute
in interfacePlugIn
- Overrides:
execute
in classAbstractPlugIn
- Parameters:
context
- context of this PlugIn- Returns:
- true if the PlugIn has been executed
- Throws:
Exception
- if an Exception occurs during execution- See Also:
ThreadedPlugIn
-
updateControls
protected void updateControls(PlugInContext context, MultiInputDialog dialog)
-
applyModifications
protected void applyModifications(PlugInContext context, MultiInputDialog dialog)
-
-