|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagCloudModel
Method Summary | |
---|---|
void |
addTag(TagCloudLink tag)
Add the given tag/link to the model. |
java.util.List<TagCloudLink> |
getTags()
Get the list of all tags/links of the model. |
void |
removeAllTags()
Remove all tags/links from the model. |
void |
removeTag(TagCloudLink tag)
Remove the given tag/link from the model. |
void |
update()
Update the model with the data from external sources defined in the implementation. |
Method Detail |
---|
void addTag(TagCloudLink tag)
void removeTag(TagCloudLink tag)
java.util.List<TagCloudLink> getTags()
void removeAllTags()
void update()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |