Uses of Class
org.openjump.core.ui.plugin.AbstractUiPlugIn
Packages that use AbstractUiPlugIn
Package
Description
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of AbstractUiPlugIn in com.vividsolutions.jump.plugin.edit
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.plugin.editModifier and TypeClassDescriptionclassApplies anAffineTransformationto a layer.classclassclassNoder PlugIn computes intersection nodes in a collection of linear or areal features.classclass -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.plugin
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.pluginModifier and TypeClassDescriptionclassRun a macro composed of a sequence of plugins along with their parameters. -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type AbstractUiPlugInModifier and TypeMethodDescriptionFeatureInstaller.addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin) Deprecated.use addMainMenuPlugin() insteadFeatureInstaller.addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, int pos) Deprecated.use addMainMenuPlugin() insteadFeatureInstaller.addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, EnableCheck enableCheck) Deprecated.use addMainMenuPlugin() insteadFeatureInstaller.addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, EnableCheck enableCheck, int pos) Deprecated.use addMainMenuPlugin() insteadFeatureInstaller.addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, JMenuItem menuItem, int pos) Deprecated.use addMainMenuPlugin() insteadFeatureInstaller.addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, JMenuItem menuItem, EnableCheck enableCheck, int pos) Deprecated.use addMainMenuPlugin() instead -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.analysis
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.analysisModifier and TypeClassDescriptionclassPlugIn performing buffer operations authorized by JTS BufferOp class.classPlugIn creating an offset linestring from a linear geometry. -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.datastore
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.datastoreModifier and TypeClassDescriptionclassclassDeprecated.classThis PlugIn runs a SQL query against a datastore and creates a Layer from the result. -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.imagery
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.imagery -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.simplify
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.simplify -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.datastore
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.datastoreModifier and TypeClassDescriptionclassEditDatastoreQueryPlugInload the query used to create a layer in the RunDatastoreQueryPanel. -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.file
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.fileModifier and TypeClassDescriptionclassclassPlug-in to open files using a wizard.classclassclassclass -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.layer
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.layerModifier and TypeClassDescriptionclassThis plugin split a layer into several layers when its features have different geometry dimensions. -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.tools
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.toolsModifier and TypeClassDescriptionclassUser can add one or several of the following 3d attributes to a layer.classUser can add one or several of the following geometry attributes to a layer.classAssign a value to an attribute on a set of features.classPlugin to mimic a SQL GROUP BY operation.classDissolve plugin is used to union features with same attribute value(s).classPlugIn to erase geometries of a layer with the geometries from another layerclassPlugin to fill an attribute with randomly generated numbersclassPlugin to fill an attribute with randomly generated numbersclassclassTable join - attaches attributes from one layer to another layer created: 2012-10-01 refactored : 2016-10-29classA plugIn to repair invalid geometriesclassCreated by UMichael on 10/03/2016.classCreates a triangulation using the new Triangulation API of JTS 1.12classUnionByAttribute plugin is used to union features in a Layer or to Dissolve features using an attribute.classUpdate a layer from another layer using a joinclassCreates a Voronoï Dialgram using the new Triangulation API of JTS 1.12 -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.tools.generate
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.tools.generateModifier and TypeClassDescriptionclassCommon attributes and methods for LinearReferencingclassCreate a grid or graticule for the map.classCreate point along a selected linear geometry from a distance and an offset values.classCreate point along a selected linear geometry from a distance and an offset values.classCreates a new point layer from a attribute table where two attributes are used as coordinates. -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.window
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.windowModifier and TypeClassDescriptionclassA plugin to layout opened internal frames as a mosaic.classA plugin to synchronize / desynchronize LayerViewPanels.