Uses of Class
org.gvsig.tools.operations.OperationNotSupportedException

Packages that use OperationNotSupportedException
org.gvsig.tools.operations   
org.gvsig.tools.operations.impl   
 

Uses of OperationNotSupportedException in org.gvsig.tools.operations
 

Methods in org.gvsig.tools.operations that throw OperationNotSupportedException
 int Operation.getCode()
           
 int AbstractOperation.getCode()
          Get the operation code associated to this operation.
 Operation OperationManager.getOperation(Class aClass, int code)
           
 Operation OperationManager.getOperation(Class aClass, String name)
           
 Object Operations.getOperation(int code)
           
 Operation OperationManager.getOperation(Object obj, int code)
           
 Operation OperationManager.getOperation(Object obj, String name)
           
 Object Operations.getOperation(String name)
           
 int OperationManager.getOperationCode(Class aClass, String name)
           
 Object Operations.invokeOperation(int code, OperationContext context)
           
 Object Operations.invokeOperation(String name, OperationContext context)
           
 

Uses of OperationNotSupportedException in org.gvsig.tools.operations.impl
 

Methods in org.gvsig.tools.operations.impl that throw OperationNotSupportedException
 Operation DefaultOperationManager.getOperation(Class theClass, int code)
           
 Operation DefaultOperationManager.getOperation(Class theClass, String name)
           
 Operation DefaultOperationManager.getOperation(Object obj, int code)
           
 Operation DefaultOperationManager.getOperation(Object obj, String name)
           
 int DefaultOperationManager.getOperationCode(Class theClass, String name)
           
 



Copyright © 2004-2011 gvSIG. All Rights Reserved.