Uses of Class
modelo.ExcepcionCU

Packages that use ExcepcionCU
modelo   
vista   
 

Uses of ExcepcionCU in modelo
 

Fields in modelo with type parameters of type ExcepcionCU
private  java.util.ArrayList<ExcepcionCU> PasoCU.mExcepcionCU
          Con esta variable guardamos el array de excepciones
 

Methods in modelo that return ExcepcionCU
 ExcepcionCU PasoCU.nuevaExcepcion(int Id, java.lang.String IdentP, java.lang.String condicion, java.lang.String terminacion, boolean AccionSistema, boolean AccionActor, boolean InclusionExtension, java.lang.String Actor, java.lang.String IE, java.lang.String Accion, int valor, java.lang.String unidad, java.lang.String comentario)
          Metodo que crea una excepcion
 

Methods in modelo that return types with arguments of type ExcepcionCU
 java.util.ArrayList<ExcepcionCU> PasoCU.getExcepcionCU()
          Metodo que devuelve el array de excepciones
 

Method parameters in modelo with type arguments of type ExcepcionCU
 void PasoCU.setExcepcionCU(java.util.ArrayList<ExcepcionCU> val)
          Metodo que añade una excepcion al array
 

Uses of ExcepcionCU in vista
 

Fields in vista declared as ExcepcionCU
(package private)  ExcepcionCU jfrmExcepcionCU.auxECU
           
(package private)  ExcepcionCU jfrmExcepcionCU.newExCU
           
 

Fields in vista with type parameters of type ExcepcionCU
(package private)  java.util.ArrayList<ExcepcionCU> jfrmPaso.auxEx
           
(package private)  java.util.ArrayList<ExcepcionCU> jfrmCasodeUso.auxEX
           
 

Methods in vista with parameters of type ExcepcionCU
(package private)  void jfrmExcepcionCU.editarPropiedades(ExcepcionCU ECU)
          editarPropiedades Método que edita las propiedades de una excepcion