Interface FeatureTypeAttributePanel

All Superinterfaces:
org.gvsig.tools.swing.api.Component

public interface FeatureTypeAttributePanel extends org.gvsig.tools.swing.api.Component
Author:
jjdelcerro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor
    fetch(org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor descriptor)
     
    int
     
     
    void
    put(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor descriptor)
     
    void
    setFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType)
     
    void
    setMode(int mode)
    Sets the display mode of the panel.
    void
    setNameAsNew(org.gvsig.fmap.dal.feature.FeatureType featureType)
     

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent
  • Field Details

  • Method Details

    • fetch

      org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor fetch(org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor descriptor)
    • put

      void put(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor descriptor)
    • setFeatureType

      void setFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType)
    • clean

      void clean()
    • setNameAsNew

      void setNameAsNew(org.gvsig.fmap.dal.feature.FeatureType featureType)
    • getName

      String getName()
    • setMode

      void setMode(int mode)
      Sets the display mode of the panel. Can be:
      • MODE_EDIT_ONLY_METADATA, only allows you to modify the metadata. It can be used without being in store edition.
      • MODE_EDIT_ALL, allows you to modify all values. The store must be in edition.
      • MODE_SHOW_ONLY, only display the values.
      Parameters:
      mode -
    • getMode

      int getMode()