Package | Description |
---|---|
controlador.undo | |
modelo |
Modifier and Type | Method and Description |
---|---|
PropiedadLinea |
ModificarNombrePropiedadCommand.getPropiedad()
Recupera propiedad.
|
Modifier and Type | Method and Description |
---|---|
void |
ModificarNombrePropiedadCommand.setPropiedad(PropiedadLinea propiedad)
Establece propiedad.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PropiedadLinea> |
Componente.generarPropiedades()
Genera un array de PropiedadesLinea, a partir del prototipo PrototipoListaPropiedadesLinea.
|
java.util.ArrayList<PropiedadLinea> |
Componente.getPropiedades()
Recupera propiedades.
|
Modifier and Type | Method and Description |
---|---|
void |
Componente.setPropiedades(java.util.ArrayList<PropiedadLinea> propiedades)
Establece propiedades.
|