Class PrintPropertiesDlg

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

public class PrintPropertiesDlg extends RmaJDialog implements ButtonCmdPanelListener
See Also:
  • Constructor Details

    • PrintPropertiesDlg

      public PrintPropertiesDlg(Frame parent, boolean model, DefaultJPanel[] panels)
    • PrintPropertiesDlg

      public PrintPropertiesDlg(Frame parent, boolean model, String title, DefaultJPanel[] panels)
    • PrintPropertiesDlg

      public PrintPropertiesDlg(Dialog parent, boolean model, DefaultJPanel[] panels)
    • PrintPropertiesDlg

      public PrintPropertiesDlg(Dialog parent, boolean model, String title, DefaultJPanel[] panels)
    • PrintPropertiesDlg

      public PrintPropertiesDlg(String title)
  • 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
    • buttonCmdActionPerformed

      public void buttonCmdActionPerformed(ActionEvent event)
      Specified by:
      buttonCmdActionPerformed in interface ButtonCmdPanelListener
    • isCanceled

      public boolean isCanceled()
      Tests to see if the user has clicked the cancel button on this dialog
      Returns:
      true if the usder clicked the cancel button. Otherwise false.
    • addOKListener

      public void addOKListener(ActionListener l)
    • removeOKListener

      public void removeOKListener(ActionListener l)
    • fireActionPerformed

      protected void fireActionPerformed()
    • setPrintButtonText

      public void setPrintButtonText(String type)