Class DriverDialog

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

public class DriverDialog extends JDialog implements ActionListener
Base Driver Dialog.
See Also:
  • Field Details

  • Constructor Details

    • DriverDialog

      public DriverDialog(Frame frame, String title, boolean modal)
    • DriverDialog

      public DriverDialog()
  • Method Details

    • initialize

      public void initialize(List drivers)
    • show

      public void show()
      Overrides:
      show in class Dialog
    • getCurrentDriver

      public AbstractDriver getCurrentDriver()
    • wasOKPressed

      public boolean wasOKPressed()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • setLayer

      public void setLayer(Layer layer)
      This DriverDialog will attempt to retrieve the last values used for the given Layer.
      See Also: