|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.biomage.Interface
Interface HasLabels

- 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
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC