Class PGroupPriorityDialog

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

public class PGroupPriorityDialog extends JDialog implements ActionListener
PGroupPriorityDialog has the UI to show the Group Name and its priorities for modifying the Priority of Groups
See Also:
  • Constructor Details

    • PGroupPriorityDialog

      public PGroupPriorityDialog(String sharingType, Container frame, ArrayList list, Frame parentFrame)
      constructs a PGroupPriorityDialog with the specified sharingType and data
      Parameters:
      sharingType - String
      frame - Container
      parentFrame - parentFrame from where it is getting called
      al - ArrayList
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent ae)
      invokes when an action is performed on Buttons
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      ae - ActionEvent