Class PCurrentParticipationPanel

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

public class PCurrentParticipationPanel extends JPanel implements ActionListener
PCurrentParticipationPanel class has the UI to show the invited groups for sharing
See Also:
  • Constructor Details

    • PCurrentParticipationPanel

      public PCurrentParticipationPanel(String sharingType, PParticipationDialog parent)
      constructs an PCurrentParticipationPanel with the specified sharingType and parent Dialog
      Parameters:
      sharingType - String
      parent - PParticipationDialog
  • Method Details

    • acceptAll

      public void acceptAll()
      accepts all the Invitations by checking all the participate CheckBoxes
    • declineAll

      public void declineAll()
      declines all the invitations by unchecking all the 'participate' CheckBoxes
    • actionPerformed

      public void actionPerformed(ActionEvent ae)
      invokes an action when clicked
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      ae - ActionEvent
    • showGroup

      public void showGroup(int row)
      shows the PGroupDialog at the specified row
      Parameters:
      row - int