Class PDeviceSettopSearchDialog

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

public class PDeviceSettopSearchDialog extends PDeviceSearchDialog
Device search dialog.
Version:
%version: 1 % %date_modified: Fri Nov 30 12:41:23 2001 %
Author:
anthony
See Also:
  • Constructor Details

    • PDeviceSettopSearchDialog

      public PDeviceSettopSearchDialog(Frame frame, String title, boolean modal, String deviceClass)
      Creates a new device settop search dialog.
      Parameters:
      frame - parent frame
      title - dialog box title
      modal - modal or not
      deviceClass - device class
  • Method Details

    • getSelectedDevices

      public PModelHandle[] getSelectedDevices()
      Return the selected devices...
      Returns:
      PModelHanel[] - array of selected devices
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Action handler for Open and Cancel buttons. AAE-NOTE: if PDeviceSearchDialog exposed the mIsOpen flag then this function would not be required
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class PDeviceSearchDialog
      Parameters:
      e - the event.