Module org.jpo
Package org.jpo.gui

Class TagCloudController

java.lang.Object
org.jpo.gui.TagCloudController
All Implemented Interfaces:
org.tagcloud.TagClickListener

public class TagCloudController extends Object implements org.tagcloud.TagClickListener
Manages the Tag Cloud
  • Constructor Details

    • TagCloudController

      public TagCloudController()
      Constructs the Controller
  • Method Details

    • getTagCloud

      public JComponent getTagCloud()
      Returns the tag cloud component
      Returns:
      the tag cloud component
    • handleGroupSelectionEvent

      public void handleGroupSelectionEvent(ShowGroupRequest event)
      Handles the ShowGroupRequest by updating the display...
      Parameters:
      event - Event
    • handleShowQueryRequest

      public void handleShowQueryRequest(ShowQueryRequest event)
      Handles the ShowQueryRequest by updating the display
      Parameters:
      event - the ShowQueryRequest
    • tagClicked

      public void tagClicked(org.tagcloud.WeightedWordInterface weightedWord)
      Specified by:
      tagClicked in interface org.tagcloud.TagClickListener