java.lang.Object
org.jpo.gui.TagCloudController
- All Implemented Interfaces:
org.tagcloud.TagClickListener
Manages the Tag Cloud
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the tag cloud componentvoid
Handles the ShowGroupRequest by updating the display...void
Handles the ShowQueryRequest by updating the displayvoid
tagClicked
(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:
tagClicked
in interfaceorg.tagcloud.TagClickListener
-