Uses of Interface
org.eclipse.tigerstripe.model.ILabel

Packages that use ILabel
org.eclipse.tigerstripe.model   
org.eclipse.tigerstripe.model.artifacts   
 

Uses of ILabel in org.eclipse.tigerstripe.model
 

Methods in org.eclipse.tigerstripe.model that return ILabel
 ILabel ILabel.clone()
           
 

Uses of ILabel in org.eclipse.tigerstripe.model.artifacts
 

Methods in org.eclipse.tigerstripe.model.artifacts that return ILabel
 ILabel[] IAbstractArtifact.getILabels()
          Returns the labels defined for this artifact
 ILabel[] IAbstractArtifact.getILabels(boolean filterFacetExcludedLabels)
          Returns the labels defined for this artifact.
 ILabel[] IAbstractArtifact.getInheritedILabels()
          Returns the inherited labels for this artifact.
 ILabel[] IAbstractArtifact.getInheritedILabels(boolean filterFacetExcludedLabels)
          Returns the inherited labels for this artifact.
 ILabel IAbstractArtifact.makeILabel()
          Make a new blank artifact label
 

Methods in org.eclipse.tigerstripe.model.artifacts with parameters of type ILabel
 void IAbstractArtifact.addILabel(ILabel label)
           
 void IAbstractArtifact.removeILabels(ILabel[] labels)
           
 void IAbstractArtifact.setILabels(ILabel[] labels)
          Sets the labels for this Abstract Artifact