com.vividsolutions.jump.workbench.ui.plugin
Class InstallRendererPlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.ui.plugin.InstallRendererPlugIn
All Implemented Interfaces:
PlugIn
Direct Known Subclasses:
InstallGridPlugIn, InstallScaleBarPlugIn, InstallShowScalePlugIn

public abstract class InstallRendererPlugIn
extends AbstractPlugIn


Constructor Summary
InstallRendererPlugIn(java.lang.Object contentID, boolean aboveLayerables)
           
 
Method Summary
protected abstract  Renderer.Factory createFactory(TaskFrame frame)
           
 void initialize(PlugInContext context)
          Called when Workbench starts up to allow plugins to initialize themselves.
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, execute, getName, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstallRendererPlugIn

public InstallRendererPlugIn(java.lang.Object contentID,
                             boolean aboveLayerables)
Method Detail

initialize

public void initialize(PlugInContext context)
                throws java.lang.Exception
Description copied from interface: PlugIn
Called when Workbench starts up to allow plugins to initialize themselves.

Specified by:
initialize in interface PlugIn
Overrides:
initialize in class AbstractPlugIn
Throws:
java.lang.Exception

createFactory

protected abstract Renderer.Factory createFactory(TaskFrame frame)