Package | Description |
---|---|
clases | |
interfaz |
Modifier and Type | Method and Description |
---|---|
Participante |
Apendice.getAutor()
Devuelve el Autor del Apendice/Seccion
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Participante> |
Reunion.getAutores() |
java.util.ArrayList<Participante> |
Reunion.getClientes() |
java.util.ArrayList<Participante> |
Documento.getPart_creados()
Obtiene la lista de participantes creados del proyecto.
|
Modifier and Type | Method and Description |
---|---|
void |
Documento.Crear_Participante(Participante p)
AƱade un nuevo participante a la lista de participantes del proyecto.
|
void |
Apendice.setAutor(Participante Autor)
Establece el autor del Apendice/seccion
|
static org.w3c.dom.Element |
XMLParser.setParticipante(Participante pr,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
Reunion.setAutores(java.util.ArrayList<Participante> autores) |
void |
Reunion.setClientes(java.util.ArrayList<Participante> clientes) |
void |
Documento.setPart_creados(java.util.ArrayList<Participante> Part_creados)
Establece la lista de participantes creados del proyecto.
|
Constructor and Description |
---|
jfrReunion(Interfaz padre,
javax.swing.tree.DefaultMutableTreeNode nodo,
java.util.ArrayList<Participante> datos,
boolean n_editar) |