Interface FeatureTypePanel

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

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

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

    Modifier and Type
    Method
    Description
    org.gvsig.fmap.dal.feature.EditableFeatureType
    fetch(org.gvsig.fmap.dal.feature.EditableFeatureType type)
     
    int
     
    boolean
     
    void
    put(org.gvsig.fmap.dal.feature.FeatureType type)
     
    void
    setDefaultProjection(org.gvsig.crs.projection.lib.Projection projection)
     
    void
    setMode(int mode)
    Sets the display mode of the panel.

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

    addChangeListener, getChangeListeners, hasChangeListeners, removeAllChangeListener, removeChangeListener

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

    asJComponent
  • Field Details

  • Method Details

    • fetch

      org.gvsig.fmap.dal.feature.EditableFeatureType fetch(org.gvsig.fmap.dal.feature.EditableFeatureType type)
    • put

      void put(org.gvsig.fmap.dal.feature.FeatureType type)
    • 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()
    • isEditing

      boolean isEditing()
    • setDefaultProjection

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