Class FeatureTableDocumentPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTypesTablePanel
org.gvsig.app.project.documents.table.gui.FeatureTableDocumentPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.andami.ui.mdiManager.IWindowListener, org.gvsig.andami.ui.mdiManager.IWindowTransform, org.gvsig.andami.ui.mdiManager.SingletonWindow, org.gvsig.app.project.documents.gui.IDocumentWindow, org.gvsig.fmap.mapcontrol.dal.feature.swing.table.SelectedFeatureTypeChangeListener, org.gvsig.tools.observer.Observer, org.gvsig.tools.swing.api.Component

public class FeatureTableDocumentPanel extends org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTypesTablePanel implements org.gvsig.app.project.documents.gui.IDocumentWindow, org.gvsig.andami.ui.mdiManager.IWindowTransform, org.gvsig.tools.observer.Observer, org.gvsig.tools.swing.api.Component
Feature table visualization panel.
Author:
2005- Vicente Caballero, 2009- gvSIG team
See Also:
  • Constructor Details

    • FeatureTableDocumentPanel

      public FeatureTableDocumentPanel(org.gvsig.app.project.documents.Document document) throws org.gvsig.fmap.dal.exception.DataException
      Throws:
      org.gvsig.fmap.dal.exception.DataException
  • Method Details

    • getFeatureStore

      public org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore()
    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component
    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
    • getWindowModel

      public Object getWindowModel()
      Specified by:
      getWindowModel in interface org.gvsig.andami.ui.mdiManager.SingletonWindow
    • toPalette

      public void toPalette()
      Specified by:
      toPalette in interface org.gvsig.andami.ui.mdiManager.IWindowTransform
    • restore

      public void restore()
      Specified by:
      restore in interface org.gvsig.andami.ui.mdiManager.IWindowTransform
    • isPalette

      public boolean isPalette()
      Specified by:
      isPalette in interface org.gvsig.andami.ui.mdiManager.IWindowTransform
    • getModel

      public TableDocument getModel()
    • update

      public void update(org.gvsig.tools.observer.Observable observable, Object notification)
      Specified by:
      update in interface org.gvsig.tools.observer.Observer
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow
    • getWindowLayout

      public org.gvsig.app.project.documents.gui.WindowLayout getWindowLayout()
      Specified by:
      getWindowLayout in interface org.gvsig.app.project.documents.gui.IDocumentWindow
    • setWindowLayout

      public void setWindowLayout(org.gvsig.app.project.documents.gui.WindowLayout layout)
      Specified by:
      setWindowLayout in interface org.gvsig.app.project.documents.gui.IDocumentWindow
    • setDocument

      public void setDocument(org.gvsig.app.project.documents.Document document)
      Specified by:
      setDocument in interface org.gvsig.app.project.documents.gui.IDocumentWindow
    • getDocument

      public org.gvsig.app.project.documents.Document getDocument()
      Specified by:
      getDocument in interface org.gvsig.app.project.documents.gui.IDocumentWindow
    • windowActivated

      public void windowActivated()
      Specified by:
      windowActivated in interface org.gvsig.andami.ui.mdiManager.IWindowListener
    • windowClosed

      public void windowClosed()
      Specified by:
      windowClosed in interface org.gvsig.andami.ui.mdiManager.IWindowListener
    • getSelectedColumnsDescriptors

      public org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor[] getSelectedColumnsDescriptors()