Class PDeviceSettopSetOrClearAttributesDlg

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

public class PDeviceSettopSetOrClearAttributesDlg extends JDialog implements ActionListener
Dialog that sets/removes the attributes associated with a device
Version:
%version: 2 % %date_modified: Mon Dec 17 12:02:36 2001 %
Author:
anthony
See Also:
  • Constructor Details

    • PDeviceSettopSetOrClearAttributesDlg

      public PDeviceSettopSetOrClearAttributesDlg(Frame frame, String title, boolean modal, PModelHandle deviceModel)
      Create a new device settop set or clear attributes dialog
      Parameters:
      Frame - - parent frame
      String - - title
      boolean - - modal flag
      PModelHandle - - device model
  • Method Details

    • dispose

      public void dispose()
      Cleanup the dialog...
      Overrides:
      dispose in class Window
      Parameters:
      Action - Event
    • getTheDeviceAttributes

      public PModelHandle getTheDeviceAttributes()
      Get the device attributes.
      Returns:
      void
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Dialog event - action performed (i.e. a button was pressed)
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      Action - Event
    • isDirty

      public boolean isDirty()
      is the data dirty?
      Returns:
      boolean
    • getControllerClassName

      public String getControllerClassName() throws RemoteException
      get the controllers class name
      Returns:
      String
      Throws:
      RemoteException