Package hec.gfx2d

Class G2dDataQualityPropertiesPanel

All Implemented Interfaces:
ActionListener, ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, Modifiable, RmaValidComponent

public class G2dDataQualityPropertiesPanel extends 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 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 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)