Package org.openjump.core.ui.plugin
Class AbstractThreadedUiPlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- org.openjump.core.ui.plugin.AbstractUiPlugIn
-
- org.openjump.core.ui.plugin.AbstractThreadedUiPlugIn
-
- All Implemented Interfaces:
EnableChecked
,Iconified
,PlugIn
,Recordable
,ShortcutEnabled
,ThreadedPlugIn
,ActionListener
,EventListener
- Direct Known Subclasses:
AbstractAddDatastoreLayerPlugIn
,AbstractLinearReferencingPlugIn
,AbstractWizardPlugin
,Add3DGeometryAttributesPlugIn
,AddGeometryAttributesPlugIn
,AffineTransformationPlugIn
,BufferPlugIn
,CoverageSimplifierPlugIn
,Dissolve2PlugIn
,DissolvePlugIn
,EraseLayerAWithLayerBPlugIn
,ExtractLayersByGeometry
,ExtractSegmentsPlugIn
,JoinTableFromExistingLayerPlugIn
,LineNoderPlugIn
,MakeValidPlugIn
,NodeFeaturesPlugIn
,NodeLinesPlugIn
,NodePolygonsPlugIn
,NoderPlugIn
,OffsetCurvePlugIn
,OpenWizardPlugIn
,PointLayerFromAttributeTablePlugIn
,PolygonizerPlugIn
,PrecisionReducerPlugIn
,RemoveSpikePlugIn
,RunMacroPlugIn
,SaveWizardPlugIn
,SplitFeaturesPlugIn
,SplitLinesNodePolygonsPlugIn
,SplitPolygonsNodeLinesPlugIn
,TriangulationPlugIn
,UnionByAttributePlugIn
,UpdateWithJoinPlugIn
,VoronoiDiagramPlugIn
public abstract class AbstractThreadedUiPlugIn extends AbstractUiPlugIn implements ThreadedPlugIn
-
-
Field Summary
-
Fields inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn
enableCheck, workbenchContext
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description AbstractThreadedUiPlugIn()
AbstractThreadedUiPlugIn(String name)
AbstractThreadedUiPlugIn(String name, String toolTip)
AbstractThreadedUiPlugIn(String name, Icon icon)
AbstractThreadedUiPlugIn(String name, Icon icon, String toolTip)
AbstractThreadedUiPlugIn(Icon icon)
-
Method Summary
-
Methods inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn
actionPerformed, execute, getEnableCheck, getIcon, getName, getToolTip, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContext
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isShortcutEnabled, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.PlugIn
execute, getName, initialize
-
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.ThreadedPlugIn
run
-
-