Class NotReversedDialog

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

public class NotReversedDialog extends JDialog
Displays the results of the event adjustment for each resource.
Version:
%version: 5 % %date_modified: Tue May 09 15:32:44 2000 %
See Also:
  • Constructor Details

    • NotReversedDialog

      public NotReversedDialog(Frame parent, ResourceBundle bundle, oracle.help.CSHManager cshManager)
      The default constructor.
      Parameters:
      parent - the frame that owns the dialog
      bundle - the resource bundle used for the dialog
      broker - the help manager used to display context sensitive help
  • Method Details

    • setVisible

      public void setVisible(boolean isVis)
      Shows or hides the component depending on the boolean flag b. The location of the dialog is set relative to the parent.
      Overrides:
      setVisible in class Dialog
      Parameters:
      isVis - if true, show the component; otherwise, hide the component
      See Also:
    • setData

      public void setData(String poid, String why)
      Appends the data to be displayed in the dialog.
      Parameters:
      poid - the poid that was affected
      why - a description of the result
    • setData

      public void setData(ArrayList data)
      Sets the data to be displayed in the dialog.
      Parameters:
      data - the array list of data to set in the dialog
    • addNotify

      public void addNotify()
      Update the size of the table based upon its number of rows and columns.
      Overrides:
      addNotify in class Dialog