| Package | Description |
|---|---|
| controlador | |
| modelo | |
| modelo.prototypes | |
| utils.tablemodels | |
| vista |
| Modifier and Type | Method and Description |
|---|---|
Propiedad |
EditorTipoDatosController.getPropiedad() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditorTipoDatosController.inicializar(EditorTipoDatos editorTipoDatos,
Propiedad propiedadSeleccionada) |
void |
EditorTipoDatosController.setPropiedad(Propiedad propiedad) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Propiedad> |
Presentacion.getPropiedades()
Gets the propiedades.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Presentacion.setPropiedades(java.util.ArrayList<Propiedad> propiedades)
Sets the propiedades.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Propiedad> |
PrototipoListaPropiedades.getPropiedades()
Recupera propiedades.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrototipoListaPropiedades.setPropiedades(java.util.ArrayList<Propiedad> propiedades)
Establece propiedades.
|
| Constructor and Description |
|---|
ModeloEditorPresentacionesPropiedades(java.util.ArrayList<Propiedad> propiedades)
Inicializa un objeto de tipo modelo editor presentaciones propiedades.
|
| Constructor and Description |
|---|
EditorTipoDatos(javax.swing.JFrame previous,
Propiedad propiedadSeleccionada)
Create the frame.
|