@param peer the platform specific implementation for all actions for this type @param parent the parent of this menu, null if the parent is the system tray @param imageResizeUtil the utility used to resize images. This can be Tray specific because of cache requirements
(final StatusPeer peer, final Menu parent, ImageResizeUtil imageResizeUtil)
| 37 | * @param imageResizeUtil the utility used to resize images. This can be Tray specific because of cache requirements |
| 38 | */ |
| 39 | public |
| 40 | void bind(final StatusPeer peer, final Menu parent, ImageResizeUtil imageResizeUtil) { |
| 41 | super.bind(peer, parent, imageResizeUtil); |
| 42 | |
| 43 | peer.setText(this); |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * @return the text label that the menu entry has assigned |