Class PDeviceSettopClearPinDlg

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

public class PDeviceSettopClearPinDlg extends JDialog implements ActionListener
Dialog that confirms and clears the personal id number (PIN)
Version:
%version: 3 % %date_modified: Fri Mar 01 17:17:09 2002 %
Author:
anthony
See Also:
  • Field Details

    • NEWLINE

      public static final String NEWLINE
  • Constructor Details

    • PDeviceSettopClearPinDlg

      public PDeviceSettopClearPinDlg(Frame frame, String title, boolean modal, PModelHandle deviceModel, int mode)
      Create a new device settop clear pin dialog
      Parameters:
      Frame - - parent frame
      String - - title
      boolean - - modal flag
      PModelHandle - - device model
      int - - transaction mode (queued or confirmed)
  • Method Details

    • 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
    • addNotify

      public void addNotify()
      Overridden to apply style to some of the fonts
      Overrides:
      addNotify in class Dialog
    • dispose

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

      public void clearThePIN()
      Clear the PIN
    • getControllerClassName

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