Module org.jpo
Package org.jpo.gui

Class InfoPanelController

java.lang.Object
org.jpo.gui.InfoPanelController

public class InfoPanelController extends Object
Manages the Info Panel
  • Constructor Details

    • InfoPanelController

      public InfoPanelController()
      Constructor for the Info Panel controller
  • Method Details

    • getInfoPanel

      public JComponent getInfoPanel()
      Returns the InfoPanel Widget
      Returns:
      The InfoPanel widget as a generic JComponent
    • handleShowGroupRequest

      public void handleShowGroupRequest(ShowGroupRequest event)
      Handles the ShowGroupRequest by updating the display.
      Parameters:
      event - The Show Group Event
    • showInfo

      public void showInfo(DefaultMutableTreeNode defaultMutableTreeNode)
      Invoked to tell that we should display something
      Parameters:
      defaultMutableTreeNode - The Group or Picture node to be displayed.