Class DefaultFeatureAttributePanel

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

public class DefaultFeatureAttributePanel extends DefaultFeatureAttributePanelView implements org.gvsig.fmap.dal.swing.featuretype.FeatureTypeAttributePanel
Author:
jjdelcerro
See Also:
  • Constructor Details

    • DefaultFeatureAttributePanel

      public DefaultFeatureAttributePanel()
  • Method Details

    • asJComponent

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

      public org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor fetch(org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor descriptor)
      Specified by:
      fetch in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypeAttributePanel
    • clean

      public void clean()
      Specified by:
      clean in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypeAttributePanel
    • put

      public void put(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor descriptor)
      Specified by:
      put in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypeAttributePanel
    • setFeatureType

      public void setFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType)
      Specified by:
      setFeatureType in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypeAttributePanel
    • getMode

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

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

      public void setNameAsNew(org.gvsig.fmap.dal.feature.FeatureType featureType)
      Specified by:
      setNameAsNew in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypeAttributePanel
    • getName

      public String getName()
      Specified by:
      getName in interface org.gvsig.fmap.dal.swing.featuretype.FeatureTypeAttributePanel
      Overrides:
      getName in class Component
    • loadImage

      public ImageIcon loadImage(String imageName)
      Description copied from class: DefaultFeatureAttributePanelView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class DefaultFeatureAttributePanelView
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file
    • selfRegister

      public static void selfRegister()
    • setDefaultProjection

      public void setDefaultProjection(org.gvsig.crs.projection.lib.Projection projection)