Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.biomage.Interface
Interface HasLabels  view HasLabels download HasLabels.java


public interface HasLabels


Nested Class Summary
static class HasLabels.Labels_list
          Inner list class for holding multiple entries for attribute labels.
 
Method Summary
 void addToLabels(org.biomage.BioMaterial.Compound compound)
          Method to add Compound to Labels_list
 void addToLabels(int position, org.biomage.BioMaterial.Compound compound)
          Method to add Compound at position to Labels_list
 org.biomage.BioMaterial.Compound getFromLabels(int position)
          Method to get Compound from Labels_list
 HasLabels.Labels_list getLabels()
          Get method for labels
 void removeElementAtFromLabels(int position)
          Method to remove by position from Labels_list
 void removeFromLabels(org.biomage.BioMaterial.Compound compound)
          Method to remove first Compound from Labels_list
 void setLabels(HasLabels.Labels_list labels)
          Set method for labels
 

Method Detail

setLabels

public void setLabels(HasLabels.Labels_list labels)
Set method for labels


getLabels

public HasLabels.Labels_list getLabels()
Get method for labels


addToLabels

public void addToLabels(org.biomage.BioMaterial.Compound compound)
Method to add Compound to Labels_list


addToLabels

public void addToLabels(int position,
                        org.biomage.BioMaterial.Compound compound)
Method to add Compound at position to Labels_list


getFromLabels

public org.biomage.BioMaterial.Compound getFromLabels(int position)
Method to get Compound from Labels_list


removeElementAtFromLabels

public void removeElementAtFromLabels(int position)
Method to remove by position from Labels_list


removeFromLabels

public void removeFromLabels(org.biomage.BioMaterial.Compound compound)
Method to remove first Compound from Labels_list