Package | Description |
---|---|
controlador | |
datos | |
modelo | |
utils | |
utils.tablemodels | |
vista |
Modifier and Type | Method and Description |
---|---|
Presentacion |
EditorPresentacionesController.getPresentacion() |
Modifier and Type | Method and Description |
---|---|
void |
EditorPresentacionesController.inicializar(Presentacion presentacion,
int tipo) |
void |
EditorPresentacionesController.setPresentacion(Presentacion presentacion) |
Modifier and Type | Method and Description |
---|---|
Presentacion |
PresentacionesDAO.cargarPresentacion(java.io.File file)
Cargar presentacion de disco
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Presentacion> |
PresentacionesDAO.cargarPresentaciones()
Cargar todas las presentaciones disponibles en el workspace de la aplicación.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
PresentacionesDAO.guardarPresentación(Presentacion presentacion)
Guardar presentación en el workspace de la aplicación
|
Modifier and Type | Method and Description |
---|---|
Presentacion |
Propiedad.getPresentacion()
Recupera presentacion.
|
Presentacion |
Esquema.getPresentacion()
Recupera presentacion.
|
Modifier and Type | Method and Description |
---|---|
void |
Propiedad.setPresentacion(Presentacion presentacion)
Establece presentacion.
|
void |
Esquema.setPresentacion(Presentacion presentacion)
Establece presentacion.
|
java.lang.String |
Estructura.validar(Presentacion presentacion)
Validar una estructura.
|
java.lang.String |
ComponenteElemental.validar(Presentacion presentacion) |
java.lang.String |
ComponenteCompuesta.validar(Presentacion presentacion) |
abstract java.lang.String |
Componente.validar(Presentacion presentacion)
Validación de una componente.
|
Constructor and Description |
---|
Esquema(java.lang.String nombre,
Estructura estructura,
Presentacion presentacion)
Inicializa un objeto de tipo esquema.
|
Propiedad(java.lang.String nombre,
Presentacion presentacion,
boolean visible)
Inicializa un objeto de tipo propiedad.
|
Propiedad(java.lang.String nombre,
Presentacion presentacion,
boolean visible,
TipoDatos tipoDatos)
Inicializa un objeto de tipo propiedad.
|
Modifier and Type | Method and Description |
---|---|
Presentacion |
ManagerPresentaciones.buscarPorNombre(java.lang.String nombre)
Busca una presentación a través de su nombre
|
Presentacion |
ManagerPresentaciones.getPresentacionDefault()
Recupera presentacion default.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Presentacion> |
ManagerPresentaciones.getPresentacionesPrivadas()
Recupera presentaciones privadas.
|
java.util.ArrayList<Presentacion> |
ManagerPresentaciones.getPresentacionesPublicas()
Recupera presentaciones publicas.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagerPresentaciones.agregarPresentacionDefault(Presentacion p)
Agregar presentacion default.
|
void |
ManagerPresentaciones.agregarPresentacionPrivada(Presentacion p)
Agregar presentacion privada.
|
void |
ManagerPresentaciones.agregarPresentacionPublica(Presentacion p)
Agregar presentacion publica.
|
void |
ManagerPresentaciones.eliminarPresentacionDefault(Presentacion p)
Eliminar presentacion default.
|
void |
ManagerPresentaciones.eliminarPresentacionPrivada(Presentacion p)
Eliminar presentacion privada.
|
void |
ManagerPresentaciones.eliminarPresentacionPublica(Presentacion p)
Eliminar presentacion publica.
|
void |
ManagerPresentaciones.modificarPresentacion(Presentacion p)
Modificar presentacion.
|
void |
ManagerPresentaciones.modificarPresentacion(Presentacion presentacion,
java.lang.String nombreAntiguo)
Modificar presentacion.
|
Modifier and Type | Method and Description |
---|---|
void |
ModeloEditorEstructuras.setPresentacion(Presentacion presentacion)
Establece presentacion.
|
Constructor and Description |
---|
ModeloEditorEstructuras(Presentacion presentacion,
Estructura estructura)
Inicializa un objeto de tipo modelo editor estructuras.
|
Constructor and Description |
---|
ModeloEditorTipoPresentaciones(java.util.ArrayList<Presentacion> presentaciones)
Inicializa un objeto de tipo modelo editor tipo presentaciones.
|
Constructor and Description |
---|
EditorPresentaciones(javax.swing.JFrame previous,
Presentacion presentacion,
int tipo)
Create the frame.
|