Class PSharingAvailableDialog

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

public class PSharingAvailableDialog extends JDialog implements ActionListener
This will show all the sharing options available to the user.
See Also:
  • Constructor Details

    • PSharingAvailableDialog

      public PSharingAvailableDialog(String sharingType, PGroupDialog parent)
      Constructs an PSharingAvailableDialog with the specified sharing type key.
      Parameters:
      sharingType - String the sharing type key
      parent - PGroupDialog the group dialog from where this dialog invoked
  • Method Details

    • getTitle

      public String getTitle()
      Gets the title of the dialog. The title is displayed in the dialog's border.
      Overrides:
      getTitle in class Dialog
      Returns:
      the title of this dialog window. The title may be null.
    • actionPerformed

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