Class ProjectAccessPanel

  • All Implemented Interfaces:
    WizardPanel, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible
    Direct Known Subclasses:
    ViewProjectAccessPanel

    public class ProjectAccessPanel
    extends AbstractWizardJPanel
    Panel that shows the users for a given repository and the users associated with the current shared project. There are 3 main sub-panels:

  • Known Users Panel: Displays all users in the repository
  • Button Panel: Provides buttons for adding/removing users from the project
  • User Access Panel: Displays all users on the project, and their access permissions
  • If the current user is an admin, he may change user permissions and add/remove them from the project. If not, only the User Access Panel will be visible and it will be read-only.

See Also:
Serialized Form