Class DefaultFeatureTypePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.fmap.dal.swing.featuretype.FeatureTypePanel, org.gvsig.tools.swing.api.ChangeListenerSupport, org.gvsig.tools.swing.api.Component

public class DefaultFeatureTypePanel extends DefaultFeatureTypePanelView implements org.gvsig.fmap.dal.swing.featuretype.FeatureTypePanel
Author:
jjdelcerro
See Also:
  • Constructor Details

    • DefaultFeatureTypePanel

      public DefaultFeatureTypePanel()
  • Method Details

    • isEditing

      public boolean isEditing()
      Specified by:
      isEditing in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypePanel
    • asJComponent

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

      public int getMode()
      Specified by:
      getMode in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypePanel
    • setMode

      public void setMode(int mode)
      Specified by:
      setMode in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypePanel
    • fetch

      public org.gvsig.fmap.dal.feature.EditableFeatureType fetch(org.gvsig.fmap.dal.feature.EditableFeatureType type)
      Specified by:
      fetch in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypePanel
    • put

      public void put(org.gvsig.fmap.dal.feature.FeatureType type)
      Specified by:
      put in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypePanel
    • addChangeListener

      public void addChangeListener(ChangeListener listener)
      Specified by:
      addChangeListener in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • getChangeListeners

      public ChangeListener[] getChangeListeners()
      Specified by:
      getChangeListeners in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • removeChangeListener

      public void removeChangeListener(ChangeListener listener)
      Specified by:
      removeChangeListener in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • removeAllChangeListener

      public void removeAllChangeListener()
      Specified by:
      removeAllChangeListener in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • hasChangeListeners

      public boolean hasChangeListeners()
      Specified by:
      hasChangeListeners in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • selfRegister

      public static void selfRegister()
    • setDefaultProjection

      public void setDefaultProjection(org.gvsig.crs.projection.lib.Projection projection)
      Specified by:
      setDefaultProjection in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypePanel
    • getRowTableOfDescriptor

      public int getRowTableOfDescriptor(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor descriptor)