net.refractions.udig.project.ui.operations
Class CreateLayerView

java.lang.Object
  extended by net.refractions.udig.project.ui.operations.CreateLayerView

public class CreateLayerView
extends java.lang.Object

Creates a layer that is a view based on the selection of the currently selected layer.

Author:
Jesse

Constructor Summary
CreateLayerView()
           
 
Method Summary
 void op(Display display, java.lang.Object target, IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateLayerView

public CreateLayerView()
Method Detail

op

public void op(Display display,
               java.lang.Object target,
               IProgressMonitor monitor)
        throws java.lang.Exception
Throws:
java.lang.Exception