|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(Compound compound)
Method to add Compound to Labels_list |
void |
addToLabels(int position,
Compound compound)
Method to add Compound at position to Labels_list |
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(Compound compound)
Method to remove first Compound from Labels_list |
void |
setLabels(HasLabels.Labels_list labels)
Set method for labels |
Method Detail |
---|
void setLabels(HasLabels.Labels_list labels)
value
- to setHasLabels.Labels_list getLabels()
void addToLabels(Compound compound)
void addToLabels(int position, Compound compound)
Compound getFromLabels(int position)
void removeElementAtFromLabels(int position)
void removeFromLabels(Compound compound)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |