Uses of Class
com.atlassian.jira.plugin.profile.ViewProfilePanelModuleDescriptor

Packages that use ViewProfilePanelModuleDescriptor
com.atlassian.jira.plugin.profile   
com.atlassian.jira.user.profile   
com.atlassian.jira.web.action.user   
 

Uses of ViewProfilePanelModuleDescriptor in com.atlassian.jira.plugin.profile
 

Methods in com.atlassian.jira.plugin.profile with parameters of type ViewProfilePanelModuleDescriptor
 void ViewProfilePanel.init(ViewProfilePanelModuleDescriptor moduleDescriptor)
          This method is called on plugin initialization and provides the module with a reference to the parent module descriptor.
 void RoadmapUserProfilePanel.init(ViewProfilePanelModuleDescriptor moduleDescriptor)
           
 void DefaultProfilePanel.init(ViewProfilePanelModuleDescriptor moduleDescriptor)
           
 

Uses of ViewProfilePanelModuleDescriptor in com.atlassian.jira.user.profile
 

Methods in com.atlassian.jira.user.profile with parameters of type ViewProfilePanelModuleDescriptor
 void SummaryUserProfilePanel.init(ViewProfilePanelModuleDescriptor moduleDescriptor)
           
 

Uses of ViewProfilePanelModuleDescriptor in com.atlassian.jira.web.action.user
 

Methods in com.atlassian.jira.web.action.user that return ViewProfilePanelModuleDescriptor
 ViewProfilePanelModuleDescriptor ViewProfile.getSelectedProfilePanelDescriptor()
           
 

Methods in com.atlassian.jira.web.action.user that return types with arguments of type ViewProfilePanelModuleDescriptor
 List<ViewProfilePanelModuleDescriptor> ViewProfile.getTabDescriptors()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.