Package hec.gfx2d

Class G2dDataQualityPropertiesPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
rma.swing.AbstractJPanel
rma.swing.DefaultJPanel
hec.gfx2d.G2dDataQualityPropertiesPanel
All Implemented Interfaces:
ActionListener, ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, rma.lang.Modifiable, rma.swing.RmaValidComponent

public class G2dDataQualityPropertiesPanel extends rma.swing.DefaultJPanel implements ActionListener
This is a panel that allows a user to edit properties of the to set Symbol type accoring to data quality flag
See Also:
  • Constructor Details

    • G2dDataQualityPropertiesPanel

      public G2dDataQualityPropertiesPanel()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class rma.swing.AbstractJPanel
    • refresh

      public void refresh()
    • validatePanel

      public boolean validatePanel()
      Scans the panel to make sure that the data is valid
    • savePanel

      public boolean savePanel()
      Saves all of the information on this panel. Returns true if it was all successfully saved otherwise returns false.
      Overrides:
      savePanel in class rma.swing.DefaultJPanel
      Returns:
      true if data is saved successfully otherwise false
    • setQuestionableProperties

      public void setQuestionableProperties(G2dLineProperties prop)
    • setMissingProperties

      public void setMissingProperties(G2dLineProperties prop)
    • setRejectedProperties

      public void setRejectedProperties(G2dLineProperties prop)
    • setAcceptableProperties

      public void setAcceptableProperties(G2dLineProperties prop)