Class InstallShowScalePlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- com.vividsolutions.jump.workbench.ui.plugin.InstallRendererPlugIn
-
- org.openjump.core.ui.plugin.view.helpclassescale.InstallShowScalePlugIn
-
- All Implemented Interfaces:
EnableChecked
,Iconified
,PlugIn
,Recordable
,ShortcutEnabled
public class InstallShowScalePlugIn extends InstallRendererPlugIn
Ensures that all TaskFrames get a scale bar.- Author:
- sstein
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description InstallShowScalePlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Renderer.Factory
createFactory(TaskFrame frame)
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.plugin.InstallRendererPlugIn
initialize
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, execute, getBooleanParam, getContext, getDoubleParam, getEnableCheck, getIcon, getIcon, getIcon, getIntegerParam, getName, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
-
-
-
Method Detail
-
createFactory
protected Renderer.Factory createFactory(TaskFrame frame)
- Specified by:
createFactory
in classInstallRendererPlugIn
-
-