Class SaveToPostGISPlugIn
java.lang.Object
org.openjump.core.ui.plugin.datastore.postgis.SaveToPostGISPlugIn
- All Implemented Interfaces:
PlugIn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(PlugInContext context) This function always returns false.getName()Returns a very brief description of this PlugIn e.g. for display as a menu itemvoidinitialize(PlugInContext context) Initializes the plugin by creating the data source and data source query choosers.
-
Constructor Details
-
SaveToPostGISPlugIn
public SaveToPostGISPlugIn()
-
-
Method Details
-
initialize
Initializes the plugin by creating the data source and data source query choosers.- Specified by:
initializein interfacePlugIn- Parameters:
context- context of the PlugIn- See Also:
-
execute
This function always returns false. -
getName
-