| Modifier and Type | Method and Description |
|---|---|
Document |
ApplicationManager.getActiveDocument()
Returns the active document of the application or null
if there is no active document.
|
Document |
ApplicationManager.getActiveDocument(java.lang.Class<? extends Document> documentClass)
Returns the active document of the application that is of the
requested type or null if there is no active document or the
active document is not of the requested type.
|
Document |
ApplicationManager.getActiveDocument(java.lang.String documentTypeName)
Returns the active document of the application that is of the
requested type or null if there is no active document or the
active document is not of the requested type.
|
| Modifier and Type | Method and Description |
|---|---|
IDocumentWindow |
ApplicationManager.getDocumentWindow(Document document)
Returns the window associated with the document passed as
parameter or null if there is no window associated with
the document.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
ApplicationManager.getActiveComponent(java.lang.Class<? extends Document> documentClass)
Returns the JComponent associated to the active document for the
specified type of document.
|
Document |
ApplicationManager.getActiveDocument(java.lang.Class<? extends Document> documentClass)
Returns the active document of the application that is of the
requested type or null if there is no active document or the
active document is not of the requested type.
|
org.gvsig.andami.ui.mdiManager.IWindow |
ApplicationManager.getActiveWindow(java.lang.Class<? extends Document> documentClass) |
| Modifier and Type | Method and Description |
|---|---|
Document |
DefaultApplicationManager.getActiveDocument() |
Document |
DefaultApplicationManager.getActiveDocument(java.lang.Class<? extends Document> documentClass) |
Document |
DefaultApplicationManager.getActiveDocument(java.lang.String documentTypeName) |
| Modifier and Type | Method and Description |
|---|---|
IDocumentWindow |
DefaultApplicationManager.getDocumentWindow(Document document) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
DefaultApplicationManager.getActiveComponent(java.lang.Class<? extends Document> documentClass) |
Document |
DefaultApplicationManager.getActiveDocument(java.lang.Class<? extends Document> documentClass) |
org.gvsig.andami.ui.mdiManager.IWindow |
DefaultApplicationManager.getActiveWindow(java.lang.Class<? extends Document> documentClass) |
| Modifier and Type | Method and Description |
|---|---|
Document |
ProjectManager.createDocument(java.lang.String type) |
Document |
DefaultProject.createDocument(java.lang.String type) |
Document |
DocumentsContainer.createDocument(java.lang.String type) |
Document |
ProjectManager.createDocument(java.lang.String type,
java.lang.String name) |
Document |
ProjectManager.createDocumentByUser(java.lang.String type)
Deprecated.
use
ProjectManager.createDocumentsByUser(String) instead |
Document |
DefaultProject.getActiveDocument() |
Document |
DocumentsContainer.getActiveDocument() |
Document |
DefaultProject.getActiveDocument(java.lang.Class<? extends Document> documentClass) |
Document |
DocumentsContainer.getActiveDocument(java.lang.Class<? extends Document> documentClass) |
Document |
DefaultProject.getActiveDocument(java.lang.String documentTypeName) |
Document |
DocumentsContainer.getActiveDocument(java.lang.String documentTypeName) |
Document |
DocumentsContainerNotification.getDocument() |
Document |
DefaultProject.getDocument(java.util.function.Predicate<Document> condition) |
Document |
DocumentsContainer.getDocument(java.util.function.Predicate<Document> condition)
Returns the first document that fit the condition specified.
|
Document |
DefaultProject.getDocument(java.lang.String name) |
Document |
DocumentsContainer.getDocument(java.lang.String name)
Returns the document with the name specified by name.
|
Document |
DefaultProject.getDocument(java.lang.String name,
java.lang.String type)
Obtiene un documento a partir de su nombre y el nombre de registro en el
pointExtension, este �ltimo se puede obtener del
Project****Factory.registerName.
|
Document |
DocumentsContainer.getDocument(java.lang.String name,
java.lang.String type)
Returns the document of the type indicated and the name specified by name.
|
Document |
DefaultProject.getFirstDocument(java.lang.Class<? extends Document> documentClass) |
Document |
DocumentsContainer.getFirstDocument(java.lang.Class<? extends Document> documentClass) |
Document |
DefaultProject.getProjectDocumentByName(java.lang.String name,
java.lang.String type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<? extends Document> |
ProjectManager.createDocumentsByUser(java.lang.String type)
Creates a group of documents of a given type through the user interface.
|
java.util.Iterator<? extends Document> |
ProjectManager.createDocumentsByUser(java.lang.String type,
org.gvsig.tools.util.Invocable whenDocumentsLoadeds) |
java.util.List<Document> |
DefaultProject.getDocuments()
Return a list of documents in the project.
|
java.util.List<Document> |
DocumentsContainer.getDocuments()
Utility method that call getDocuments(Predicate
|
java.util.List<Document> |
DefaultProject.getDocuments(java.lang.Class<? extends Document> documentClass) |
java.util.List<Document> |
DocumentsContainer.getDocuments(java.lang.Class<? extends Document> documentClass)
Utility method that call getDocuments(Predicate
|
java.util.List<Document> |
DefaultProject.getDocuments(java.util.function.Predicate<Document> filter) |
java.util.List<Document> |
DocumentsContainer.getDocuments(java.util.function.Predicate<Document> filter)
Return a list of all the documents of the project that meet the
specified filter.The list of documents will be ordered
alphabetically by the name of the document.
|
java.util.List<Document> |
DefaultProject.getDocuments(java.lang.String type)
Return a list with all documents of especified type.
|
java.util.List<Document> |
DocumentsContainer.getDocuments(java.lang.String type)
Utility method that call getDocuments(Predicate
|
java.util.List<Document> |
DefaultProject.getDocumentsByType(java.lang.String type)
Deprecated.
|
java.util.List<Document> |
DefaultProject.getOpenDocuments(java.lang.Class<? extends Document> documentClass) |
java.util.List<Document> |
DocumentsContainer.getOpenDocuments(java.lang.Class<? extends Document> documentClass)
Utility method that call getOpenDocuments(Predicate
|
java.util.List<Document> |
DefaultProject.getOpenDocuments(java.util.function.Predicate<Document> filter) |
java.util.List<Document> |
DocumentsContainer.getOpenDocuments(java.util.function.Predicate<Document> filter)
Return a list of all open documents of the project that meet the
specified filter.The document list follows the same order as
the windows of these, being the first in case of complying with
the filter, the corresponding to the active window.
|
java.util.List<Document> |
DefaultProject.getOpenDocuments(java.lang.String type) |
java.util.List<Document> |
DocumentsContainer.getOpenDocuments(java.lang.String type)
Utility method that call getOpenDocuments(Predicate
|
java.util.List<Document> |
DefaultProject.getViews()
Deprecated.
|
java.util.Iterator<Document> |
DefaultProject.iterator() |
java.util.Iterator<Document> |
DocumentsContainer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProject.add(Document document)
Adds a document to the project
|
void |
Project.add(Document document)
Deprecated.
use addDocument
|
void |
DefaultProject.addDocument(Document document) |
void |
DocumentsContainer.addDocument(Document document)
Adds a document to the project
|
void |
DefaultProject.remove(Document doc) |
void |
Project.remove(Document document)
Deprecated.
use removeDocument
|
void |
DefaultProject.removeDocument(Document doc) |
void |
DocumentsContainer.removeDocument(Document document)
Remove a document of the project
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultProject.exportDocumentsAsText(java.util.List<Document> documents) |
java.lang.String |
Project.exportDocumentsAsText(java.util.List<Document> documents) |
Document |
DefaultProject.getActiveDocument(java.lang.Class<? extends Document> documentClass) |
Document |
DocumentsContainer.getActiveDocument(java.lang.Class<? extends Document> documentClass) |
org.gvsig.andami.ui.mdiManager.IWindow |
DefaultProject.getActiveWindow(java.lang.Class<? extends Document> documentClass) |
org.gvsig.andami.ui.mdiManager.IWindow |
DocumentsContainer.getActiveWindow(java.lang.Class<? extends Document> documentClass) |
Document |
DefaultProject.getDocument(java.util.function.Predicate<Document> condition) |
Document |
DocumentsContainer.getDocument(java.util.function.Predicate<Document> condition)
Returns the first document that fit the condition specified.
|
java.util.List<Document> |
DefaultProject.getDocuments(java.lang.Class<? extends Document> documentClass) |
java.util.List<Document> |
DocumentsContainer.getDocuments(java.lang.Class<? extends Document> documentClass)
Utility method that call getDocuments(Predicate
|
java.util.List<Document> |
DefaultProject.getDocuments(java.util.function.Predicate<Document> filter) |
java.util.List<Document> |
DocumentsContainer.getDocuments(java.util.function.Predicate<Document> filter)
Return a list of all the documents of the project that meet the
specified filter.The list of documents will be ordered
alphabetically by the name of the document.
|
Document |
DefaultProject.getFirstDocument(java.lang.Class<? extends Document> documentClass) |
Document |
DocumentsContainer.getFirstDocument(java.lang.Class<? extends Document> documentClass) |
java.util.List<Document> |
DefaultProject.getOpenDocuments(java.lang.Class<? extends Document> documentClass) |
java.util.List<Document> |
DocumentsContainer.getOpenDocuments(java.lang.Class<? extends Document> documentClass)
Utility method that call getOpenDocuments(Predicate
|
java.util.List<Document> |
DefaultProject.getOpenDocuments(java.util.function.Predicate<Document> filter) |
java.util.List<Document> |
DocumentsContainer.getOpenDocuments(java.util.function.Predicate<Document> filter)
Return a list of all open documents of the project that meet the
specified filter.The document list follows the same order as
the windows of these, being the first in case of complying with
the filter, the corresponding to the active window.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDocument
Clase base de los elementos del proyecto (mapas, tablas y vistas)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<? extends Document> |
AbstractDocumentManager.createDocumentsByUser() |
java.util.Iterator<? extends Document> |
DocumentManager.createDocumentsByUser()
Uses a gui to be able from the characteristics that we want a
ProjectDocument
|
java.util.Iterator<? extends Document> |
AbstractDocumentManager.createDocumentsByUser(org.gvsig.tools.util.Invocable whenDocumentsLoaded) |
java.util.Iterator<? extends Document> |
DocumentManager.createDocumentsByUser(org.gvsig.tools.util.Invocable whenDocumentsLoaded) |
| Modifier and Type | Method and Description |
|---|---|
protected IDocumentWindow |
AbstractDocumentManager.createDocumentWindow(Document document) |
void |
DocumentAction.execute(Document document,
java.util.List<Document> documents) |
javax.swing.JComponent |
AbstractDocumentManager.getMainComponent(Document doc) |
javax.swing.JComponent |
DocumentManager.getMainComponent(Document doc)
Devuelbe el JComponent que se corresponde con el documento indicado.
|
javax.swing.JComponent |
AbstractDocumentManager.getMainComponent(DocumentsContainer container,
Document doc) |
javax.swing.JComponent |
DocumentManager.getMainComponent(DocumentsContainer container,
Document doc)
Create a new JComponent for the document or if already exists
in the specified container, return this.
|
org.gvsig.andami.ui.mdiManager.IWindow |
AbstractDocumentManager.getMainWindow(Document doc) |
org.gvsig.andami.ui.mdiManager.IWindow |
DocumentManager.getMainWindow(Document doc)
Return the main window asociated to the passed document.
|
org.gvsig.andami.ui.mdiManager.IWindow |
AbstractDocumentManager.getMainWindow(Document doc,
WindowLayout layout) |
org.gvsig.andami.ui.mdiManager.IWindow |
DocumentManager.getMainWindow(Document doc,
WindowLayout layout)
Return the main window asociated to the document.
|
org.gvsig.andami.ui.mdiManager.IWindow |
AbstractDocumentManager.getPropertiesWindow(Document doc) |
org.gvsig.andami.ui.mdiManager.IWindow |
DocumentManager.getPropertiesWindow(Document doc)
Return the windows properties asociated to the document.
|
boolean |
AbstractDocumentManager.hasMainWindow(Document doc) |
boolean |
DocumentManager.hasMainWindow(Document doc) |
boolean |
DocumentAction.isAvailable(Document document,
java.util.List<Document> documents) |
boolean |
DocumentAction.isVisible(Document document,
java.util.List<Document> documents) |
protected org.gvsig.tools.observer.Notification |
AbstractDocumentManager.notifyObservers(java.lang.String type,
Document doc) |
void |
AbstractDocumentManager.registerMainComponent(DocumentsContainer container,
Document doc,
javax.swing.JComponent component) |
void |
DocumentManager.registerMainComponent(DocumentsContainer container,
Document document,
javax.swing.JComponent component) |
void |
AbstractDocumentManager.unregisterMainComponent(DocumentsContainer container,
Document doc) |
void |
DocumentManager.unregisterMainComponent(DocumentsContainer container,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentAction.execute(Document document,
java.util.List<Document> documents) |
boolean |
DocumentAction.isAvailable(Document document,
java.util.List<Document> documents) |
boolean |
DocumentAction.isVisible(Document document,
java.util.List<Document> documents) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Document> |
CopyPasteDocsUtils.getClipboardDocuments(java.lang.String typeName)
Returns the content of the clipboard as a list of
documents or null if clipboard is empty or does not
contain documents of the specified type
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyDocumentAction.execute(Document document,
java.util.List<Document> documents) |
void |
PasteDocumentAction.execute(Document document,
java.util.List<Document> documents) |
void |
CutDocumentAction.execute(Document document,
java.util.List<Document> documents) |
boolean |
CopyDocumentAction.isAvailable(Document document,
java.util.List<Document> selectedItems) |
boolean |
PasteDocumentAction.isAvailable(Document document,
java.util.List<Document> documents) |
boolean |
CutDocumentAction.isAvailable(Document item,
java.util.List<Document> selectedItems) |
boolean |
CopyDocumentAction.isVisible(Document document,
java.util.List<Document> documents) |
boolean |
PasteDocumentAction.isVisible(Document document,
java.util.List<Document> documents) |
boolean |
CutDocumentAction.isVisible(Document item,
java.util.List<Document> selectedItems) |
| Modifier and Type | Method and Description |
|---|---|
void |
CopyDocumentAction.execute(Document document,
java.util.List<Document> documents) |
void |
PasteDocumentAction.execute(Document document,
java.util.List<Document> documents) |
void |
CutDocumentAction.execute(Document document,
java.util.List<Document> documents) |
boolean |
CopyDocumentAction.isAvailable(Document document,
java.util.List<Document> selectedItems) |
boolean |
PasteDocumentAction.isAvailable(Document document,
java.util.List<Document> documents) |
boolean |
CutDocumentAction.isAvailable(Document item,
java.util.List<Document> selectedItems) |
boolean |
CopyDocumentAction.isVisible(Document document,
java.util.List<Document> documents) |
boolean |
PasteDocumentAction.isVisible(Document document,
java.util.List<Document> documents) |
boolean |
CutDocumentAction.isVisible(Document item,
java.util.List<Document> selectedItems) |
static void |
CopyPasteDocsUtils.saveToClipboard(java.util.List<Document> docs)
Stores doc list to their clipboard
to clipboard
|
| Modifier and Type | Method and Description |
|---|---|
Document |
IDocumentWindow.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDocumentWindow.setDocument(Document document) |
| Constructor and Description |
|---|
DocumentContextMenu(java.lang.String doctype,
Document document,
Document[] seletedDocuments) |
DocumentContextMenu(java.lang.String doctype,
Document document,
Document[] seletedDocuments) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ViewDocument |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseViewDocument |
class |
DefaultViewDocument
Clase que representa una vista del proyecto
|
| Modifier and Type | Method and Description |
|---|---|
org.gvsig.andami.ui.mdiManager.IWindow |
ViewManager.getMainWindow(Document doc,
WindowLayout layout) |
org.gvsig.andami.ui.mdiManager.IWindow |
ViewManager.getPropertiesWindow(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
Document |
DefaultViewPanel.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultViewPanel.setDocument(Document document) |
| Constructor and Description |
|---|
DefaultViewPanel(Document document) |
Copyright © 2024 gvSIG Association. All rights reserved.