|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentoReq | |
---|---|
modelo | |
vista |
Uses of DocumentoReq in modelo |
---|
Fields in modelo with type parameters of type DocumentoReq | |
---|---|
private java.util.ArrayList<DocumentoReq> |
GestorDocus.mDocReq
variable array donde guarda documentos requisitos |
Methods in modelo that return DocumentoReq | |
---|---|
DocumentoReq |
GestorDocus.editarDocu(int Id,
java.lang.String Nombre,
java.lang.String fecha,
java.lang.String creador,
java.lang.String preparado,
java.lang.String comentario)
Metodo para editar un documento |
DocumentoReq |
GestorDocus.NuevoDocu(int Id,
java.lang.String Nombre,
java.lang.String fecha,
java.lang.String creador,
java.lang.String preparado,
java.lang.String comentario)
Metodo para insertar un documento |
Methods in modelo that return types with arguments of type DocumentoReq | |
---|---|
java.util.ArrayList<DocumentoReq> |
GestorDocus.getDocReq()
|
Method parameters in modelo with type arguments of type DocumentoReq | |
---|---|
void |
GestorDocus.setDocReq(java.util.ArrayList<DocumentoReq> mDocReq)
|
Uses of DocumentoReq in vista |
---|
Fields in vista declared as DocumentoReq | |
---|---|
(package private) DocumentoReq |
jfrmDocumentoReq.auxDoc
|
(package private) DocumentoReq |
jfrmActor.auxDocPpal
|
(package private) DocumentoReq |
jfrmAnadirC.auxDocPpal
|
(package private) DocumentoReq |
jfrmAnadirF.auxDocPpal
|
(package private) DocumentoReq |
jfrmAnadirTD.auxDocPpal
|
(package private) DocumentoReq |
jfrmAnadirTO.auxDocPpal
|
(package private) DocumentoReq |
jfrmCasodeUso.auxDocPpal
|
(package private) DocumentoReq |
jfrmDatoEspecifico.auxDocPpal
|
(package private) DocumentoReq |
jfrmExcepcionCU.auxDocPpal
|
(package private) DocumentoReq |
jfrmFicheroGrafico.auxDocPpal
|
(package private) DocumentoReq |
jfrmMatrizRastreabilidad.auxDocPpal
|
(package private) DocumentoReq |
jfrmObjetivo.auxDocPpal
|
(package private) DocumentoReq |
jfrmOrganizacion.auxDocPpal
|
(package private) DocumentoReq |
jfrmParrafo.auxDocPpal
|
(package private) DocumentoReq |
jfrmParticipante.auxDocPpal
|
(package private) DocumentoReq |
jfrmPaso.auxDocPpal
|
(package private) DocumentoReq |
jfrmReqFuncional.auxDocPpal
|
(package private) DocumentoReq |
jfrmReqInformacion.auxDocPpal
|
(package private) DocumentoReq |
jfrmReqNoFuncional.auxDocPpal
|
(package private) DocumentoReq |
jfrmReqRestriccion.auxDocPpal
|
(package private) DocumentoReq |
jfrmReunion.auxDocPpal
|
(package private) DocumentoReq |
jfrmSeccion.auxDocPpal
|
(package private) DocumentoReq |
jfrmSubobjetivo.auxDocPpal
|
(package private) DocumentoReq |
jfrmPrincipal.docPpal
|
Methods in vista with parameters of type DocumentoReq | |
---|---|
(package private) void |
jfrmDocumentoReq.editarPropiedades(DocumentoReq doc)
editarPropiedades Método que edita las propiedades de un documento de requisitos |
Constructors in vista with parameters of type DocumentoReq | |
---|---|
jfrmActor(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame Actor |
|
jfrmAnadirC(jfrmMatrizRastreabilidad jf,
DocumentoReq docPpal,
javax.swing.JList jlC)
Constructor de JFrame AnadirC |
|
jfrmAnadirF(jfrmMatrizRastreabilidad jf,
DocumentoReq docPpal,
javax.swing.JList jlF)
Constructor de JFrame AnadirF |
|
jfrmAnadirTD(jfrmObjetivo jf,
DocumentoReq docPpal,
javax.swing.JList jlF,
java.lang.String ident)
Constructor para un objetivo |
|
jfrmAnadirTD(jfrmReqFuncional jf,
DocumentoReq docPpal,
javax.swing.JList jlF,
java.lang.String ident)
Constructor para un requisito funcional |
|
jfrmAnadirTD(jfrmReqInformacion jf,
DocumentoReq docPpal,
javax.swing.JList jlF,
java.lang.String ident)
Constructor para un requisito de información |
|
jfrmAnadirTD(jfrmReqNoFuncional jf,
DocumentoReq docPpal,
javax.swing.JList jlF,
java.lang.String ident)
Constructor para un requisito no funcional |
|
jfrmAnadirTD(jfrmReqRestriccion jf,
DocumentoReq docPpal,
javax.swing.JList jlF,
java.lang.String ident)
Constructor para un requisito de restricción |
|
jfrmAnadirTO(jfrmObjetivo jf,
DocumentoReq docPpal,
javax.swing.JList jl,
java.lang.String ident)
Constructor para un objetivo |
|
jfrmAnadirTO(jfrmReqFuncional jf,
DocumentoReq docPpal,
javax.swing.JList jl,
java.lang.String ident)
Constructor para un requisito funcional |
|
jfrmAnadirTO(jfrmReqInformacion jf,
DocumentoReq docPpal,
javax.swing.JList jl,
java.lang.String ident)
Constructor para un requisito de información |
|
jfrmAnadirTO(jfrmReqNoFuncional jf,
DocumentoReq docPpal,
javax.swing.JList jl,
java.lang.String ident)
Constructor para un requisito no funcional |
|
jfrmAnadirTO(jfrmReqRestriccion jf,
DocumentoReq docPpal,
javax.swing.JList jl,
java.lang.String ident)
Constructor para un requisito de restricción |
|
jfrmCasodeUso(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame CasodeUso |
|
jfrmDatoEspecifico(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex,
RequisitoInformacion RI)
Constructor de JFrame DatoEspecifico |
|
jfrmDocumentoReq(jfrmPrincipal jf,
GestorDocus GD,
DocumentoReq doc)
|
|
jfrmExcepcionCU(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex,
CasodeUso CU,
PasoCU PS)
Constructor de JFrame ExcepcionCU |
|
jfrmFicheroGrafico(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame FicheroGrafico |
|
jfrmMatrizRastreabilidad(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame MatrizRastreabilidad |
|
jfrmObjetivo(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame Objetivo |
|
jfrmOrganizacion(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame Organizacion |
|
jfrmParrafo(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame Parrafo |
|
jfrmParticipante(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame Participante |
|
jfrmPaso(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex,
CasodeUso CU)
Constructor de JFrame Paso |
|
jfrmReqFuncional(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame ReqFuncional |
|
jfrmReqInformacion(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame ReqInformacion |
|
jfrmReqNoFuncional(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame ReqNoFuncional |
|
jfrmReqRestriccion(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame ReqRestriccion |
|
jfrmReunion(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame Reunion |
|
jfrmSeccion(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex)
Constructor de JFrame Seccion |
|
jfrmSubobjetivo(jfrmPrincipal jf,
DocumentoReq docPpal,
javax.swing.tree.MutableTreeNode insertNode,
int insertIndex,
Objetivo Ob)
Constructor de JFrame Subobjetivo |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |