Package hec.gfx2d

Class G2dSpacerPropertiesPanel

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

public class G2dSpacerPropertiesPanel extends DefaultJPanel
Title: CWMS Development Description: Copyright: Copyright (c) 2002 Company: Resource Management Associates
See Also:
  • Constructor Details

    • G2dSpacerPropertiesPanel

      public G2dSpacerPropertiesPanel()
  • Method Details

    • setData

      public void setData(G2dSpacer spacer)
    • savePanel

      public boolean savePanel()
      Calls this method when the panel should save its data. Returns true if the data was saved successfully, otherwise returns false.
      Overrides:
      savePanel in class DefaultJPanel
    • fillPanel

      public void fillPanel()
      Call this method to fill the panel with data.
      Overrides:
      fillPanel in class DefaultJPanel