Class PParticipationPanel

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

public class PParticipationPanel extends JPanel implements ActionListener
This class has the UI to show the accepted Participations from the invited Groups
See Also:
  • Constructor Details

    • PParticipationPanel

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

    • selectTheWholeService

      public void selectTheWholeService()
      verifies whether a row is selected if selected gets the serviceNo of the Row and selects all the Rows having the same serviceNo
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      invokes when an action is performed
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e - ActionEvent
    • setModifiedData

      public void setModifiedData(ArrayList modifiedData)
      sets the modified data to the TableModel
      Parameters:
      modifiedData - ArrayList
    • isPriorityModified

      public boolean isPriorityModified()
      checks whether the priority of groups have been modified or not
      Returns:
      boolean
    • setPriorityModified

      public void setPriorityModified(boolean priorityAltered)
    • initData

      public void initData()
      initializes the data to the TableModel