Class CollectionLabeledLink

All Implemented Interfaces:
Serializable

public class CollectionLabeledLink extends CompoundLabeledLink

CollectionLabeledLink class.

Author:
Florian Alpers
See Also:
  • Constructor Details

    • CollectionLabeledLink

      public CollectionLabeledLink(String name, String url, CollectionView collection, int weight)

      Constructor for CollectionLabeledLink.

      Parameters:
      name - a String object.
      url - a String object.
      weight - a int.
      collection - a CollectionView object.
  • Method Details