java.lang.Object
org.jpo.gui.TagCloudController
- All Implemented Interfaces:
org.tagcloud.TagClickListener
Manages the Tag Cloud
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the tag cloud componentvoidHandles the ShowGroupRequest by updating the display...voidHandles the ShowQueryRequest by updating the displayvoidtagClicked(org.tagcloud.WeightedWordInterface weightedWord)
-
Constructor Details
-
TagCloudController
public TagCloudController()Constructs the Controller
-
-
Method Details
-
getTagCloud
Returns the tag cloud component- Returns:
- the tag cloud component
-
handleGroupSelectionEvent
Handles the ShowGroupRequest by updating the display...- Parameters:
event- Event
-
handleShowQueryRequest
Handles the ShowQueryRequest by updating the display- Parameters:
event- the ShowQueryRequest
-
tagClicked
public void tagClicked(org.tagcloud.WeightedWordInterface weightedWord) - Specified by:
tagClickedin interfaceorg.tagcloud.TagClickListener
-