Uses of Interface
org.gvsig.app.project.documents.Document
Packages that use Document
Package
Description
-
Uses of Document in org.gvsig.app
Methods in org.gvsig.app that return DocumentModifier and TypeMethodDescriptionApplicationManager.getActiveDocument()Returns the active document of the application or null if there is no active document.ApplicationManager.getActiveDocument(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.ApplicationManager.getActiveDocument(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.Methods in org.gvsig.app with parameters of type DocumentModifier and TypeMethodDescriptionApplicationManager.getDocumentWindow(Document document) Returns the window associated with the document passed as parameter or null if there is no window associated with the document.Method parameters in org.gvsig.app with type arguments of type DocumentModifier and TypeMethodDescriptionApplicationManager.getActiveComponent(Class<? extends Document> documentClass) Returns the JComponent associated to the active document for the specified type of document.ApplicationManager.getActiveDocument(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.IWindowApplicationManager.getActiveWindow(Class<? extends Document> documentClass) -
Uses of Document in org.gvsig.app.imp
Methods in org.gvsig.app.imp that return DocumentModifier and TypeMethodDescriptionDefaultApplicationManager.getActiveDocument()DefaultApplicationManager.getActiveDocument(Class<? extends Document> documentClass) DefaultApplicationManager.getActiveDocument(String documentTypeName) Methods in org.gvsig.app.imp with parameters of type DocumentMethod parameters in org.gvsig.app.imp with type arguments of type DocumentModifier and TypeMethodDescriptionDefaultApplicationManager.getActiveComponent(Class<? extends Document> documentClass) DefaultApplicationManager.getActiveDocument(Class<? extends Document> documentClass) org.gvsig.andami.ui.mdiManager.IWindowDefaultApplicationManager.getActiveWindow(Class<? extends Document> documentClass) -
Uses of Document in org.gvsig.app.project
Methods in org.gvsig.app.project that return DocumentModifier and TypeMethodDescriptionDefaultProject.createDocument(String type) DocumentsContainer.createDocument(String type) ProjectManager.createDocument(String type) ProjectManager.createDocument(String type, String name) ProjectManager.createDocumentByUser(String type) DefaultProject.getActiveDocument()DefaultProject.getActiveDocument(Class<? extends Document> documentClass) DefaultProject.getActiveDocument(String documentTypeName) DocumentsContainer.getActiveDocument()DocumentsContainer.getActiveDocument(Class<? extends Document> documentClass) DocumentsContainer.getActiveDocument(String documentTypeName) DefaultProject.getDocument(String name) DefaultProject.getDocument(String name, 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.DefaultProject.getDocument(Predicate<Document> condition) DocumentsContainer.getDocument(String name) Returns the document with the name specified by name.DocumentsContainer.getDocument(String name, String type) Returns the document of the type indicated and the name specified by name.DocumentsContainer.getDocument(Predicate<Document> condition) Returns the first document that fit the condition specified.DocumentsContainerNotification.getDocument()DefaultProject.getFirstDocument(Class<? extends Document> documentClass) DocumentsContainer.getFirstDocument(Class<? extends Document> documentClass) DefaultProject.getProjectDocumentByName(String name, String type) Methods in org.gvsig.app.project that return types with arguments of type DocumentModifier and TypeMethodDescriptionProjectManager.createDocumentsByUser(String type) Creates a group of documents of a given type through the user interface.ProjectManager.createDocumentsByUser(String type, org.gvsig.tools.util.Invocable whenDocumentsLoadeds) DefaultProject.getDocuments()Return a list of documents in the project.DefaultProject.getDocuments(Class<? extends Document> documentClass) DefaultProject.getDocuments(String type) Return a list with all documents of especified type.DefaultProject.getDocuments(Predicate<Document> filter) DocumentsContainer.getDocuments()Utility method that call getDocuments(Predicatefilter). DocumentsContainer.getDocuments(Class<? extends Document> documentClass) Utility method that call getDocuments(Predicatefilter). DocumentsContainer.getDocuments(String type) Utility method that call getDocuments(Predicatefilter). DocumentsContainer.getDocuments(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.DefaultProject.getDocumentsByType(String type) DefaultProject.getOpenDocuments(Class<? extends Document> documentClass) DefaultProject.getOpenDocuments(String type) DefaultProject.getOpenDocuments(Predicate<Document> filter) DocumentsContainer.getOpenDocuments(Class<? extends Document> documentClass) Utility method that call getOpenDocuments(Predicatefilter). DocumentsContainer.getOpenDocuments(String type) Utility method that call getOpenDocuments(Predicatefilter). DocumentsContainer.getOpenDocuments(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.DefaultProject.getViews()Return the list of views of the projectDefaultProject.iterator()DocumentsContainer.iterator()Methods in org.gvsig.app.project with parameters of type DocumentModifier and TypeMethodDescriptionvoidAdds a document to the projectvoidAdds a document to the projectvoidDefaultProject.addDocument(Document document) voidDocumentsContainer.addDocument(Document document) Adds a document to the projectvoidvoidRemove a document of the projectvoidDefaultProject.removeDocument(Document doc) voidDocumentsContainer.removeDocument(Document document) Remove a document of the projectMethod parameters in org.gvsig.app.project with type arguments of type DocumentModifier and TypeMethodDescriptionDefaultProject.exportDocumentsAsText(List<Document> documents) Project.exportDocumentsAsText(List<Document> documents) DefaultProject.getActiveDocument(Class<? extends Document> documentClass) DocumentsContainer.getActiveDocument(Class<? extends Document> documentClass) org.gvsig.andami.ui.mdiManager.IWindowDefaultProject.getActiveWindow(Class<? extends Document> documentClass) org.gvsig.andami.ui.mdiManager.IWindowDocumentsContainer.getActiveWindow(Class<? extends Document> documentClass) DefaultProject.getDocument(Predicate<Document> condition) DocumentsContainer.getDocument(Predicate<Document> condition) Returns the first document that fit the condition specified.DefaultProject.getDocuments(Class<? extends Document> documentClass) DefaultProject.getDocuments(Predicate<Document> filter) DocumentsContainer.getDocuments(Class<? extends Document> documentClass) Utility method that call getDocuments(Predicatefilter). DocumentsContainer.getDocuments(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.DefaultProject.getFirstDocument(Class<? extends Document> documentClass) DocumentsContainer.getFirstDocument(Class<? extends Document> documentClass) DefaultProject.getOpenDocuments(Class<? extends Document> documentClass) DefaultProject.getOpenDocuments(Predicate<Document> filter) DocumentsContainer.getOpenDocuments(Class<? extends Document> documentClass) Utility method that call getOpenDocuments(Predicatefilter). DocumentsContainer.getOpenDocuments(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. -
Uses of Document in org.gvsig.app.project.documents
Classes in org.gvsig.app.project.documents that implement DocumentModifier and TypeClassDescriptionclassClase base de los elementos del proyecto (mapas, tablas y vistas)Methods in org.gvsig.app.project.documents that return types with arguments of type DocumentModifier and TypeMethodDescriptionAbstractDocumentManager.createDocumentsByUser()AbstractDocumentManager.createDocumentsByUser(org.gvsig.tools.util.Invocable whenDocumentsLoaded) DocumentManager.createDocumentsByUser()Uses a gui to be able from the characteristics that we want a ProjectDocumentDocumentManager.createDocumentsByUser(org.gvsig.tools.util.Invocable whenDocumentsLoaded) Methods in org.gvsig.app.project.documents with parameters of type DocumentModifier and TypeMethodDescriptionprotected IDocumentWindowAbstractDocumentManager.createDocumentWindow(Document document) voidAbstractDocumentManager.getMainComponent(Document doc) AbstractDocumentManager.getMainComponent(DocumentsContainer container, Document doc) DocumentManager.getMainComponent(Document doc) Devuelbe el JComponent que se corresponde con el documento indicado.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.IWindowAbstractDocumentManager.getMainWindow(Document doc) org.gvsig.andami.ui.mdiManager.IWindowAbstractDocumentManager.getMainWindow(Document doc, WindowLayout layout) org.gvsig.andami.ui.mdiManager.IWindowDocumentManager.getMainWindow(Document doc) Return the main window asociated to the passed document.org.gvsig.andami.ui.mdiManager.IWindowDocumentManager.getMainWindow(Document doc, WindowLayout layout) Return the main window asociated to the document.org.gvsig.andami.ui.mdiManager.IWindowAbstractDocumentManager.getPropertiesWindow(Document doc) org.gvsig.andami.ui.mdiManager.IWindowDocumentManager.getPropertiesWindow(Document doc) Return the windows properties asociated to the document.booleanAbstractDocumentManager.hasMainWindow(Document doc) booleanDocumentManager.hasMainWindow(Document doc) booleanDocumentAction.isAvailable(Document document, List<Document> documents) booleanprotected org.gvsig.tools.observer.NotificationAbstractDocumentManager.notifyObservers(String type, Document doc) voidAbstractDocumentManager.registerMainComponent(DocumentsContainer container, Document doc, JComponent component) voidDocumentManager.registerMainComponent(DocumentsContainer container, Document document, JComponent component) voidAbstractDocumentManager.unregisterMainComponent(DocumentsContainer container, Document doc) voidDocumentManager.unregisterMainComponent(DocumentsContainer container, Document document) Method parameters in org.gvsig.app.project.documents with type arguments of type Document -
Uses of Document in org.gvsig.app.project.documents.actions
Methods in org.gvsig.app.project.documents.actions that return types with arguments of type DocumentModifier and TypeMethodDescriptionCopyPasteDocsUtils.getClipboardDocuments(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 typeMethods in org.gvsig.app.project.documents.actions with parameters of type DocumentModifier and TypeMethodDescriptionvoidvoidvoidbooleanCopyDocumentAction.isAvailable(Document document, List<Document> selectedItems) booleanCutDocumentAction.isAvailable(Document item, List<Document> selectedItems) booleanPasteDocumentAction.isAvailable(Document document, List<Document> documents) booleanbooleanbooleanMethod parameters in org.gvsig.app.project.documents.actions with type arguments of type DocumentModifier and TypeMethodDescriptionvoidvoidvoidbooleanCopyDocumentAction.isAvailable(Document document, List<Document> selectedItems) booleanCutDocumentAction.isAvailable(Document item, List<Document> selectedItems) booleanPasteDocumentAction.isAvailable(Document document, List<Document> documents) booleanbooleanbooleanstatic voidCopyPasteDocsUtils.saveToClipboard(List<Document> docs) Stores doc list to their clipboard to clipboard -
Uses of Document in org.gvsig.app.project.documents.gui
Methods in org.gvsig.app.project.documents.gui that return DocumentMethods in org.gvsig.app.project.documents.gui with parameters of type DocumentConstructors in org.gvsig.app.project.documents.gui with parameters of type DocumentModifierConstructorDescriptionDocumentContextMenu(String doctype, Document document, Document[] seletedDocuments) -
Uses of Document in org.gvsig.app.project.documents.view
Subinterfaces of Document in org.gvsig.app.project.documents.viewClasses in org.gvsig.app.project.documents.view that implement DocumentModifier and TypeClassDescriptionclassclassClase que representa una vista del proyectoMethods in org.gvsig.app.project.documents.view with parameters of type DocumentModifier and TypeMethodDescriptionorg.gvsig.andami.ui.mdiManager.IWindowViewManager.getMainWindow(Document doc, WindowLayout layout) org.gvsig.andami.ui.mdiManager.IWindowViewManager.getPropertiesWindow(Document doc) -
Uses of Document in org.gvsig.app.project.documents.view.gui
Methods in org.gvsig.app.project.documents.view.gui that return DocumentMethods in org.gvsig.app.project.documents.view.gui with parameters of type DocumentConstructors in org.gvsig.app.project.documents.view.gui with parameters of type Document