Package hec.gfx2d

Class PageSetupJDialog

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

public class PageSetupJDialog extends RmaJDialog implements ButtonCmdPanelListener, ActionListener
See Also:
  • Constructor Details

    • PageSetupJDialog

      public PageSetupJDialog(Frame parent, boolean model)
    • PageSetupJDialog

      public PageSetupJDialog(JDialog parent, boolean model)
    • PageSetupJDialog

      public PageSetupJDialog(String title)
    • PageSetupJDialog

      public PageSetupJDialog()
  • Method Details

    • addNotify

      public void addNotify()
      Overrides:
      addNotify in class RmaJDialog
    • main

      public static void main(String[] args)
    • setVisible

      public void setVisible(boolean b)
      Description copied from class: RmaJDialog
      make sure the ok button is the default button when the dialog comes up.
      Overrides:
      setVisible in class RmaJDialog
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Listens for any action events generated by any components that has registered the dialog as an actionListener
      Specified by:
      actionPerformed in interface ActionListener
    • buttonCmdActionPerformed

      public void buttonCmdActionPerformed(ActionEvent event)
      Listens for events generated by any of the buttons on the ButtonCmdPanel
      Specified by:
      buttonCmdActionPerformed in interface ButtonCmdPanelListener
    • fillForm

      public void fillForm()
    • saveForm

      public void saveForm()
    • setPrintProperties

      public void setPrintProperties(PrintProperties prop)
    • getPrintProperties

      public PrintProperties getPrintProperties()
    • isCanceled

      public boolean isCanceled()
      Returns true if the canceled button was pushed for this dialog. Otherwise it returns false