Class PGroupSharingPanel

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

public class PGroupSharingPanel extends JPanel implements ActionListener, ListSelectionListener
PGroupSharingPanel will display the sharing options currently selected/chosen by the user.
See Also:
  • Constructor Details

    • PGroupSharingPanel

      public PGroupSharingPanel(String sharingType, PGroupDialog parent)
      Constructs an PGroupSharingPanel with the specified sharing type key.
      Parameters:
      sharingType - String the sharing type key
      parent - PGroupDialog
  • Method Details

    • updateTable

      public void updateTable()
      This will update the view with data.
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Invoked when an action occurs.
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e - ActionEvent
    • valueChanged

      public void valueChanged(ListSelectionEvent e)
      Called whenever the value of the selection changes.
      Specified by:
      valueChanged in interface ListSelectionListener
      Parameters:
      e - ListSelectionEvent