Class FeatuteAttributeCombo

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JComboBox
org.gvsig.annotation.swing.impl.panel.FeatuteAttributeCombo
All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public class FeatuteAttributeCombo extends JComboBox
Author:
Jorge Piera Llodrá
See Also:
  • Constructor Details

    • FeatuteAttributeCombo

      public FeatuteAttributeCombo(org.gvsig.fmap.dal.feature.FeatureStore featureStore, boolean isNullable) throws org.gvsig.fmap.dal.exception.DataException
      Throws:
      org.gvsig.fmap.dal.exception.DataException
    • FeatuteAttributeCombo

      public FeatuteAttributeCombo(org.gvsig.fmap.dal.feature.FeatureStore featureStore, int dataType, boolean isNullable) throws org.gvsig.fmap.dal.exception.DataException
      Throws:
      org.gvsig.fmap.dal.exception.DataException
  • Method Details

    • getSelectedAttribute

      public String getSelectedAttribute()