net.refractions.udig.project.ui.operations.example
Class MultiTargetOp

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

public class MultiTargetOp
extends java.lang.Object

An Operation that can operate on either GeoResources or on FeatureSources. If the object is a georesource the operation prints out a summary about the resource. if the object is a FeatureSource the number of features are printed.

Author:
jones

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

MultiTargetOp

public MultiTargetOp()
Method Detail

op

public void op(Display display,
               java.lang.Object target,
               IProgressMonitor monitor)
        throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
net.refractions.udig.ui.operations.IOp#op(java.lang.Object)