| Package | Description |
|---|---|
| org.gvsig.app.project | |
| org.gvsig.app.project.documents | |
| org.gvsig.app.project.documents.view |
| Modifier and Type | Method and Description |
|---|---|
DocumentManager |
ProjectManager.getDocumentManager(java.lang.String type) |
DocumentManager |
ProjectManager.getDocumentManagers(java.lang.String type)
Deprecated.
use
ProjectManager.getDocumentManager(String) instead. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DocumentManager> |
ProjectManager.getDocumentManager()
Deprecated.
use
ProjectManager.getDocumentManagers() instead. |
java.util.List<DocumentManager> |
ProjectManager.getDocumentManagers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectManager.registerDocumentFactory(DocumentManager documentManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDocumentManager
Factory of ProjectDocument.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentManager |
AbstractDocument.getFactory() |
DocumentManager |
Document.getFactory() |
| Constructor and Description |
|---|
AbstractDocument(DocumentManager factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ViewManager
Factory of View.
|
| Constructor and Description |
|---|
BaseViewDocument(DocumentManager factory) |
DefaultViewDocument(DocumentManager factory) |
Copyright © 2025 gvSIG Association. All rights reserved.