Class ThresholdOptionsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ThresholdOptionsPanel extends JPanel
Copyright (C) 2017 Hydrologic Engineering Center, United States Army Corps of Engineers, All Rights Reserved

HEC-Java NEXGEN

See Also:
  • Constructor Details

    • ThresholdOptionsPanel

      public ThresholdOptionsPanel()
  • Method Details

    • load

      public void load(List<Threshold> thresholds)
    • save

      public List<Threshold> save()
    • setShowThresholds

      public void setShowThresholds(boolean showThresholds)
    • isShowThresholds

      public boolean isShowThresholds()
    • setPropertyFirer

      public void setPropertyFirer(PropertyFireable firer)
    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class JComponent