Uses of Interface
com.atlassian.plugin.web.descriptors.WeightedDescriptor

Packages that use WeightedDescriptor
com.atlassian.plugin.web.descriptors   
 

Uses of WeightedDescriptor in com.atlassian.plugin.web.descriptors
 

Subinterfaces of WeightedDescriptor in com.atlassian.plugin.web.descriptors
 interface WebFragmentModuleDescriptor<T>
          A convenience interface for web fragment descriptors
 interface WebItemModuleDescriptor<T>
          A web-item plugin adds extra links to a particular section.
 interface WebSectionModuleDescriptor<T>
          A web-section plugin adds extra sections to a particular location.
 

Classes in com.atlassian.plugin.web.descriptors that implement WeightedDescriptor
 class AbstractWebFragmentModuleDescriptor<T>
          An abstract convenience class for web fragment descriptors.
 class DefaultAbstractWebFragmentModuleDescriptor<T>
          Wrapper for WebFragmentModuleDescriptor, so that it could be extended by application specific wrappers to provide additional methods.
 class DefaultWebItemModuleDescriptor<T>
          Represents a pluggable link.
 class DefaultWebSectionModuleDescriptor
          Represents a web section - that is a collection of web items.
 

Methods in com.atlassian.plugin.web.descriptors with parameters of type WeightedDescriptor
 int WeightedDescriptorComparator.compare(WeightedDescriptor w1, WeightedDescriptor w2)
           
 



Copyright © 2009 Atlassian. All Rights Reserved.