Class PNCDetailDlg

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

public class PNCDetailDlg extends JDialog implements ChangeListener
put your documentation comment here
See Also:
  • Constructor Details

    • PNCDetailDlg

      public PNCDetailDlg(JFrame frame, String title, boolean modal)
      put your documentation comment here
      Parameters:
      JFrame - frame
      String - title
      boolean - modal
  • Method Details

    • setNCData

      public void setNCData(Resource rc, PModelHandle acct, Poid servPoid)
      sets the data to the panels of the dialog
      Parameters:
      rc -
      acct -
      servPoid - to be used in ROT tab
    • show

      public void show(boolean show)
      put your documentation comment here
      Overrides:
      show in class Component
      Parameters:
      show -
    • isAdjustmentOpted

      public boolean isAdjustmentOpted()
      put your documentation comment here
      Returns:
    • needRefresh

      public boolean needRefresh()
      put your documentation comment here
      Returns:
    • setReadOnly

      public void setReadOnly()
    • recycle

      public void recycle()
    • stateChanged

      public void stateChanged(ChangeEvent e)
      Specified by:
      stateChanged in interface ChangeListener