Package hec.gfx2d

Class LayoutPlotDialog

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable

public class LayoutPlotDialog extends RmaJDialog
Title: General CWMS Project Description: Copyright: Copyright (c) 2000 Company: RMA
See Also:
  • Constructor Details

    • LayoutPlotDialog

      public LayoutPlotDialog(G2dDialog parent, boolean modal)
      create a new LayoutPlotDialog
      Parameters:
      parent - the parent G2dDialog
      modal - whether this dialog should be modal or not
  • Method Details

    • buildControls

      protected void buildControls()
      build the controls for this dialog
    • buildMenus

      protected void buildMenus()
      build the menus for this dialog
    • fillForm

      public void fillForm(G2dDialog parent)
      Parameters:
      parent -
    • expandAllTreeNodes

      public void expandAllTreeNodes(JTree tree)
    • nodeSelected

      protected void nodeSelected(Object node)
    • g2dObjectNodeSelected

      protected void g2dObjectNodeSelected(hec.gfx2d.LayoutPlotDialog.G2dObjectNode node)
      process selection on G2dObjectNode
    • axisNodeSelected

      protected void axisNodeSelected(hec.gfx2d.LayoutPlotDialog.AxisNode an)
    • viewportNodeSelected

      protected void viewportNodeSelected(hec.gfx2d.LayoutPlotDialog.ViewportNode vpn)
    • addViewport

      protected void addViewport()
    • removeViewport

      protected void removeViewport()
    • getNextViewportName

      protected String getNextViewportName(hec.gfx2d.LayoutPlotDialog.ViewportNode lastChild)
    • reverseAxis

      public void reverseAxis()
    • removeAxis

      protected void removeAxis()
    • addAxis

      protected void addAxis()
    • isViewportNodeRemovable

      protected boolean isViewportNodeRemovable(hec.gfx2d.LayoutPlotDialog.ViewportNode vpn)
    • saveForm

      protected boolean saveForm()
    • closeForm

      protected void closeForm()
    • setModified

      public void setModified(boolean b)
      Specified by:
      setModified in interface Modifiable
      Overrides:
      setModified in class RmaJDialog
    • main

      public static void main(String[] args)