Class ScriptSchedulerJDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
rma.swing.RmaJDialog
hec.clientapp.script.ScriptSchedulerJDialog
All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, rma.lang.Modifiable

public class ScriptSchedulerJDialog extends rma.swing.RmaJDialog
See Also:
  • Constructor Details

    • ScriptSchedulerJDialog

      public ScriptSchedulerJDialog(Frame parent, boolean modal)
  • Method Details

    • setTimeZoneLabel

      protected void setTimeZoneLabel(TimeZone tz)
      Parameters:
      default1 -
    • apply

      public boolean apply()
      Description copied from class: rma.swing.RmaJDialog
      programmatically press the Apply button
      Overrides:
      apply in class rma.swing.RmaJDialog
      Returns:
      : true if the dialog has an Apply button
    • isCanceled

      public boolean isCanceled()
    • validForm

      public boolean validForm()
    • fillForm

      public void fillForm()
    • setSelectedScript

      public void setSelectedScript(ScriptIdentifier id)
    • getScriptJob

      public ScriptJob getScriptJob()
    • setVisible

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