org.openjump.core.ccordsys.srid
Class EnsureAllLayersHaveSRIDStylePlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by org.openjump.core.ccordsys.srid.EnsureAllLayersHaveSRIDStylePlugIn
All Implemented Interfaces:
PlugIn

public class EnsureAllLayersHaveSRIDStylePlugIn
extends AbstractPlugIn

Adds the SRIDStyle to every layer that JUMP encounters.


Constructor Summary
EnsureAllLayersHaveSRIDStylePlugIn()
           
 
Method Summary
 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

EnsureAllLayersHaveSRIDStylePlugIn

public EnsureAllLayersHaveSRIDStylePlugIn()
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