Class CreateNewAttributePanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.project.documents.table.gui.CreateNewAttributePanel
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.gvsig.andami.ui.mdiManager.IWindow

public class CreateNewAttributePanel extends JPanel implements org.gvsig.andami.ui.mdiManager.IWindow, ActionListener
To create new FeatureAttributeDescriptor from the interface.
Author:
Vicente Caballero Navarro
See Also:
  • Constructor Details

    • CreateNewAttributePanel

      public CreateNewAttributePanel(org.gvsig.fmap.dal.feature.FeatureStore store)
  • Method Details

    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
    • loadFieldDescription

      public org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor loadFieldDescription(org.gvsig.fmap.dal.feature.EditableFeatureType featureType) throws ParseException
      Throws:
      ParseException
    • setOkAction

      public void setOkAction(ActionListener okAction)
    • setCurrentFieldNames

      public void setCurrentFieldNames(String[] fieldNames)
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow
    • setMaxAttributeNameSize

      public void setMaxAttributeNameSize(int maxAttributeNameSize)
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener