java.lang.Object
org.jpo.gui.InfoPanelController
Manages the Info Panel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the InfoPanel Widgetvoid
Handles the ShowGroupRequest by updating the display.void
showInfo
(DefaultMutableTreeNode defaultMutableTreeNode) Invoked to tell that we should display something
-
Constructor Details
-
InfoPanelController
public InfoPanelController()Constructor for the Info Panel controller
-
-
Method Details
-
getInfoPanel
Returns the InfoPanel Widget- Returns:
- The InfoPanel widget as a generic JComponent
-
handleShowGroupRequest
Handles the ShowGroupRequest by updating the display.- Parameters:
event
- The Show Group Event
-
showInfo
Invoked to tell that we should display something- Parameters:
defaultMutableTreeNode
- The Group or Picture node to be displayed.
-