| Modifier and Type | Method and Description |
|---|---|
Project |
ApplicationManager.getCurrentProject()
Return the project that is loaded and in use in the application.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectExtension.getProject()
Devuelve el proyecto.
|
Project |
ProjectExtension.readProject(java.io.File file)
Lee del XML el proyecto.
Reads the XML of the project. It returns a project object holding all needed info that is not linked to the Project Dialog. |
Project |
ProjectExtension.readProject(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectExtension.setProject(Project p)
Sets the project
|
boolean |
ProjectExtension.writeProject(java.io.File file,
Project p)
Escribe el proyecto en XML.
|
boolean |
ProjectExtension.writeProject(java.io.File file,
Project p,
boolean askConfirmation)
Escribe el proyecto en disco.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
DefaultApplicationManager.getCurrentProject() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProject
Clase que representa un proyecto de gvSIG
|
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectManager.createProject() |
Project |
ProjectManager.getCurrentProject() |
Project |
ProjectNotification.getProject() |
Project |
ProjectManager.ProjectEvent.getProject() |
Project |
ProjectManager.ProjectEventImpl.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectManager.setCurrentProject(Project project) |
| Constructor and Description |
|---|
ProjectEventImpl(Project project,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Project |
AbstractDocument.getProject() |
Project |
Document.getProject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractDocumentManager.existName(Project project,
java.lang.String documentName)
Deprecated.
use instead project.getProjectDocument
|
boolean |
DocumentManager.existName(Project project,
java.lang.String documentName)
Deprecated.
use instead project.getDocument
|
void |
AbstractDocument.setProject(Project project) |
void |
Document.setProject(Project project) |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectWindow2_OLD.getProject() |
Project |
ProjectWindow.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectWindow2_OLD.setProject(Project project)
Asigna el proyecto a la ventana
|
void |
ProjectWindow.setProject(Project project) |
| Constructor and Description |
|---|
ProjectGeneralPropertiesPage(Project project) |
ProjectProperties(Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectPanelPage.setProject(Project project) |
void |
ProjectDocumentsPanelPage.setProject(Project project) |
| Modifier and Type | Method and Description |
|---|---|
Project |
ViewDocument.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseViewDocument.setProject(Project project) |
| Constructor and Description |
|---|
Encuadrator(Project project,
org.gvsig.fmap.mapcontext.MapContext map,
IView vista) |
| Constructor and Description |
|---|
ExtentListSelectorModel(Project p) |
Copyright © 2024 gvSIG Association. All rights reserved.